Lines Matching defs:tmpdir
232 __archive_mktempx(const char *tmpdir, wchar_t *template)
262 if (tmpdir == NULL) {
280 if (archive_wstring_append_from_mbs(&temp_name, tmpdir,
281 strlen(tmpdir)) < 0)
432 __archive_mktemp(const char *tmpdir)
434 return __archive_mktempx(tmpdir, NULL);
470 __archive_mktemp(const char *tmpdir)
476 if (tmpdir == NULL) {
480 archive_strcpy(&temp_name, tmpdir);
518 __archive_mktempx(const char *tmpdir, char *template)
538 if (tmpdir == NULL) {
542 archive_strcpy(&temp_name, tmpdir);
592 __archive_mktemp(const char *tmpdir)
594 return __archive_mktempx(tmpdir, NULL);