| /freebsd-13-stable/crypto/openssh/openbsd-compat/ |
| HD | mktemp.c | 37 #ifdef mkstemp 38 #undef mkstemp 40 int mkstemp(char *); 55 ret = mkstemp(template); in _ssh_mkstemp() 144 mkstemp(char *path) in mkstemp() function
|
| HD | openbsd-compat.h | 148 int mkstemp(char *path); 152 #define mkstemp(x) _ssh_mkstemp(x) macro
|
| /freebsd-13-stable/tools/regression/sockets/reconnect/ |
| HD | reconnect.c | 111 if (mkstemp(uds_name1) == -1) in main() 116 if (mkstemp(uds_name2) == -1) in main()
|
| /freebsd-13-stable/contrib/kyua/utils/fs/ |
| HD | auto_cleaners.cpp | 229 fs::auto_file::mkstemp(const std::string& path_template) in mkstemp() function in fs::auto_file 232 const fs::path file_ = fs::mkstemp(path_template); in mkstemp()
|
| HD | auto_cleaners.hpp | 79 static auto_file mkstemp(const std::string&);
|
| HD | operations.hpp | 59 fs::path mkstemp(const std::string&);
|
| HD | operations_test.cpp | 554 ATF_TEST_CASE_WITHOUT_HEAD(mkstemp) 555 ATF_TEST_CASE_BODY(mkstemp) in ATF_TEST_CASE_BODY() argument 562 const fs::path tempfile = fs::mkstemp(file_template); in ATF_TEST_CASE_BODY() 806 ATF_ADD_TEST_CASE(tcs, mkstemp); in ATF_INIT_TEST_CASES()
|
| /freebsd-13-stable/tests/sys/vm/ |
| HD | mlock_test.c | 121 fd = mkstemp(filename); in ATF_TC_BODY() 150 fd = mkstemp(filename); in ATF_TC_BODY()
|
| /freebsd-13-stable/contrib/unifdef/ |
| HD | unifdef.h | 49 int fd = mkstemp(tmp); in mktempmode()
|
| /freebsd-13-stable/tests/sys/kern/pipe/ |
| HD | pipe_overcommit2_test.c | 52 if (mkstemp(template) == -1) in main()
|
| /freebsd-13-stable/crypto/heimdal/lib/roken/ |
| HD | mkstemp.c | 50 mkstemp(char *template) in mkstemp() function
|
| HD | test-readenv.c | 53 fd = mkstemp(tmpl); in make_file()
|
| /freebsd-13-stable/usr.bin/mail/ |
| HD | quit.c | 112 if ((fd = mkstemp(tempname)) == -1 || in quit() 204 if ((fd = mkstemp(tempname)) == -1 || in quit() 428 if ((fd = mkstemp(tempname)) == -1 || in edstop()
|
| HD | collect.c | 107 if ((fd = mkstemp(tempname)) == -1 || in collect() 349 if ((tempfd = mkstemp(tempname2)) == -1 || in collect() 569 if ((fd = mkstemp(tempname)) == -1 || in mespipe()
|
| /freebsd-13-stable/lib/libc/stdio/ |
| HD | tmpfile.c | 75 fd = mkstemp(buf); in tmpfile()
|
| /freebsd-13-stable/contrib/sendmail/test/ |
| HD | t_pathconf.c | 51 fd = mkstemp(tbuf);
|
| /freebsd-13-stable/tools/regression/sockets/pr_atomic/ |
| HD | pr_atomic.c | 59 if (mkstemp(socket_path) == -1) in main()
|
| /freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/ |
| HD | t_fsync.c | 102 fd = mkstemp(buf); in ATF_TC_BODY()
|
| /freebsd-13-stable/lib/libc/tests/stdio/ |
| HD | perror_test.c | 54 ATF_REQUIRE(mkstemp(tmpfil) >= 0); in ATF_TC_BODY()
|
| /freebsd-13-stable/tools/regression/sockets/unix_close_race/ |
| HD | unix_close_race.c | 76 if (mkstemp(socket_path) == -1) in main()
|
| /freebsd-13-stable/crypto/heimdal/appl/afsutil/ |
| HD | ChangeLog | 45 * pagsh.c: mkstemp formats must end in exactly six X's 105 * pagsh.c (main): use mkstemp to generate temporary file names.
|
| /freebsd-13-stable/usr.bin/patch/ |
| HD | patch.c | 177 if ((fd = mkstemp(TMPOUTNAME)) < 0) in main() 183 if ((fd = mkstemp(TMPINNAME)) < 0) in main() 189 if ((fd = mkstemp(TMPREJNAME)) < 0) in main() 195 if ((fd = mkstemp(TMPPATNAME)) < 0) in main()
|
| /freebsd-13-stable/contrib/ntp/sntp/libopts/ |
| HD | pgusage.c | 55 int fd = mkstemp(bf); in open_tmp_usage()
|
| /freebsd-13-stable/contrib/netbsd-tests/lib/libc/stdlib/ |
| HD | t_exit.c | 158 fd = mkstemp(buf); in ATF_TC_BODY()
|
| /freebsd-13-stable/tests/sys/kern/ |
| HD | kern_copyin.c | 125 scratch_file = mkstemp(template); in ATF_TC_BODY()
|