Home
last modified time | relevance | path

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

123456789

/freebsd-10-stable/tools/regression/sockets/reconnect/
Dreconnect.c113 if (mkstemp(uds_name1) == -1) in main()
118 if (mkstemp(uds_name2) == -1) in main()
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
Dfile.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()
/freebsd-10-stable/contrib/groff/src/libs/libgroff/
Dmkstemp.cpp31 int mkstemp(char *tmpl) in mkstemp() function
/freebsd-10-stable/usr.bin/unifdef/
Dunifdef.h48 int fd = mkstemp(tmp); in mktempmode()
/freebsd-10-stable/usr.bin/mail/
Dquit.c112 if ((fd = mkstemp(tempname)) == -1 || in quit()
204 if ((fd = mkstemp(tempname)) == -1 || in quit()
428 if ((fd = mkstemp(tempname)) == -1 || in edstop()
Dcollect.c107 if ((fd = mkstemp(tempname)) == -1 || in collect()
350 if ((tempfd = mkstemp(tempname2)) == -1 || in collect()
570 if ((fd = mkstemp(tempname)) == -1 || in mespipe()
/freebsd-10-stable/tests/sys/kern/pipe/
Dpipe_overcommit2_test.c53 if (mkstemp(template) == -1) in main()
/freebsd-10-stable/crypto/heimdal/lib/roken/
Dmkstemp.c50 mkstemp(char *template) in mkstemp() function
Dtest-readenv.c53 fd = mkstemp(tmpl); in make_file()
/freebsd-10-stable/tools/regression/filemon/
Dfilemontest.c58 if ((fm_log = mkstemp(log_name)) == -1) in main()
/freebsd-10-stable/lib/libc/stdio/
Dtmpfile.c75 fd = mkstemp(buf); in tmpfile()
/freebsd-10-stable/crypto/openssh/openbsd-compat/
Dxmmap.c68 tmpfd = mkstemp(tmpname); in xmmap()
Dmktemp.c121 mkstemp(char *path) in mkstemp() function
/freebsd-10-stable/contrib/sendmail/test/
Dt_pathconf.c49 fd = mkstemp(tbuf);
/freebsd-10-stable/tools/regression/sockets/pr_atomic/
Dpr_atomic.c61 if (mkstemp(socket_path) == -1) in main()
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/
Dt_fsync.c102 fd = mkstemp(buf); in ATF_TC_BODY()
/freebsd-10-stable/usr.bin/patch/
Dpatch.c171 if ((fd = mkstemp(TMPOUTNAME)) < 0) in main()
177 if ((fd = mkstemp(TMPINNAME)) < 0) in main()
183 if ((fd = mkstemp(TMPREJNAME)) < 0) in main()
189 if ((fd = mkstemp(TMPPATNAME)) < 0) in main()
/freebsd-10-stable/contrib/groff/src/include/
Dlib.h74 int mkstemp(char *tmpl);
/freebsd-10-stable/lib/libc/tests/stdio/
Dperror_test.c56 ATF_REQUIRE(mkstemp(tmpfil) >= 0); in ATF_TC_BODY()
/freebsd-10-stable/crypto/heimdal/appl/afsutil/
DChangeLog45 * pagsh.c: mkstemp formats must end in exactly six X's
105 * pagsh.c (main): use mkstemp to generate temporary file names.
/freebsd-10-stable/usr.sbin/ctm/ctm/
Dctm_pass2.c207 if ((fdesc = mkstemp(p)) == -1) { in Pass2()
247 if ((fdesc = mkstemp(p)) == -1) { in Pass2()
/freebsd-10-stable/usr.bin/mktemp/
Dmktemp.c129 fd = mkstemp(name); in main()
/freebsd-10-stable/tools/regression/sockets/unix_close_race/
Dunix_close_race.c78 if (mkstemp(socket_path) == -1) in main()
/freebsd-10-stable/contrib/texinfo/
DFREEBSD-Xlist30 */lib/mkstemp.c
/freebsd-10-stable/contrib/ntp/sntp/libopts/
Dpgusage.c55 int fd = mkstemp(bf); in open_tmp_usage()

123456789