Searched refs:mkdtemp (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/contrib/mdocml/
H A Dtest-mkdtemp.c9 if (mkdtemp(dirname) != dirname)
H A Dcompat_mkdtemp.c25 * The algorithm of this function is inspired by OpenBSD mkdtemp(3)
36 mkdtemp(char *path) function
H A Dconfigure226 runtest mkdtemp MKDTEMP || true
433 echo "extern char *mkdtemp(char *);"
/freebsd-11-stable/usr.bin/mktemp/
H A Dmktemp.c35 * A cleanup, misc options and mkdtemp() calls were added to try and work
121 if (mkdtemp(name) == NULL) {
124 warn("mkdtemp failed on %s", name);
/freebsd-11-stable/lib/libc/tests/gen/
H A Ddir2_test.c62 tmpdir = mkdtemp(template);
63 ATF_REQUIRE_MSG(tmpdir != NULL, "mkdtemp failed");
139 tmpdir = mkdtemp(template);
140 ATF_REQUIRE_MSG(tmpdir != NULL, "mkdtemp failed");
H A Dftw_test.c83 ATF_REQUIRE_MSG(mkdtemp(template) != NULL, "mkdtemp failed");
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dmktemp.c133 mkdtemp(char *path) function
H A Dopenbsd-compat.h115 char *mkdtemp(char *path);
/freebsd-11-stable/lib/libc/stdio/
H A Dmktemp.c88 mkdtemp(char *path) function
H A DMakefile.inc69 MLINKS+=mktemp.3 mkdtemp.3 mktemp.3 mkstemp.3 mktemp.3 mkstemps.3 \
/freebsd-11-stable/tests/sys/fifo/
H A Dfifo_create.c264 if (mkdtemp(temp_dir) == NULL)
265 err(-1, "mkdtemp");
H A Dfifo_misc.c323 if (mkdtemp(temp_dir) == NULL)
324 err(-1, "mkdtemp");
H A Dfifo_open.c463 if (mkdtemp(temp_dir) == NULL)
464 err(-1, "mkdtemp");
/freebsd-11-stable/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c307 if (mkdtemp(directory_path) == NULL)
308 err(-1, "mkdtemp");
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_mqueue.c124 tmpdir = mkdtemp(template);
125 ATF_REQUIRE_MSG(tmpdir != NULL, "mkdtemp failed: %d", errno);
/freebsd-11-stable/lib/libbe/
H A Dbe_access.c260 if (mkdtemp(mnt_temp) == NULL)
/freebsd-11-stable/include/
H A Dstdlib.h185 char *mkdtemp(char *);
H A Dunistd.h519 char *mkdtemp(char *);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dbucomm.c475 return mkdtemp (tmpname);
/freebsd-11-stable/tools/regression/priv/
H A Dmain.c391 if (mkdtemp(dpathp) == NULL)
392 err(-1, "test %s: mkdtemp", test);
/freebsd-11-stable/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.c431 if (mkdtemp(work_dir) == NULL)
432 err(EXIT_FAILURE, "mkdtemp(%s)", work_dir);
/freebsd-11-stable/crypto/openssh/
H A Ddefines.h697 char *mkdtemp (char *);
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dfs.c209 if (mkdtemp(tmpl) == NULL)
/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c443 if (mkdtemp(dir) == NULL) {
445 err(-1, "mkdtemp");
/freebsd-11-stable/tools/regression/sockets/unix_gc/
H A Dunix_gc.c762 if (mkdtemp(dpath) == NULL)
763 err(-1, "mkdtemp");

Completed in 156 milliseconds

12