| /freebsd-12.1/lib/libc/tests/gen/ |
| H A D | dir2_test.c | 62 tmpdir = mkdtemp(template); in ATF_TC_BODY() 139 tmpdir = mkdtemp(template); in ATF_TC_BODY()
|
| H A D | ftw_test.c | 83 ATF_REQUIRE_MSG(mkdtemp(template) != NULL, "mkdtemp failed"); in ATF_TC_BODY()
|
| /freebsd-12.1/contrib/mandoc/ |
| H A D | test-mkdtemp.c | 9 if (mkdtemp(dirname) != dirname) in main()
|
| H A D | compat_mkdtemp.c | 36 mkdtemp(char *path) in mkdtemp() function
|
| H A D | configure | 295 runtest mkdtemp MKDTEMP || true
|
| /freebsd-12.1/crypto/openssh/regress/ |
| H A D | mkdtemp.c | 54 dir = mkdtemp(template); in main()
|
| /freebsd-12.1/usr.bin/mktemp/ |
| H A D | mktemp.c | 121 if (mkdtemp(name) == NULL) { in main()
|
| /freebsd-12.1/crypto/openssh/openbsd-compat/ |
| H A D | mktemp.c | 133 mkdtemp(char *path) in mkdtemp() function
|
| H A D | openbsd-compat.h | 127 char *mkdtemp(char *path);
|
| /freebsd-12.1/lib/libc/stdio/ |
| H A D | mktemp.c | 90 mkdtemp(char *path) in mkdtemp() function
|
| H A D | Symbol.map | 58 mkdtemp;
|
| H A D | Makefile.inc | 65 MLINKS+=mktemp.3 mkdtemp.3 mktemp.3 mkstemp.3 mktemp.3 mkstemps.3 \
|
| /freebsd-12.1/contrib/netbsd-tests/kernel/ |
| H A D | t_mqueue.c | 124 tmpdir = mkdtemp(template); in ATF_TC_BODY()
|
| /freebsd-12.1/tests/sys/fifo/ |
| H A D | fifo_create.c | 264 if (mkdtemp(temp_dir) == NULL) in main()
|
| H A D | fifo_misc.c | 323 if (mkdtemp(temp_dir) == NULL) in main()
|
| H A D | fifo_open.c | 463 if (mkdtemp(temp_dir) == NULL) in main()
|
| /freebsd-12.1/tools/regression/sockets/unix_bindconnect/ |
| H A D | unix_bindconnect.c | 307 if (mkdtemp(directory_path) == NULL) in main()
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | gtest_test_utils.py | 146 _temp_dir = tempfile.mkdtemp()
|
| /freebsd-12.1/include/ |
| H A D | stdlib.h | 187 char *mkdtemp(char *);
|
| H A D | unistd.h | 525 char *mkdtemp(char *);
|
| /freebsd-12.1/lib/libutil/tests/ |
| H A D | pidfile_test.c | 277 if (mkdtemp(tmpdir) == NULL) in test_pidfile_relative()
|
| /freebsd-12.1/lib/libbe/ |
| H A D | be_access.c | 262 if (mkdtemp(mnt_temp) == NULL) in be_mount()
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | configure.in | 90 AC_CHECK_FUNC([mkdtemp], 92 [Define to 1 if you have the `mkdtemp' function.]))
|
| /freebsd-12.1/tools/regression/sockets/unix_cmsg/ |
| H A D | unix_cmsg.c | 431 if (mkdtemp(work_dir) == NULL) in main()
|
| /freebsd-12.1/tools/regression/priv/ |
| H A D | main.c | 391 if (mkdtemp(dpathp) == NULL) in setup_dir()
|