Home
last modified time | relevance | path

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

/src/tools/tools/netrate/httpd/
H A Dhttpd.c198 char temppath[PATH_MAX]; in main() local
257 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()
/src/contrib/libarchive/libarchive/
H A Darchive_util.c475 __archive_get_tempdir(struct archive_string *temppath) in __archive_get_tempdir() argument
487 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()
/src/crypto/krb5/src/windows/kfwlogon/
H A Dkfwcommon.c1223 char * temppath = NULL; in KFW_cleanup_orphaned_caches() local
1235 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()