| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| mkdtemp.h | 20 /* Get mkdtemp() declaration. */ 30 extern char * mkdtemp (char *template);
|
| mkdtemp.c | 18 /* Extracted from misc/mkdtemp.c and sysdeps/posix/tempname.c. */ 23 #include "mkdtemp.h" 202 mkdtemp (char *template) function
|
| /src/external/bsd/mdocml/dist/ |
| test-mkdtemp.c | 9 if (mkdtemp(dirname) != dirname)
|
| compat_mkdtemp.c | 17 * The algorithm of this function is inspired by OpenBSD mkdtemp(3) 29 mkdtemp(char *path) function
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| mkdtemp.c | 18 /* Extracted from misc/mkdtemp.c. */ 33 mkdtemp (char *xtemplate) function
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| mkdtemp.c | 18 /* Extracted from misc/mkdtemp.c. */ 33 mkdtemp (char *xtemplate) function
|
| /src/lib/libc/stdio/ |
| mkdtemp.c | 1 /* $NetBSD: mkdtemp.c,v 1.12 2014/06/18 17:47:58 christos Exp $ */ 41 __RCSID("$NetBSD: mkdtemp.c,v 1.12 2014/06/18 17:47:58 christos Exp $"); 46 mkdtemp(char *path) function
|
| Makefile.inc | 14 getwchar.c makebuf.c mkdtemp.c mkstemp.c mkstemps.c mkostemp.c \ 48 MLINKS+=mktemp.3 mkdtemp.3 mktemp.3 mkstemp.3
|
| /src/external/bsd/kyua-cli/dist/utils/fs/ |
| auto_cleaners.hpp | 57 static auto_directory mkdtemp(const std::string&);
|
| operations.hpp | 54 fs::path mkdtemp(const std::string&);
|
| auto_cleaners.cpp | 115 fs::auto_directory::mkdtemp(const std::string& path_template) function in class:fs::auto_directory 118 const fs::path directory_ = fs::mkdtemp(path_template);
|
| operations_test.cpp | 283 ATF_TEST_CASE_WITHOUT_HEAD(mkdtemp) 284 ATF_TEST_CASE_BODY(mkdtemp) 291 const fs::path tempdir = fs::mkdtemp(dir_template); 398 ATF_ADD_TEST_CASE(tcs, mkdtemp);
|
| operations.cpp | 206 /// The temporary directory is created using mkdtemp(3) using the provided 216 /// \throw fs::system_error If the call to mkdtemp(3) fails. 218 fs::mkdtemp(const std::string& path_template) function in class:fs 227 if (::mkdtemp(buf.get()) == NULL) {
|
| /src/external/gpl2/lvm2/dist/test/ |
| mkdtemp | 16 # Usage: mkdtemp /tmp phoey.XXXXXXXXXX 63 mkdtemp() function 120 mkdtemp "$@"
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| stdlib.d | 283 int mkdtemp(char*); // Defined in IEEE 1003.1, 2008 Edition 325 char* mkdtemp(char*); // Defined in IEEE 1003.1, 2008 Edition 376 char* mkdtemp(char*); // Defined in IEEE 1003.1, 2008 Edition 417 char* mkdtemp(char*); // Defined in IEEE 1003.1, 2008 Edition 458 char* mkdtemp(char*); // Defined in IEEE 1003.1, 2008 Edition 499 char* mkdtemp(char*); // Defined in IEEE 1003.1, 2008 Edition 540 char* mkdtemp(char*); // Defined in IEEE 1003.1, 2008 Edition 564 char* mkdtemp(char*); // Defined in IEEE 1003.1, 2008 Edition 592 char* mkdtemp(char*); // Defined in IEEE 1003.1, 2008 Edition 645 char* mkdtemp(char*); // Defined in IEEE 1003.1, 2008 Editio [all...] |
| /src/external/bsd/ppp/dist/pppd/ |
| utils_utest.c | 106 if (mkdtemp(base_dir) == NULL) {
|
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| mkdir-recursive-selftests.c | 51 if (mkdtemp (base.data ()) == NULL) 52 perror_with_name (("mkdtemp"));
|
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| mkdir-recursive-selftests.c | 51 if (mkdtemp (base.data ()) == NULL) 52 perror_with_name (("mkdtemp"));
|
| /src/external/mit/libuv/dist/src/unix/ |
| os390-syscalls.h | 65 char *mkdtemp(char* path);
|
| /src/usr.bin/mktemp/ |
| mktemp.c | 35 * A cleanup, misc options and mkdtemp() calls were added to try and work 138 if (mkdtemp(name) == NULL) { 141 warn("mkdtemp failed on %s", name);
|
| /src/external/bsd/kyua-cli/dist/engine/drivers/ |
| debug_test.cpp | 133 const fs::auto_directory work_directory = fs::auto_directory::mkdtemp(
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-tempdir.cc | 32 /* Construct a tempdir path template suitable for use by mkdtemp 104 /* Create tempdir using mkdtemp. This is created with 0700 perms and 107 m_path_tempdir = mkdtemp (m_path_template);
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-tempdir.cc | 32 /* Construct a tempdir path template suitable for use by mkdtemp 104 /* Create tempdir using mkdtemp. This is created with 0700 perms and 107 m_path_tempdir = mkdtemp (m_path_template);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/ |
| collect_data_flow.py | 57 tmpdir = tempfile.mkdtemp(prefix="libfuzzer-tmp-")
|
| /src/external/gpl3/gcc/dist/contrib/ |
| unused_functions.py | 21 from tempfile import mkdtemp 45 tmpd = mkdtemp(prefix='unused_fun')
|