Searched refs:temppath (Results 1 – 3 of 3) sorted by relevance
198 char temppath[PATH_MAX]; in main() local257 snprintf(temppath, PATH_MAX, "/tmp/httpd.XXXXXXXXXXX"); in main()258 statep->hts[i].hts_fd = mkstemp(temppath); in main()261 (void)unlink(temppath); in main()
475 __archive_get_tempdir(struct archive_string *temppath) in __archive_get_tempdir() argument487 archive_strcpy(temppath, tmp); in __archive_get_tempdir()488 if (temppath->length == 0 || temppath->s[temppath->length-1] != '/') in __archive_get_tempdir()489 archive_strappend_char(temppath, '/'); in __archive_get_tempdir()
1223 char * temppath = NULL; in KFW_cleanup_orphaned_caches() local1235 temppath = (char *) malloc(count); in KFW_cleanup_orphaned_caches()1236 if (!temppath) in KFW_cleanup_orphaned_caches()1238 count2 = GetTempPath(count, temppath); in KFW_cleanup_orphaned_caches()1250 if (!SetCurrentDirectory(temppath)) in KFW_cleanup_orphaned_caches()1275 if (temppath) in KFW_cleanup_orphaned_caches()1276 free(temppath); in KFW_cleanup_orphaned_caches()