Home
last modified time | relevance | path

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

123

/freebsd/lib/libc/tests/gen/
H A Ddir2_test.c59 tmpdir = mkdtemp(template); in ATF_TC_BODY()
136 tmpdir = mkdtemp(template); in ATF_TC_BODY()
H A Dftw_test.c80 ATF_REQUIRE_MSG(mkdtemp(template) != NULL, "mkdtemp failed"); in ATF_TC_BODY()
/freebsd/contrib/mandoc/
H A Dtest-mkdtemp.c9 if (mkdtemp(dirname) != dirname) in main()
H A Dcompat_mkdtemp.c29 mkdtemp(char *path) in mkdtemp() function
/freebsd/crypto/openssh/regress/
H A Dmkdtemp.c54 dir = mkdtemp(template); in main()
/freebsd/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()
/freebsd/crypto/openssh/openbsd-compat/
H A Dmktemp.c156 mkdtemp(char *path) in mkdtemp() function
H A Dopenbsd-compat.h149 char *mkdtemp(char *path);
/freebsd/contrib/libpcap/testprogs/
H A Dvisopts.py303 os.chdir(tempfile.mkdtemp(prefix="visopts-"))
/freebsd/usr.bin/mktemp/
H A Dmktemp.c165 if (mkdtemp(name) == NULL) { in main()
/freebsd/lib/libc/stdio/
H A Dmktemp.c92 mkdtemp(char *path) in mkdtemp() function
H A DSymbol.map53 mkdtemp;
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_mqueue.c124 tmpdir = mkdtemp(template); in ATF_TC_BODY()
/freebsd/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()
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller13.sh124 char* tmpdir = mkdtemp(tmpdir_template);
H A Dsyzkaller57.sh120 char* tmpdir = mkdtemp(tmpdir_template);
/freebsd/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c305 if (mkdtemp(directory_path) == NULL) in main()
/freebsd/tests/sys/fs/tarfs/
H A Dmktar.c194 if (mkdtemp(dirname) == NULL) in main()
/freebsd/lib/libutil/tests/
H A Dpidfile_test.c274 if (mkdtemp(tmpdir) == NULL) in test_pidfile_relative()
/freebsd/include/
H A Dstdlib.h185 char *mkdtemp(char *);
/freebsd/lib/libbe/
H A Dbe_access.c259 if (mkdtemp(mnt_temp) == NULL) in be_mount()
/freebsd/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.c428 if (mkdtemp(work_dir) == NULL) in main()

123