Searched refs:__archive_mktemp (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_private.h138 int __archive_mktemp(const char *tmpdir);
H A Darchive_util.c207 __archive_mktemp(const char *tmpdir) function
375 __archive_mktemp(const char *tmpdir) function
407 __archive_mktemp(const char *tmpdir) function
H A Darchive_write_set_format_7zip.c531 zip->temp_fd = __archive_mktemp(NULL);
H A Darchive_write_set_format_xar.c567 xar->temp_fd = __archive_mktemp(NULL);
H A Darchive_write_set_format_iso9660.c1620 iso9660->temp_fd = __archive_mktemp(NULL);

Completed in 262 milliseconds