/freebsd/crypto/openssh/openbsd-compat/ |
H A D | 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
|
H A D | openbsd-compat.h | 148 int mkstemp(char *path); 152 #define mkstemp(x) _ssh_mkstemp(x) macro
|
/freebsd/tools/regression/sockets/reconnect/ |
H A D | reconnect.c | 111 if (mkstemp(uds_name1) == -1) in main() 116 if (mkstemp(uds_name2) == -1) in main()
|
/freebsd/contrib/kyua/utils/fs/ |
H A D | 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()
|
H A D | auto_cleaners.hpp | 79 static auto_file mkstemp(const std::string&);
|
H A D | operations.hpp | 59 fs::path mkstemp(const std::string&);
|
H A D | 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/contrib/unifdef/ |
H A D | unifdef.h | 49 int fd = mkstemp(tmp); in mktempmode()
|
/freebsd/usr.bin/mail/ |
H A D | quit.c | 106 if ((fd = mkstemp(tempname)) == -1 || in quit() 198 if ((fd = mkstemp(tempname)) == -1 || in quit() 422 if ((fd = mkstemp(tempname)) == -1 || in edstop()
|
H A D | collect.c | 101 if ((fd = mkstemp(tempname)) == -1 || in collect() 343 if ((tempfd = mkstemp(tempname2)) == -1 || in collect() 563 if ((fd = mkstemp(tempname)) == -1 || in mespipe()
|
/freebsd/tests/sys/kern/pipe/ |
H A D | pipe_overcommit2_test.c | 52 if (mkstemp(template) == -1) in main()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | mkstemp.c | 50 mkstemp(char *template) in mkstemp() function
|
H A D | test-readenv.c | 53 fd = mkstemp(tmpl); in make_file()
|
/freebsd/lib/libc/stdio/ |
H A D | tmpfile.c | 69 fd = mkstemp(buf); in tmpfile()
|
/freebsd/contrib/sendmail/test/ |
H A D | t_pathconf.c | 51 fd = mkstemp(tbuf);
|
/freebsd/tools/regression/sockets/pr_atomic/ |
H A D | pr_atomic.c | 59 if (mkstemp(socket_path) == -1) in main()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_fsync.c | 102 fd = mkstemp(buf); in ATF_TC_BODY()
|
/freebsd/tools/test/stress2/misc/ |
H A D | fexecve.sh | 58 fd = mkstemp(template);
|
/freebsd/lib/libc/tests/stdio/ |
H A D | perror_test.c | 53 ATF_REQUIRE(mkstemp(tmpfil) >= 0); in ATF_TC_BODY()
|
/freebsd/crypto/heimdal/appl/afsutil/ |
H A D | 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/tests/sys/vm/ |
H A D | mlock_test.c | 125 fd = mkstemp(filename); in ATF_TC_BODY() 154 fd = mkstemp(filename); in ATF_TC_BODY()
|
/freebsd/tools/regression/sockets/unix_close_race/ |
H A D | unix_close_race.c | 76 if (mkstemp(socket_path) == -1) in main()
|
/freebsd/usr.bin/patch/ |
H A D | 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/contrib/ntp/sntp/libopts/ |
H A D | pgusage.c | 55 int fd = mkstemp(bf); in open_tmp_usage()
|
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/ |
H A D | t_exit.c | 158 fd = mkstemp(buf); in ATF_TC_BODY()
|