| /freebsd-10-stable/tools/regression/sockets/reconnect/ |
| D | reconnect.c | 113 if (mkstemp(uds_name1) == -1) in main() 118 if (mkstemp(uds_name2) == -1) in main()
|
| /freebsd-10-stable/contrib/ntp/lib/isc/win32/ |
| D | 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()
|
| /freebsd-10-stable/contrib/groff/src/libs/libgroff/ |
| D | mkstemp.cpp | 31 int mkstemp(char *tmpl) in mkstemp() function
|
| /freebsd-10-stable/usr.bin/unifdef/ |
| D | unifdef.h | 48 int fd = mkstemp(tmp); in mktempmode()
|
| /freebsd-10-stable/usr.bin/mail/ |
| D | quit.c | 112 if ((fd = mkstemp(tempname)) == -1 || in quit() 204 if ((fd = mkstemp(tempname)) == -1 || in quit() 428 if ((fd = mkstemp(tempname)) == -1 || in edstop()
|
| D | 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()
|
| /freebsd-10-stable/tests/sys/kern/pipe/ |
| D | pipe_overcommit2_test.c | 53 if (mkstemp(template) == -1) in main()
|
| /freebsd-10-stable/crypto/heimdal/lib/roken/ |
| D | mkstemp.c | 50 mkstemp(char *template) in mkstemp() function
|
| D | test-readenv.c | 53 fd = mkstemp(tmpl); in make_file()
|
| /freebsd-10-stable/tools/regression/filemon/ |
| D | filemontest.c | 58 if ((fm_log = mkstemp(log_name)) == -1) in main()
|
| /freebsd-10-stable/lib/libc/stdio/ |
| D | tmpfile.c | 75 fd = mkstemp(buf); in tmpfile()
|
| /freebsd-10-stable/crypto/openssh/openbsd-compat/ |
| D | xmmap.c | 68 tmpfd = mkstemp(tmpname); in xmmap()
|
| D | mktemp.c | 121 mkstemp(char *path) in mkstemp() function
|
| /freebsd-10-stable/contrib/sendmail/test/ |
| D | t_pathconf.c | 49 fd = mkstemp(tbuf);
|
| /freebsd-10-stable/tools/regression/sockets/pr_atomic/ |
| D | pr_atomic.c | 61 if (mkstemp(socket_path) == -1) in main()
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/ |
| D | t_fsync.c | 102 fd = mkstemp(buf); in ATF_TC_BODY()
|
| /freebsd-10-stable/usr.bin/patch/ |
| D | patch.c | 171 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/ |
| D | lib.h | 74 int mkstemp(char *tmpl);
|
| /freebsd-10-stable/lib/libc/tests/stdio/ |
| D | perror_test.c | 56 ATF_REQUIRE(mkstemp(tmpfil) >= 0); in ATF_TC_BODY()
|
| /freebsd-10-stable/crypto/heimdal/appl/afsutil/ |
| 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.
|
| /freebsd-10-stable/usr.sbin/ctm/ctm/ |
| D | ctm_pass2.c | 207 if ((fdesc = mkstemp(p)) == -1) { in Pass2() 247 if ((fdesc = mkstemp(p)) == -1) { in Pass2()
|
| /freebsd-10-stable/usr.bin/mktemp/ |
| D | mktemp.c | 129 fd = mkstemp(name); in main()
|
| /freebsd-10-stable/tools/regression/sockets/unix_close_race/ |
| D | unix_close_race.c | 78 if (mkstemp(socket_path) == -1) in main()
|
| /freebsd-10-stable/contrib/texinfo/ |
| D | FREEBSD-Xlist | 30 */lib/mkstemp.c
|
| /freebsd-10-stable/contrib/ntp/sntp/libopts/ |
| D | pgusage.c | 55 int fd = mkstemp(bf); in open_tmp_usage()
|