Home
last modified time | relevance | path

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

12

/freebsd-13.1/lib/libc/tests/gen/
H A Ddir2_test.c62 tmpdir = mkdtemp(template); in ATF_TC_BODY()
139 tmpdir = mkdtemp(template); in ATF_TC_BODY()
H A Dftw_test.c83 ATF_REQUIRE_MSG(mkdtemp(template) != NULL, "mkdtemp failed"); in ATF_TC_BODY()
/freebsd-13.1/contrib/mandoc/
H A Dtest-mkdtemp.c9 if (mkdtemp(dirname) != dirname) in main()
H A Dcompat_mkdtemp.c36 mkdtemp(char *path) in mkdtemp() function
H A Dconfigure295 runtest mkdtemp MKDTEMP || true
/freebsd-13.1/crypto/openssh/regress/
H A Dmkdtemp.c54 dir = mkdtemp(template); in main()
/freebsd-13.1/usr.bin/mktemp/
H A Dmktemp.c121 if (mkdtemp(name) == NULL) { in main()
/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dmktemp.c133 mkdtemp(char *path) in mkdtemp() function
H A Dopenbsd-compat.h133 char *mkdtemp(char *path);
/freebsd-13.1/lib/libc/stdio/
H A Dmktemp.c98 mkdtemp(char *path) in mkdtemp() function
H A DSymbol.map58 mkdtemp;
H A DMakefile.inc69 MLINKS+=mktemp.3 mkdtemp.3 mktemp.3 mkstemp.3 mktemp.3 mkstemps.3 \
/freebsd-13.1/contrib/netbsd-tests/kernel/
H A Dt_mqueue.c124 tmpdir = mkdtemp(template); in ATF_TC_BODY()
/freebsd-13.1/tests/sys/fifo/
H A Dfifo_create.c264 if (mkdtemp(temp_dir) == NULL) in main()
H A Dfifo_misc.c323 if (mkdtemp(temp_dir) == NULL) in main()
H A Dfifo_open.c463 if (mkdtemp(temp_dir) == NULL) in main()
/freebsd-13.1/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c307 if (mkdtemp(directory_path) == NULL) in main()
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest_test_utils.py146 _temp_dir = tempfile.mkdtemp()
/freebsd-13.1/include/
H A Dstdlib.h191 char *mkdtemp(char *);
H A Dunistd.h527 char *mkdtemp(char *);
/freebsd-13.1/lib/libutil/tests/
H A Dpidfile_test.c277 if (mkdtemp(tmpdir) == NULL) in test_pidfile_relative()
/freebsd-13.1/lib/libbe/
H A Dbe_access.c261 if (mkdtemp(mnt_temp) == NULL) in be_mount()
/freebsd-13.1/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.c431 if (mkdtemp(work_dir) == NULL) in main()
/freebsd-13.1/tools/regression/priv/
H A Dmain.c391 if (mkdtemp(dpathp) == NULL) in setup_dir()
/freebsd-13.1/crypto/openssh/
H A Ddefines.h726 char *mkdtemp (char *);

12