Searched refs:copy_string (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/security/mac_portacl/ |
| H A D | mac_portacl.c | 334 char *string, *copy_string, *new_string; in sysctl_rules() local 354 copy_string = strdup(string, M_PORTACL); in sysctl_rules() 356 error = parse_rules(copy_string, &head); in sysctl_rules() 357 free(copy_string, M_PORTACL); in sysctl_rules()
|
| /freebsd-13.1/contrib/byacc/ |
| H A D | reader.c | 587 copy_string(int quote) in copy_string() function 828 char *s = copy_string(c); in copy_text() 934 char *s = copy_string(c); in copy_union() 3000 char *s = copy_string(c); in copy_action() 3119 char *s = copy_string(c); in get_code()
|
| H A D | CHANGES | 1229 Tom Shield's changes split-out copy_string() and copy_comment() functions
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_rar5.c | 2977 static int copy_string(struct archive_read* a, int len, int dist) { in copy_string() function 3171 if(ARCHIVE_OK != copy_string(a, len, dist)) in do_uncompress_block() 3184 if(ARCHIVE_OK != copy_string(a, in do_uncompress_block() 3213 if(ARCHIVE_OK != copy_string(a, len, dist)) in do_uncompress_block()
|
| /freebsd-13.1/contrib/flex/ |
| H A D | ChangeLog | 1429 …to.do/unicode/misc.c: Replace copy_unsigned_string() with xstrdup(). Like copy_string(), copy_uns… 1473 …to.do/unicode/scan.l: Made string copying more standard. copy_string() was a clone of the stdlib'…
|