Searched refs:newstring (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/libchill/
H A Dchillstdio.c198 newstring (char *str) function
211 stdin_association.pathname = newstring ("stdin");
212 stdout_association.pathname = newstring ("stdout");
213 stderr_association.pathname = newstring ("stderr");
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dgrant.c104 newstring (str)
150 res = newstring (in);
174 MYSTRING *result = newstring ("");
254 MYSTRING *result = newstring ("");
343 MYSTRING *result = newstring ("");
422 result = newstring (IDENTIFIER_POINTER (DECL_NAME (val)));
444 result = newstring ("");
462 MYSTRING *result = newstring ("");
502 MYSTRING *result = newstring ("");
529 MYSTRING *result = newstring ("");
103 newstring (str) function
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoffgen.c1673 char *newstring; local
1681 newstring = bfd_zalloc (abfd, (bfd_size_type) (i + 1));
1682 if (newstring == NULL)
1684 strncpy (newstring, internal_ptr->u.syment._n._n_name, i);
1685 internal_ptr->u.syment._n._n_n._n_offset = (long int) newstring;
/haiku-buildtools/binutils/bfd/
H A Dcoffgen.c1911 char *newstring; local
1919 newstring = (char *) bfd_zalloc (abfd, (bfd_size_type) (i + 1));
1920 if (newstring == NULL)
1922 strncpy (newstring, internal_ptr->u.syment._n._n_name, i);
1923 internal_ptr->u.syment._n._n_n._n_offset = (bfd_hostptr_t) newstring;

Completed in 123 milliseconds