| /src/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
|
| /src/contrib/pam-krb5/portable/ |
| H A D | mkstemp.c | 38 # undef mkstemp 39 # define mkstemp test_mkstemp macro 51 mkstemp(char *template) in mkstemp() function
|
| H A D | system.h | 140 extern int mkstemp(char *);
|
| /src/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()
|
| /src/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&);
|
| /src/contrib/unifdef/ |
| H A D | unifdef.h | 49 int fd = mkstemp(tmp); in mktempmode()
|
| /src/tests/sys/kern/pipe/ |
| H A D | pipe_overcommit2_test.c | 52 if (mkstemp(template) == -1) in main()
|
| /src/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()
|
| /src/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 | 105 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 D | deps | 52 mkstemp.so mkstemp.po $(OUTPRE)mkstemp.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ 54 mkstemp.c
|
| H A D | mkstemp.c | 67 int mkstemp(path) in mkstemp() function
|
| /src/lib/libc/stdio/ |
| H A D | tmpfile.c | 69 fd = mkstemp(buf); in tmpfile()
|
| /src/contrib/sendmail/test/ |
| H A D | t_pathconf.c | 51 fd = mkstemp(tbuf);
|
| /src/tools/regression/sockets/pr_atomic/ |
| H A D | pr_atomic.c | 59 if (mkstemp(socket_path) == -1) in main()
|
| /src/tools/test/stress2/misc/ |
| H A D | fexecve.sh | 58 fd = mkstemp(template);
|
| /src/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_fsync.c | 102 fd = mkstemp(buf); in ATF_TC_BODY()
|
| /src/lib/libc/tests/stdio/ |
| H A D | perror_test.c | 53 ATF_REQUIRE(mkstemp(tmpfil) >= 0); in ATF_TC_BODY()
|
| /src/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.
|
| /src/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()
|
| /src/tools/regression/sockets/unix_close_race/ |
| H A D | unix_close_race.c | 76 if (mkstemp(socket_path) == -1) in main()
|