Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_util.c446 get_tempdir(struct archive_string *temppath) in get_tempdir() argument
457 archive_strcpy(temppath, tmp); in get_tempdir()
458 if (temppath->length == 0 || temppath->s[temppath->length-1] != '/') in get_tempdir()
459 archive_strappend_char(temppath, '/'); in get_tempdir()