Searched refs:copy_string (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/security/mac_ipacl/ |
H A D | mac_ipacl.c | 272 char *string, *copy_string, *new_string; in sysctl_rules() local 292 copy_string = strdup(string, M_IPACL); in sysctl_rules() 294 error = parse_rules(copy_string, &head); in sysctl_rules() 295 free(copy_string, M_IPACL); in sysctl_rules()
|
/freebsd/sys/security/mac_portacl/ |
H A D | mac_portacl.c | 330 char *string, *copy_string, *new_string; in sysctl_rules() local 350 copy_string = strdup(string, M_PORTACL); in sysctl_rules() 352 error = parse_rules(copy_string, &head); in sysctl_rules() 353 free(copy_string, M_PORTACL); in sysctl_rules()
|
/freebsd/contrib/byacc/ |
H A D | reader.c | 672 copy_string(int quote) in copy_string() function 920 char *s = copy_string(c); in copy_text() 1080 char *s = copy_string(c); in copy_union() 3251 char *s = copy_string(c); in copy_action() 3366 char *s = copy_string(c); in get_code()
|
H A D | CHANGES | 3604 Tom Shield's changes split-out copy_string() and copy_comment() functions
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_rar5.c | 3028 static int copy_string(struct archive_read* a, int len, int dist) { in copy_string() function 3222 if(ARCHIVE_OK != copy_string(a, len, dist)) in do_uncompress_block() 3235 if(ARCHIVE_OK != copy_string(a, in do_uncompress_block() 3264 if(ARCHIVE_OK != copy_string(a, len, dist)) in do_uncompress_block()
|
/freebsd/contrib/libcxxrt/ |
H A D | libelftc_dem_gnu3.c | 305 copy_string(char *dst, const char *src, size_t dsize) in copy_string() function 333 copy_string(v->container[v->size], str, len + 1); in vector_str_push()
|
/freebsd/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'…
|