| /freebsd-13.1/tools/regression/sockets/reconnect/ |
| H A D | reconnect.c | 113 if (mkstemp(uds_name1) == -1) in main() 118 if (mkstemp(uds_name2) == -1) in main()
|
| /freebsd-13.1/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-13.1/tests/sys/vm/ |
| H A D | mlock_test.c | 123 fd = mkstemp(filename); in ATF_TC_BODY() 152 fd = mkstemp(filename); in ATF_TC_BODY()
|
| /freebsd-13.1/contrib/ntp/lib/isc/win32/ |
| H A D | file.c | 111 mkstemp(char *path) { in mkstemp() function 168 tmpfd = mkstemp(buf); in isc_file_safemovefile() 303 fd = mkstemp(templet); in isc_file_renameunique() 343 fd = mkstemp(templet); in isc_file_openuniquemode()
|
| /freebsd-13.1/tests/sys/kern/pipe/ |
| H A D | pipe_overcommit2_test.c | 53 if (mkstemp(template) == -1) in main()
|
| /freebsd-13.1/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-13.1/usr.bin/mail/ |
| H A D | quit.c | 114 if ((fd = mkstemp(tempname)) == -1 || in quit() 206 if ((fd = mkstemp(tempname)) == -1 || in quit() 430 if ((fd = mkstemp(tempname)) == -1 || in edstop()
|
| H A D | collect.c | 109 if ((fd = mkstemp(tempname)) == -1 || in collect() 351 if ((tempfd = mkstemp(tempname2)) == -1 || in collect() 571 if ((fd = mkstemp(tempname)) == -1 || in mespipe()
|
| /freebsd-13.1/lib/libc/stdio/ |
| H A D | tmpfile.c | 77 fd = mkstemp(buf); in tmpfile()
|
| /freebsd-13.1/contrib/sendmail/test/ |
| H A D | t_pathconf.c | 49 fd = mkstemp(tbuf);
|
| /freebsd-13.1/contrib/mandoc/ |
| H A D | tag.c | 96 if ((ofd = mkstemp(tag_files.ofn)) == -1) { in tag_init() 101 if ((tag_files.tfd = mkstemp(tag_files.tfn)) == -1) { in tag_init()
|
| /freebsd-13.1/tools/regression/sockets/pr_atomic/ |
| H A D | pr_atomic.c | 61 if (mkstemp(socket_path) == -1) in main()
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_fsync.c | 102 fd = mkstemp(buf); in ATF_TC_BODY()
|
| /freebsd-13.1/lib/libc/tests/stdio/ |
| H A D | perror_test.c | 56 ATF_REQUIRE(mkstemp(tmpfil) >= 0); in ATF_TC_BODY()
|
| /freebsd-13.1/usr.bin/mktemp/ |
| H A D | mktemp.c | 131 fd = mkstemp(name); in main()
|
| /freebsd-13.1/tools/regression/sockets/unix_close_race/ |
| H A D | unix_close_race.c | 78 if (mkstemp(socket_path) == -1) in main()
|
| /freebsd-13.1/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-13.1/crypto/openssh/openbsd-compat/ |
| H A D | mktemp.c | 121 mkstemp(char *path) in mkstemp() function
|
| /freebsd-13.1/contrib/ntp/sntp/libopts/ |
| H A D | pgusage.c | 55 int fd = mkstemp(bf); in open_tmp_usage()
|
| /freebsd-13.1/usr.bin/patch/ |
| H A D | patch.c | 178 if ((fd = mkstemp(TMPOUTNAME)) < 0) in main() 184 if ((fd = mkstemp(TMPINNAME)) < 0) in main() 190 if ((fd = mkstemp(TMPREJNAME)) < 0) in main() 196 if ((fd = mkstemp(TMPPATNAME)) < 0) in main()
|
| /freebsd-13.1/contrib/diff/ |
| H A D | FREEBSD-Xlist | 31 lib/mkstemp.c
|