Searched refs:copy_string (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/flex/ |
| H A D | parse.y | 196 outfilename = copy_string( nmstr ); 200 { extra_type = copy_string( nmstr ); } 202 { prefix = copy_string( nmstr ); } 204 { yyclass = copy_string( nmstr ); } 206 { headerfilename = copy_string( nmstr ); } 208 { tablesext = true; tablesfilename = copy_string( nmstr ); }
|
| H A D | sym.c | 199 if (addsym (copy_string (name), 248 scname[lastsc] = copy_string (str);
|
| H A D | tables.c | 93 th->th_version = copy_string (version_str); in yytbl_hdr_init() 94 th->th_name = copy_string (name); in yytbl_hdr_init()
|
| H A D | scan.l | 992 infilename = copy_string( file ); 1002 infilename = copy_string( "<stdin>" );
|
| H A D | misc.c | 111 cpy = copy_string (defname); 254 char *copy_string (str) in copy_string() function
|
| H A D | flexdef.h | 863 extern char *copy_string PROTO ((const char *));
|
| /freebsd-12.1/sys/security/mac_portacl/ |
| H A D | mac_portacl.c | 333 char *string, *copy_string, *new_string; in sysctl_rules() local 353 copy_string = strdup(string, M_PORTACL); in sysctl_rules() 355 error = parse_rules(copy_string, &head); in sysctl_rules() 356 free(copy_string, M_PORTACL); in sysctl_rules()
|
| /freebsd-12.1/usr.bin/lex/ |
| H A D | initparse.c | 937 outfilename = copy_string( nmstr ); in YYPARSE_DECL() 943 { extra_type = copy_string( nmstr ); } in YYPARSE_DECL() 947 { prefix = copy_string( nmstr ); } in YYPARSE_DECL() 951 { yyclass = copy_string( nmstr ); } in YYPARSE_DECL() 955 { headerfilename = copy_string( nmstr ); } in YYPARSE_DECL() 959 { tablesext = true; tablesfilename = copy_string( nmstr ); } in YYPARSE_DECL()
|
| H A D | initscan.c | 2554 infilename = copy_string( yytext + 1 ); 5178 infilename = copy_string( file ); 5188 infilename = copy_string( "<stdin>" );
|
| /freebsd-12.1/contrib/byacc/ |
| H A D | reader.c | 565 copy_string(int quote) in copy_string() function 685 char *s = copy_string(c); in copy_text() 791 char *s = copy_string(c); in copy_union() 2839 char *s = copy_string(c); in copy_action() 2958 char *s = copy_string(c); in get_code()
|
| H A D | CHANGES | 805 Tom Shield's changes split-out copy_string() and copy_comment() functions
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_rar5.c | 2792 static int copy_string(struct archive_read* a, int len, int dist) { in copy_string() function 2986 if(ARCHIVE_OK != copy_string(a, len, dist)) in do_uncompress_block() 2999 if(ARCHIVE_OK != copy_string(a, in do_uncompress_block() 3023 if(ARCHIVE_OK != copy_string(a, len, dist)) in do_uncompress_block()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | dwarf2read.c | 7761 copy_string (const char *buf, int len) in copy_string() function 7829 char *name = copy_string (body, name_len); in parse_macro_definition() 7847 char *name = copy_string (body, p - body); in parse_macro_definition() 7876 argv[argc++] = copy_string (arg_start, p - arg_start); in parse_macro_definition()
|