Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_util.c398 get_tempdir(struct archive_string *temppath) in get_tempdir() argument
409 archive_strcpy(temppath, tmp); in get_tempdir()
410 if (temppath->s[temppath->length-1] != '/') in get_tempdir()
411 archive_strappend_char(temppath, '/'); in get_tempdir()