Symbol: mkdtemp
crypto/openssh/clientloop.c
342
if (mkdtemp(xauthdir) == NULL) {
crypto/openssh/defines.h
803
char *mkdtemp (char *);
crypto/openssh/openbsd-compat/openbsd-compat.h
149
char *mkdtemp(char *path);
crypto/openssh/regress/mkdtemp.c
54
dir = mkdtemp(template);
crypto/openssh/session.c
212
if (mkdtemp(auth_sock_dir) == NULL) {
crypto/openssh/ssh-agent.c
2424
if (mkdtemp(socket_dir) == NULL) {
include/stdlib.h
196
char *mkdtemp(char *);
include/unistd.h
535
char *mkdtemp(char *);
lib/libbe/be_access.c
254
if (mkdtemp(mnt_temp) == NULL)
lib/libc/tests/gen/dir2_test.c
135
tmpdir = mkdtemp(template);
lib/libc/tests/gen/dir2_test.c
58
tmpdir = mkdtemp(template);
lib/libc/tests/gen/ftw_test.c
80
ATF_REQUIRE_MSG(mkdtemp(template) != NULL, "mkdtemp failed");
lib/libutil/tests/pidfile_test.c
274
if (mkdtemp(tmpdir) == NULL)
tests/sys/fifo/fifo_create.c
262
if (mkdtemp(temp_dir) == NULL)
tests/sys/fifo/fifo_io.c
1376
if (mkdtemp(temp_dir) == NULL)
tests/sys/fifo/fifo_misc.c
321
if (mkdtemp(temp_dir) == NULL)
tests/sys/fifo/fifo_open.c
461
if (mkdtemp(temp_dir) == NULL)
tests/sys/file/path_test.c
87
ATF_REQUIRE_MSG(mkdtemp(path) == path, FMT_ERR("mkdtemp"));
tests/sys/fs/tarfs/mktar.c
194
if (mkdtemp(dirname) == NULL)
tests/sys/kern/inotify_test.c
209
p = mkdtemp(path);
tests/sys/kern/inotify_test.c
338
p = mkdtemp(path);
tools/regression/priv/main.c
389
if (mkdtemp(dpathp) == NULL)
tools/regression/security/cap_test/cap_test_capabilities.c
440
if (mkdtemp(dir) == NULL) {
tools/regression/security/open_to_operation/open_to_operation.c
1080
if (mkdtemp(dir_path) == NULL)
tools/regression/sockets/unix_bindconnect/unix_bindconnect.c
305
if (mkdtemp(directory_path) == NULL)
tools/regression/sockets/unix_cmsg/unix_cmsg.c
428
if (mkdtemp(work_dir) == NULL)
tools/regression/sockets/unix_gc/unix_gc.c
760
if (mkdtemp(dpath) == NULL)
tools/tools/syscall_timing/syscall_timing.c
1094
tmp_dir = mkdtemp(tmp_dir);
usr.bin/mktemp/mktemp.c
165
if (mkdtemp(name) == NULL) {
usr.sbin/acpi/acpidump/acpi.c
2927
if (mkdtemp(wrkdir) == NULL) {