Home
last modified time | relevance | path

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

1234567

/freebsd/crypto/openssh/openbsd-compat/
H A Dmktemp.c37 #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 Dopenbsd-compat.h148 int mkstemp(char *path);
152 #define mkstemp(x) _ssh_mkstemp(x) macro
/freebsd/tools/regression/sockets/reconnect/
H A Dreconnect.c111 if (mkstemp(uds_name1) == -1) in main()
116 if (mkstemp(uds_name2) == -1) in main()
/freebsd/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/contrib/unifdef/
H A Dunifdef.h49 int fd = mkstemp(tmp); in mktempmode()
/freebsd/usr.bin/mail/
H A Dquit.c106 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 Dcollect.c101 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 Dpipe_overcommit2_test.c52 if (mkstemp(template) == -1) in main()
/freebsd/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/lib/libc/stdio/
H A Dtmpfile.c69 fd = mkstemp(buf); in tmpfile()
/freebsd/contrib/sendmail/test/
H A Dt_pathconf.c51 fd = mkstemp(tbuf);
/freebsd/tools/regression/sockets/pr_atomic/
H A Dpr_atomic.c59 if (mkstemp(socket_path) == -1) in main()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_fsync.c102 fd = mkstemp(buf); in ATF_TC_BODY()
/freebsd/tools/test/stress2/misc/
H A Dfexecve.sh58 fd = mkstemp(template);
/freebsd/lib/libc/tests/stdio/
H A Dperror_test.c53 ATF_REQUIRE(mkstemp(tmpfil) >= 0); in ATF_TC_BODY()
/freebsd/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/tests/sys/vm/
H A Dmlock_test.c125 fd = mkstemp(filename); in ATF_TC_BODY()
154 fd = mkstemp(filename); in ATF_TC_BODY()
/freebsd/tools/regression/sockets/unix_close_race/
H A Dunix_close_race.c76 if (mkstemp(socket_path) == -1) in main()
/freebsd/usr.bin/patch/
H A Dpatch.c177 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 Dpgusage.c55 int fd = mkstemp(bf); in open_tmp_usage()
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_exit.c158 fd = mkstemp(buf); in ATF_TC_BODY()

1234567