Home
last modified time | relevance | path

Searched refs:copy_path (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/lib/libc/nls/
H A Dmsgcat.c392 char *copy_path, *copy_name, *copy_lang; in load_msgcat() local
450 copy_path = strdup(path); in load_msgcat()
455 if (copy_name == NULL || copy_path == NULL || in load_msgcat()
459 free(copy_path); in load_msgcat()
473 np->path = copy_path; in load_msgcat()
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c190 static void copy_path(struct archive_entry *, unsigned char *);
823 copy_path(zip->entry, e); in archive_write_zip_header()
1504 copy_path(struct archive_entry *entry, unsigned char *p) in copy_path() function