Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_string.h167 archive_wstrncpy((as), (p), ((p) == NULL ? 0 : wcslen(p)))
174 #define archive_wstrncpy(as,p,l) \ macro
H A Darchive_windows.c725 archive_wstrncpy(ws, wp, path_length); in replace_pathseparator()