Home
last modified time | relevance | path

Searched refs:mkdtemp (Results 1 – 25 of 62) sorted by relevance

123

/src/tools/test/hwpmc/
H A Dpmctest.py67 tmpdir = tempfile.mkdtemp(prefix=program + "-", suffix="-counting-pmc")
71 tmpdir = tempfile.mkdtemp(prefix=program + "-", suffix="-sampling-pmc")
/src/lib/libc/tests/gen/
H A Ddir2_test.c58 tmpdir = mkdtemp(template); in ATF_TC_BODY()
135 tmpdir = mkdtemp(template); in ATF_TC_BODY()
H A Dftw_test.c80 ATF_REQUIRE_MSG(mkdtemp(template) != NULL, "mkdtemp failed"); in ATF_TC_BODY()
/src/contrib/mandoc/
H A Dtest-mkdtemp.c9 if (mkdtemp(dirname) != dirname) in main()
H A Dcompat_mkdtemp.c29 mkdtemp(char *path) in mkdtemp() function
/src/crypto/openssh/regress/
H A Dmkdtemp.c54 dir = mkdtemp(template); in main()
/src/contrib/googletest/googletest/test/
H A Dgtest_dirs_test.cc55 GTEST_CHECK_(mkdtemp(pattern.data()) != nullptr); in MakeTempDir()
H A Dgtest_test_utils.py140 _temp_dir = tempfile.mkdtemp()
/src/crypto/openssh/openbsd-compat/
H A Dmktemp.c156 mkdtemp(char *path) in mkdtemp() function
H A Dopenbsd-compat.h149 char *mkdtemp(char *path);
/src/contrib/libpcap/testprogs/
H A Dvisopts.py303 os.chdir(tempfile.mkdtemp(prefix="visopts-"))
/src/usr.bin/mktemp/
H A Dmktemp.c165 if (mkdtemp(name) == NULL) { in main()
/src/lib/libc/stdio/
H A Dmktemp.c92 mkdtemp(char *path) in mkdtemp() function
H A DSymbol.map52 mkdtemp;
/src/contrib/netbsd-tests/kernel/
H A Dt_mqueue.c124 tmpdir = mkdtemp(template); in ATF_TC_BODY()
/src/tests/sys/fifo/
H A Dfifo_create.c262 if (mkdtemp(temp_dir) == NULL) in main()
H A Dfifo_misc.c321 if (mkdtemp(temp_dir) == NULL) in main()
H A Dfifo_open.c461 if (mkdtemp(temp_dir) == NULL) in main()
/src/tools/test/stress2/misc/
H A Dsyzkaller13.sh124 char* tmpdir = mkdtemp(tmpdir_template);
H A Dsyzkaller57.sh120 char* tmpdir = mkdtemp(tmpdir_template);
H A Dsyzkaller78.sh102 char* tmpdir = mkdtemp(tmpdir_template);
/src/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c305 if (mkdtemp(directory_path) == NULL) in main()
/src/tests/sys/fs/tarfs/
H A Dmktar.c194 if (mkdtemp(dirname) == NULL) in main()
/src/lib/libutil/tests/
H A Dpidfile_test.c274 if (mkdtemp(tmpdir) == NULL) in test_pidfile_relative()
/src/include/
H A Dstdlib.h196 char *mkdtemp(char *);

123