| /NextBSD/tools/regression/sockets/reconnect/ |
| HD | reconnect.c | 113 if (mkstemp(uds_name1) == -1) in main() 118 if (mkstemp(uds_name2) == -1) in main()
|
| /NextBSD/contrib/ntp/lib/isc/win32/ |
| HD | 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()
|
| /NextBSD/contrib/groff/src/libs/libgroff/ |
| HD | mkstemp.cpp | 31 int mkstemp(char *tmpl) in mkstemp() function
|
| /NextBSD/usr.bin/unifdef/ |
| HD | unifdef.h | 48 int fd = mkstemp(tmp); in mktempmode()
|
| /NextBSD/usr.bin/mail/ |
| HD | quit.c | 112 if ((fd = mkstemp(tempname)) == -1 || in quit() 204 if ((fd = mkstemp(tempname)) == -1 || in quit() 427 if ((fd = mkstemp(tempname)) == -1 || in edstop()
|
| HD | collect.c | 107 if ((fd = mkstemp(tempname)) == -1 || in collect() 350 if ((tempfd = mkstemp(tempname2)) == -1 || in collect() 570 if ((fd = mkstemp(tempname)) == -1 || in mespipe()
|
| /NextBSD/tests/sys/kern/pipe/ |
| HD | pipe_overcommit2_test.c | 53 if (mkstemp(template) == -1) in main()
|
| /NextBSD/crypto/heimdal/lib/roken/ |
| HD | mkstemp.c | 50 mkstemp(char *template) in mkstemp() function
|
| HD | test-readenv.c | 53 fd = mkstemp(tmpl); in make_file()
|
| /NextBSD/tools/regression/filemon/ |
| HD | filemontest.c | 58 if ((fm_log = mkstemp(log_name)) == -1) in main()
|
| /NextBSD/lib/libc/stdio/ |
| HD | tmpfile.c | 75 fd = mkstemp(buf); in tmpfile()
|
| /NextBSD/crypto/openssh/openbsd-compat/ |
| HD | xmmap.c | 68 tmpfd = mkstemp(tmpname); in xmmap()
|
| HD | mktemp.c | 121 mkstemp(char *path) in mkstemp() function
|
| /NextBSD/tests/sys/kern/ |
| HD | kern_copyin.c | 62 scratch_file = mkstemp(template); in ATF_TC_BODY()
|
| /NextBSD/tools/regression/sockets/pr_atomic/ |
| HD | pr_atomic.c | 61 if (mkstemp(socket_path) == -1) in main()
|
| /NextBSD/usr.bin/patch/ |
| HD | patch.c | 173 if ((fd = mkstemp(TMPOUTNAME)) < 0) in main() 179 if ((fd = mkstemp(TMPINNAME)) < 0) in main() 185 if ((fd = mkstemp(TMPREJNAME)) < 0) in main() 191 if ((fd = mkstemp(TMPPATNAME)) < 0) in main()
|
| /NextBSD/contrib/netbsd-tests/lib/libc/sys/ |
| HD | t_fsync.c | 102 fd = mkstemp(buf); in ATF_TC_BODY()
|
| /NextBSD/lib/libc/tests/stdio/ |
| HD | perror_test.c | 56 ATF_REQUIRE(mkstemp(tmpfil) >= 0); in ATF_TC_BODY()
|
| /NextBSD/contrib/groff/src/include/ |
| HD | lib.h | 74 int mkstemp(char *tmpl);
|
| /NextBSD/crypto/heimdal/appl/afsutil/ |
| HD | ChangeLog | 45 * pagsh.c: mkstemp formats must end in exactly six X's 105 * pagsh.c (main): use mkstemp to generate temporary file names.
|
| /NextBSD/usr.sbin/ctm/ctm/ |
| HD | ctm_pass2.c | 207 if ((fdesc = mkstemp(p)) == -1) { in Pass2() 247 if ((fdesc = mkstemp(p)) == -1) { in Pass2()
|
| /NextBSD/usr.bin/mktemp/ |
| HD | mktemp.c | 129 fd = mkstemp(name); in main()
|
| /NextBSD/tools/regression/sockets/unix_close_race/ |
| HD | unix_close_race.c | 78 if (mkstemp(socket_path) == -1) in main()
|
| /NextBSD/contrib/ntp/sntp/libopts/ |
| HD | pgusage.c | 55 int fd = mkstemp(bf); in open_tmp_usage()
|
| /NextBSD/contrib/ntp/include/ |
| HD | l_stdlib.h | 89 extern int mkstemp (char *);
|