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

12

/freebsd-11.0-release/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 Dconfigure183 runtest mkdtemp MKDTEMP || true
357 echo "extern char *mkdtemp(char *);"
H A DMakefile28 test-mkdtemp.c \
/freebsd-11.0-release/usr.bin/mktemp/
H A Dmktemp.c33 * A cleanup, misc options and mkdtemp() calls were added to try and work
119 if (mkdtemp(name) == NULL) {
122 warn("mkdtemp failed on %s", name);
/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dmktemp.c133 mkdtemp(char *path) function
H A Dopenbsd-compat.h113 char *mkdtemp(char *path);
/freebsd-11.0-release/lib/libc/tests/gen/
H A Dftw_test.c83 ATF_REQUIRE_MSG(mkdtemp(template) != NULL, "mkdtemp failed");
/freebsd-11.0-release/lib/libc/stdio/
H A Dmktemp.c88 mkdtemp(char *path) function
H A DMakefile.inc64 MLINKS+=mktemp.3 mkdtemp.3 mktemp.3 mkstemp.3 mktemp.3 mkstemps.3 \
/freebsd-11.0-release/include/
H A Dstdlib.h183 char *mkdtemp(char *);
H A Dunistd.h518 char *mkdtemp(char *);
/freebsd-11.0-release/contrib/netbsd-tests/kernel/
H A Dt_mqueue.c126 tmpdir = mkdtemp(template);
127 ATF_REQUIRE_MSG(tmpdir != NULL, "mkdtemp failed: %d", errno);
H A Dt_sysv.c168 tmpdir = mkdtemp(token_key);
169 ATF_REQUIRE_MSG(tmpdir != NULL, "mkdtemp() failed: %d", errno);
/freebsd-11.0-release/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.0-release/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c307 if (mkdtemp(directory_path) == NULL)
308 err(-1, "mkdtemp");
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dbucomm.c475 return mkdtemp (tmpname);
/freebsd-11.0-release/tools/regression/priv/
H A Dmain.c391 if (mkdtemp(dpathp) == NULL)
392 err(-1, "test %s: mkdtemp", test);
/freebsd-11.0-release/crypto/openssh/
H A Ddefines.h687 char *mkdtemp (char *);
/freebsd-11.0-release/contrib/atf/atf-c/detail/
H A Dfs.c209 if (mkdtemp(tmpl) == NULL)
/freebsd-11.0-release/bin/df/
H A Ddf.c236 mntpt = mkdtemp(mntpath);
238 xo_warn("mkdtemp(\"%s\") failed", mntpath);
/freebsd-11.0-release/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c443 if (mkdtemp(dir) == NULL) {
445 err(-1, "mkdtemp");
/freebsd-11.0-release/tools/regression/sockets/unix_gc/
H A Dunix_gc.c762 if (mkdtemp(dpath) == NULL)
763 err(-1, "mkdtemp");

Completed in 195 milliseconds

12