Home
last modified time | relevance | path

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

123456789

/NextBSD/tools/regression/sockets/reconnect/
HDreconnect.c113 if (mkstemp(uds_name1) == -1) in main()
118 if (mkstemp(uds_name2) == -1) in main()
/NextBSD/contrib/ntp/lib/isc/win32/
HDfile.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()
/NextBSD/contrib/groff/src/libs/libgroff/
HDmkstemp.cpp31 int mkstemp(char *tmpl) in mkstemp() function
/NextBSD/usr.bin/unifdef/
HDunifdef.h48 int fd = mkstemp(tmp); in mktempmode()
/NextBSD/usr.bin/mail/
HDquit.c112 if ((fd = mkstemp(tempname)) == -1 || in quit()
204 if ((fd = mkstemp(tempname)) == -1 || in quit()
427 if ((fd = mkstemp(tempname)) == -1 || in edstop()
HDcollect.c107 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/
HDpipe_overcommit2_test.c53 if (mkstemp(template) == -1) in main()
/NextBSD/crypto/heimdal/lib/roken/
HDmkstemp.c50 mkstemp(char *template) in mkstemp() function
HDtest-readenv.c53 fd = mkstemp(tmpl); in make_file()
/NextBSD/tools/regression/filemon/
HDfilemontest.c58 if ((fm_log = mkstemp(log_name)) == -1) in main()
/NextBSD/lib/libc/stdio/
HDtmpfile.c75 fd = mkstemp(buf); in tmpfile()
/NextBSD/crypto/openssh/openbsd-compat/
HDxmmap.c68 tmpfd = mkstemp(tmpname); in xmmap()
HDmktemp.c121 mkstemp(char *path) in mkstemp() function
/NextBSD/tests/sys/kern/
HDkern_copyin.c62 scratch_file = mkstemp(template); in ATF_TC_BODY()
/NextBSD/tools/regression/sockets/pr_atomic/
HDpr_atomic.c61 if (mkstemp(socket_path) == -1) in main()
/NextBSD/usr.bin/patch/
HDpatch.c173 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/
HDt_fsync.c102 fd = mkstemp(buf); in ATF_TC_BODY()
/NextBSD/lib/libc/tests/stdio/
HDperror_test.c56 ATF_REQUIRE(mkstemp(tmpfil) >= 0); in ATF_TC_BODY()
/NextBSD/contrib/groff/src/include/
HDlib.h74 int mkstemp(char *tmpl);
/NextBSD/crypto/heimdal/appl/afsutil/
HDChangeLog45 * 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/
HDctm_pass2.c207 if ((fdesc = mkstemp(p)) == -1) { in Pass2()
247 if ((fdesc = mkstemp(p)) == -1) { in Pass2()
/NextBSD/usr.bin/mktemp/
HDmktemp.c129 fd = mkstemp(name); in main()
/NextBSD/tools/regression/sockets/unix_close_race/
HDunix_close_race.c78 if (mkstemp(socket_path) == -1) in main()
/NextBSD/contrib/ntp/sntp/libopts/
HDpgusage.c55 int fd = mkstemp(bf); in open_tmp_usage()
/NextBSD/contrib/ntp/include/
HDl_stdlib.h89 extern int mkstemp (char *);

123456789