Searched refs:copy_string (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/security/mac_portacl/
H A Dmac_portacl.c334 char *string, *copy_string, *new_string; local
354 copy_string = strdup(string, M_PORTACL);
356 error = parse_rules(copy_string, &head);
357 free(copy_string, M_PORTACL);
/freebsd-13-stable/contrib/byacc/
H A Dreader.c587 copy_string(int quote) function
828 char *s = copy_string(c);
934 char *s = copy_string(c);
3000 char *s = copy_string(c);
3119 char *s = copy_string(c);
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c2850 static int copy_string(struct archive_read* a, int len, int dist) { function
3044 if(ARCHIVE_OK != copy_string(a, len, dist))
3057 if(ARCHIVE_OK != copy_string(a,
3082 if(ARCHIVE_OK != copy_string(a, len, dist))

Completed in 68 milliseconds