Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_util.c457 __archive_get_tempdir(struct archive_string *temppath) in __archive_get_tempdir() argument
469 archive_strcpy(temppath, tmp); in __archive_get_tempdir()
470 if (temppath->length == 0 || temppath->s[temppath->length-1] != '/') in __archive_get_tempdir()
471 archive_strappend_char(temppath, '/'); in __archive_get_tempdir()
/freebsd/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()