Home
last modified time | relevance | path

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

/freebsd/lib/libc/nls/
H A Dmsgcat.c392 char *copy_path, *copy_name, *copy_lang; in load_msgcat() local
458 copy_path = strdup(path); in load_msgcat()
463 if (copy_name == NULL || copy_path == NULL || in load_msgcat()
467 free(copy_path); in load_msgcat()
481 np->path = copy_path; in load_msgcat()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c240 static void copy_path(struct archive_entry *, unsigned char *);
1168 copy_path(zip->entry, e); in archive_write_zip_header()
2293 copy_path(struct archive_entry *entry, unsigned char *p) in copy_path() function