Searched refs:copy_string (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/usr.bin/lex/ |
| D | sym.c | 189 char *copy_string(); 192 if ( addsym( copy_string( name ), 237 char *copy_string(); 245 scname[lastsc] = copy_string( str );
|
| D | parse.y | 197 outfilename = copy_string( nmstr ); 201 { prefix = copy_string( nmstr ); } 203 { yyclass = copy_string( nmstr ); }
|
| D | scan.l | 682 infilename = copy_string( file ); 692 infilename = copy_string( "<stdin>" );
|
| D | initscan.c | 1751 infilename = copy_string( yytext + 1 ); 3708 infilename = copy_string( file ); 3718 infilename = copy_string( "<stdin>" );
|
| D | misc.c | 199 char *copy_string( str ) in copy_string() function
|
| D | flexdef.h | 839 extern char *copy_string PROTO((register const char *));
|
| /mirbsd/src/gnu/usr.bin/texinfo/util/ |
| D | install-info.c | 174 copy_string (const char *string, int size) in copy_string() function 262 return copy_string (item_text, p - item_text); in extract_menu_item_name() 304 return copy_string (item_text, p - item_text); in extract_menu_file_name() 864 next->name = copy_string (lines[i].start + prefix_length, in parse_input() 916 = copy_string (start_of_this_entry, in parse_input() 990 (*nodes)->name = copy_string (line + j, end - j); in parse_dir_file() 1042 next->name = copy_string (lines[i].start, lines[i].size); in parse_dir_file()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | dwarf2read.c | 8911 copy_string (const char *buf, int len) in copy_string() function 8979 char *name = copy_string (body, name_len); in parse_macro_definition() 8997 char *name = copy_string (body, p - body); in parse_macro_definition() 9026 argv[argc++] = copy_string (arg_start, p - arg_start); in parse_macro_definition()
|