Searched refs:copystr (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/jam/
H A Dnewstr.h14 const char *copystr( const char *s );
H A Dnewstr.c16 * copystr() - return a copy of a string previously returned by newstr()
17 * freestr() - free a string returned by newstr() or copystr()
69 * copystr() - return a copy of a string previously returned by newstr()
73 copystr( const char *s ) function
79 * freestr() - free a string returned by newstr() or copystr()
H A Drules.c127 t->name = copystr( ot->name );
320 v->symbol = copystr( from->symbol );
H A Dlists.c22 * 10/22/02 (seiwald) - list_new() now does its own newstr()/copystr()
77 string = copy ? copystr( string ) : newstr( string );
H A Dscan.c94 i->fname = copystr( s );
H A Dhcache.c88 name = copystr(t->boundname);
H A Djcache.c623 name = (char*)copystr(t->boundname);
H A Dcompile.c64 * 10/22/02 (seiwald) - list_new() now does its own newstr()/copystr()
812 rule->actions = copystr( parse->string1 );

Completed in 57 milliseconds