Home
last modified time | relevance | path

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

12345678

/src/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
/src/contrib/pam-krb5/portable/
H A Dmkstemp.c38 # undef mkstemp
39 # define mkstemp test_mkstemp macro
51 mkstemp(char *template) in mkstemp() function
H A Dsystem.h140 extern int mkstemp(char *);
/src/tools/regression/sockets/reconnect/
H A Dreconnect.c111 if (mkstemp(uds_name1) == -1) in main()
116 if (mkstemp(uds_name2) == -1) in main()
/src/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&);
/src/contrib/unifdef/
H A Dunifdef.h49 int fd = mkstemp(tmp); in mktempmode()
/src/tests/sys/kern/pipe/
H A Dpipe_overcommit2_test.c52 if (mkstemp(template) == -1) in main()
/src/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()
/src/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.c105 if ((fd = mkstemp(tempname)) == -1 || in collect()
347 if ((tempfd = mkstemp(tempname2)) == -1 || in collect()
570 if ((fd = mkstemp(tempname)) == -1 || in mespipe()
/src/crypto/krb5/src/util/support/
H A Ddeps52 mkstemp.so mkstemp.po $(OUTPRE)mkstemp.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
54 mkstemp.c
H A Dmkstemp.c67 int mkstemp(path) in mkstemp() function
/src/lib/libc/stdio/
H A Dtmpfile.c69 fd = mkstemp(buf); in tmpfile()
/src/contrib/sendmail/test/
H A Dt_pathconf.c51 fd = mkstemp(tbuf);
/src/tools/regression/sockets/pr_atomic/
H A Dpr_atomic.c59 if (mkstemp(socket_path) == -1) in main()
/src/tools/test/stress2/misc/
H A Dfexecve.sh58 fd = mkstemp(template);
/src/contrib/netbsd-tests/lib/libc/sys/
H A Dt_fsync.c102 fd = mkstemp(buf); in ATF_TC_BODY()
/src/lib/libc/tests/stdio/
H A Dperror_test.c53 ATF_REQUIRE(mkstemp(tmpfil) >= 0); in ATF_TC_BODY()
/src/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.
/src/tests/sys/vm/
H A Dmlock_test.c125 fd = mkstemp(filename); in ATF_TC_BODY()
154 fd = mkstemp(filename); in ATF_TC_BODY()
/src/tools/regression/sockets/unix_close_race/
H A Dunix_close_race.c76 if (mkstemp(socket_path) == -1) in main()

12345678