Home
last modified time | relevance | path

Searched refs:mkstemp (Results 1 – 25 of 176) sorted by relevance

12345678

/freebsd-13.1/tools/regression/sockets/reconnect/
H A Dreconnect.c113 if (mkstemp(uds_name1) == -1) in main()
118 if (mkstemp(uds_name2) == -1) in main()
/freebsd-13.1/contrib/kyua/utils/fs/
H A Dauto_cleaners.cpp229 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 Dauto_cleaners.hpp79 static auto_file mkstemp(const std::string&);
H A Doperations.hpp59 fs::path mkstemp(const std::string&);
H A Doperations_test.cpp554 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 Dmlock_test.c123 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 Dfile.c111 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 Dpipe_overcommit2_test.c53 if (mkstemp(template) == -1) in main()
/freebsd-13.1/crypto/heimdal/lib/roken/
H A Dmkstemp.c50 mkstemp(char *template) in mkstemp() function
H A Dtest-readenv.c53 fd = mkstemp(tmpl); in make_file()
/freebsd-13.1/usr.bin/mail/
H A Dquit.c114 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 Dcollect.c109 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 Dtmpfile.c77 fd = mkstemp(buf); in tmpfile()
/freebsd-13.1/contrib/sendmail/test/
H A Dt_pathconf.c49 fd = mkstemp(tbuf);
/freebsd-13.1/contrib/mandoc/
H A Dtag.c96 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 Dpr_atomic.c61 if (mkstemp(socket_path) == -1) in main()
/freebsd-13.1/contrib/netbsd-tests/lib/libc/sys/
H A Dt_fsync.c102 fd = mkstemp(buf); in ATF_TC_BODY()
/freebsd-13.1/lib/libc/tests/stdio/
H A Dperror_test.c56 ATF_REQUIRE(mkstemp(tmpfil) >= 0); in ATF_TC_BODY()
/freebsd-13.1/usr.bin/mktemp/
H A Dmktemp.c131 fd = mkstemp(name); in main()
/freebsd-13.1/tools/regression/sockets/unix_close_race/
H A Dunix_close_race.c78 if (mkstemp(socket_path) == -1) in main()
/freebsd-13.1/crypto/heimdal/appl/afsutil/
H A DChangeLog45 * 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 Dmktemp.c121 mkstemp(char *path) in mkstemp() function
/freebsd-13.1/contrib/ntp/sntp/libopts/
H A Dpgusage.c55 int fd = mkstemp(bf); in open_tmp_usage()
/freebsd-13.1/usr.bin/patch/
H A Dpatch.c178 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 DFREEBSD-Xlist31 lib/mkstemp.c

12345678