Searched refs:copy_string (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/usr.bin/lex/ |
| H A D | parse.y | 195 outfilename = copy_string( nmstr ); 199 { extra_type = copy_string( nmstr ); } 201 { prefix = copy_string( nmstr ); } 203 { yyclass = copy_string( nmstr ); } 205 { headerfilename = copy_string( nmstr ); } 207 { tablesext = true; tablesfilename = copy_string( nmstr ); }
|
| H A D | sym.c | 187 if (addsym (copy_string (name), 232 scname[lastsc] = copy_string (str); in scextend()
|
| H A D | tables.c | 90 th->th_version = copy_string (version_str); in yytbl_hdr_init() 91 th->th_name = copy_string (name); in yytbl_hdr_init()
|
| H A D | scan.l | 237 infilename = copy_string( yytext + 1 ); 999 infilename = copy_string( file ); 1009 infilename = copy_string( "<stdin>" );
|
| H A D | misc.c | 113 cpy = copy_string(defname); 233 /* copy_string - returns a dynamically allocated copy of a string */ 236 copy_string(const char *str) 251 flexfatal(_("dynamic memory failure in copy_string()")); 266 copy_string(str) copy_string() function
|
| H A D | flexdef.h | 821 extern char *copy_string PROTO ((const char *));
|
| /openbsd-src/gnu/usr.bin/texinfo/util/ |
| H A D | install-info.c | 188 copy_string (const char *string, int size) in copy_string() function 276 return copy_string (item_text, p - item_text); in extract_menu_item_name() 318 return copy_string (item_text, p - item_text); in extract_menu_file_name() 878 next->name = copy_string (lines[i].start + prefix_length, in parse_input() 930 = copy_string (start_of_this_entry, in parse_input() 1004 (*nodes)->name = copy_string (line + j, end - j); in parse_dir_file() 1056 next->name = copy_string (lines[i].start, lines[i].size); in parse_dir_file()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/analysis/ |
| H A D | analysis_ocaml.c | 36 String = copy_string(Message); in llvm_verify_module()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/target/ |
| H A D | target_ocaml.c | 63 value Copy = copy_string(StringRep); in llvm_datalayout_as_string()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | dwarf2read.c | 8849 copy_string (const char *buf, int len) in copy_string() function 8917 char *name = copy_string (body, name_len); in parse_macro_definition() 8935 char *name = copy_string (body, p - body); in parse_macro_definition() 8964 argv[argc++] = copy_string (arg_start, p - arg_start); in parse_macro_definition()
|