Home
last modified time | relevance | path

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

12

/freebsd-9-stable/usr.bin/mktemp/
Dmktemp.c119 if (mkdtemp(name) == NULL) { in main()
/freebsd-9-stable/crypto/openssh/openbsd-compat/
Dmktemp.c133 mkdtemp(char *path) in mkdtemp() function
Dopenbsd-compat.h99 char *mkdtemp(char *path);
/freebsd-9-stable/lib/libc/stdio/
Dmktemp.c75 mkdtemp(path) in mkdtemp() function
DSymbol.map58 mkdtemp;
DMakefile.inc63 MLINKS+=mktemp.3 mkdtemp.3 mktemp.3 mkstemp.3 mktemp.3 mkstemps.3
/freebsd-9-stable/tools/regression/fifo/fifo_misc/
Dfifo_misc.c231 if (mkdtemp(temp_dir) == NULL) in main()
/freebsd-9-stable/usr.sbin/pkg_install/lib/
Dpen.c112 if (!mkdtemp(pen)) { in make_playpen()
/freebsd-9-stable/include/
Dstdlib.h179 char *mkdtemp(char *);
Dunistd.h518 char *mkdtemp(char *);
/freebsd-9-stable/tools/regression/fifo/fifo_create/
Dfifo_create.c267 if (mkdtemp(temp_dir) == NULL) in main()
/freebsd-9-stable/tools/regression/sockets/unix_bindconnect/
Dunix_bindconnect.c307 if (mkdtemp(directory_path) == NULL) in main()
/freebsd-9-stable/tools/regression/fifo/fifo_open/
Dfifo_open.c463 if (mkdtemp(temp_dir) == NULL) in main()
/freebsd-9-stable/contrib/binutils/binutils/
Dconfigure.in90 AC_CHECK_FUNC([mkdtemp],
92 [Define to 1 if you have the `mkdtemp' function.]))
Dbucomm.c471 return mkdtemp (tmpname); in make_tempdir()
Dconfig.in94 /* Define to 1 if you have the `mkdtemp' function. */
DChangeLog-200651 * configure.in: Check for the mkstemp and mkdtemp functions.
57 mkdtemp, if it is available.
/freebsd-9-stable/tools/regression/priv/
Dmain.c376 if (mkdtemp(dpathp) == NULL) in setup_dir()
/freebsd-9-stable/crypto/openssh/
Ddefines.h674 char *mkdtemp (char *);
Dssh-agent.c1159 if (mkdtemp(socket_dir) == NULL) { in main()
/freebsd-9-stable/bin/df/
Ddf.c227 mntpt = mkdtemp(mntpath); in main()
/freebsd-9-stable/tools/regression/sockets/unix_gc/
Dunix_gc.c762 if (mkdtemp(dpath) == NULL) in main()
/freebsd-9-stable/tools/regression/fifo/fifo_io/
Dfifo_io.c1388 if (mkdtemp(temp_dir) == NULL) in main()
/freebsd-9-stable/tools/regression/security/open_to_operation/
Dopen_to_operation.c1083 if (mkdtemp(dir_path) == NULL) in main()
/freebsd-9-stable/tools/regression/sockets/unix_cmsg/
Dunix_cmsg.c597 if (mkdtemp(work_dir) == NULL) in main()

12