Symbol: mkstemp
bin/ed/buf.c
200
if ((fd = mkstemp(sfn)) == -1 ||
bin/pax/tables.c
1095
if ((dirfd = mkstemp(tempfile)) >= 0) {
bin/pax/tables.c
339
if ((ffd = mkstemp(tempfile)) < 0) {
bin/sh/histedit.c
115
fd = mkstemp(histtmpname);
bin/sh/histedit.c
385
if ((fd = mkstemp(editfilestr)) < 0)
crypto/heimdal/appl/afsutil/pagsh.c
154
f = mkstemp (tf);
crypto/heimdal/appl/ftp/ftp/cmds.c
800
fd = mkstemp(temp);
crypto/heimdal/appl/gssmask/gssmask.c
863
fd = mkstemp(fn + 5);
crypto/heimdal/appl/rsh/rshd.c
795
fd = mkstemp(tkfile+5);
crypto/heimdal/lib/krb5/fcache.c
338
fd = mkstemp(exp_file);
crypto/heimdal/lib/krb5/fcache.c
829
fd = mkstemp(&newname[5]);
crypto/heimdal/lib/roken/test-readenv.c
53
fd = mkstemp(tmpl);
crypto/krb5/src/kadmin/dbutil/dump.c
142
fd = mkstemp(*tmpname);
crypto/krb5/src/lib/krb5/ccache/cc_dir.c
189
fd = mkstemp(newpath);
crypto/krb5/src/lib/krb5/ccache/cc_file.c
1288
fd = mkstemp(tmpname);
crypto/krb5/src/lib/krb5/ccache/cc_file.c
838
fd = mkstemp(template);
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_open.c
423
if ((fd = mkstemp(path)) != -1)
crypto/openssh/auth-krb5.c
254
tmpfd = mkstemp(ccname + strlen("FILE:"));
crypto/openssh/defines.h
799
int mkstemp (char *);
crypto/openssh/hostfile.c
629
if ((fd = mkstemp(temp)) == -1) {
crypto/openssh/moduli.c
462
if ((r = mkstemp(tmp)) == -1) {
crypto/openssh/openbsd-compat/mktemp.c
37
#ifdef mkstemp
crypto/openssh/openbsd-compat/mktemp.c
40
int mkstemp(char *);
crypto/openssh/openbsd-compat/mktemp.c
55
ret = mkstemp(template);
crypto/openssh/openbsd-compat/openbsd-compat.h
148
int mkstemp(char *path);
crypto/openssh/session.c
280
if ((fd = mkstemp(auth_info_file)) == -1) {
crypto/openssh/ssh-keygen.c
1147
if ((fd = mkstemp(prv_tmp)) == -1) {
crypto/openssh/ssh-keygen.c
1169
if ((fd = mkstemp(pub_tmp)) == -1) {
crypto/openssh/ssh-keygen.c
1376
if ((fd = mkstemp(tmp)) == -1)
include/stdlib.h
200
int mkstemp(char *);
include/unistd.h
543
int mkstemp(char *);
lib/libc/stdio/tmpfile.c
69
fd = mkstemp(buf);
lib/libc/tests/stdio/perror_test.c
53
ATF_REQUIRE(mkstemp(tmpfil) >= 0);
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
67
fds[i] = mkstemp(files[i]);
sbin/bsdlabel/bsdlabel.c
612
if ((fd = mkstemp(tmpfil)) == -1 ||
sbin/camcontrol/modeedit.c
957
if ((fd = mkstemp(edit_path)) == -1)
sbin/ldconfig/elfhints.c
277
if ((fd = mkstemp(tempname)) == -1)
sbin/reboot/reboot.c
151
tmpfd = mkstemp(tmp);
sbin/restore/dirs.c
141
fd = mkstemp(dirfile);
sbin/restore/dirs.c
155
fd = mkstemp(modefile);
tests/sys/aio/aio_kqueue_test.c
90
fd = mkstemp(pathname);
tests/sys/aio/lio_kqueue_test.c
85
fd = mkstemp(pathname);
tests/sys/file/dup_test.c
71
if ((fd = mkstemp(temp)) < 0)
tests/sys/file/flock_helper.c
93
fd = mkstemp(filename);
tests/sys/file/path_test.c
74
fd = mkstemp(path);
tests/sys/fs/fusefs/rename.cc
263
tmpfd = mkstemp(tmpfile);
tests/sys/kern/copy_file_range.c
35
fd = mkstemp(file);
tests/sys/kern/inotify_test.c
192
fd = mkstemp(path);
tests/sys/kern/kern_copyin.c
112
scratch_file = mkstemp(template);
tests/sys/kern/pipe/pipe_overcommit2_test.c
52
if (mkstemp(template) == -1)
tests/sys/kern/ptrace_test.c
3509
fd = mkstemp(tmpfile);
tests/sys/kern/socket_splice.c
432
fd = mkstemp(path);
tests/sys/kern/ssl_sendfile.c
122
ATF_REQUIRE((c->fd = mkstemp(tempname)) > 0);
tests/sys/kern/sysctl_kern_proc.c
181
fd = mkstemp(tmp);
tests/sys/kern/unix_passfd_test.c
98
fd = mkstemp(path);
tests/sys/posixshm/posixshm_test.c
68
ATF_REQUIRE_MSG(mkstemp(path) != -1,
tests/sys/vm/mlock_test.c
125
fd = mkstemp(filename);
tests/sys/vm/mlock_test.c
154
fd = mkstemp(filename);
tools/regression/p1003_1b/sched.c
219
fd = mkstemp(nam);
tools/regression/priv/main.c
406
fd = mkstemp(fpathp);
tools/regression/security/cap_test/cap_test_capabilities.c
437
filefd = mkstemp(file);
tools/regression/security/open_to_operation/open_to_operation.c
1088
fd = mkstemp(file_path);
tools/regression/sockets/pr_atomic/pr_atomic.c
59
if (mkstemp(socket_path) == -1)
tools/regression/sockets/reconnect/reconnect.c
111
if (mkstemp(uds_name1) == -1)
tools/regression/sockets/reconnect/reconnect.c
116
if (mkstemp(uds_name2) == -1)
tools/regression/sockets/sendfile/sendfile.c
465
file_fd = mkstemp(path);
tools/regression/sockets/unix_close_race/unix_close_race.c
76
if (mkstemp(socket_path) == -1)
tools/regression/sockets/unix_sendtorace/unix_sendtorace.c
206
if (mkstemp(socket_path) == -1)
tools/regression/sockets/zerosend/zerosend.c
213
if (mkstemp(path) == -1)
tools/tools/indent_wrapper/indent_wrapper.c
166
fa = mkstemp(ca);
tools/tools/indent_wrapper/indent_wrapper.c
167
fb = mkstemp(cb);
tools/tools/netrate/httpd/httpd.c
258
statep->hts[i].hts_fd = mkstemp(temppath);
usr.bin/ar/acpyacc.y
284
if ((ofd = mkstemp(tmpac)) < 0)
usr.bin/calendar/io.c
674
if ((fd = mkstemp(path)) < 0)
usr.bin/diff/diffreg.c
533
if ((ofd = mkstemp(tempfile)) == -1) {
usr.bin/m4/eval.c
404
fd = mkstemp(temp);
usr.bin/m4/eval.c
834
if ((fd = mkstemp(fname)) == -1 ||
usr.bin/mail/collect.c
105
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/collect.c
347
if ((tempfd = mkstemp(tempname2)) == -1 ||
usr.bin/mail/collect.c
570
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/edit.c
140
if ((t = mkstemp(tempname)) == -1 ||
usr.bin/mail/fio.c
65
if ((c = mkstemp(pathbuf)) == -1 || (mestmp = Fdopen(c, "r+")) == NULL)
usr.bin/mail/lex.c
126
if ((fd = mkstemp(tempname)) == -1 || (otf = fdopen(fd, "w")) == NULL)
usr.bin/mail/names.c
309
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/quit.c
106
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/quit.c
198
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/quit.c
422
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/send.c
458
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mkimg/image.c
751
image_swap_fd = mkstemp(image_swap_file);
usr.bin/mktemp/mktemp.c
175
fd = mkstemp(name);
usr.bin/msgs/msgs.c
775
fd = mkstemp(fname);
usr.bin/patch/patch.c
177
if ((fd = mkstemp(TMPOUTNAME)) < 0)
usr.bin/patch/patch.c
183
if ((fd = mkstemp(TMPINNAME)) < 0)
usr.bin/patch/patch.c
189
if ((fd = mkstemp(TMPREJNAME)) < 0)
usr.bin/patch/patch.c
195
if ((fd = mkstemp(TMPPATNAME)) < 0)
usr.bin/rwall/rwall.c
127
if ((fd = mkstemp(tmpname)) == -1 || (fp = fdopen(fd, "r+")) == NULL)
usr.bin/sdiff/edit.c
143
if ((fd = mkstemp(filename)) == -1)
usr.bin/sdiff/sdiff.c
178
if ((ofd = mkstemp(target_file)) == -1) {
usr.bin/sort/file.c
193
if ((fd = mkstemp(ret)) == -1)
usr.bin/wall/wall.c
192
if ((fd = mkstemp(tmpname)) == -1 || !(fp = fdopen(fd, "r+")))
usr.bin/xinstall/xinstall.c
1170
return (mkstemp(temp));
usr.bin/xinstall/xinstall.c
545
if ((fd = mkstemp(template)) == -1)
usr.bin/xstr/xstr.c
115
fdesc = mkstemp(strings);
usr.sbin/bhyve/acpi.c
315
bf->fd = mkstemp(bf->f_name);
usr.sbin/cron/crontab/crontab.c
330
if ((t = mkstemp(Filename)) == -1) {
usr.sbin/crunch/crunchgen/crunchgen.c
726
} else if ((fd = mkstemp(tempfname)) == -1) {
usr.sbin/kldxref/kldxref.c
728
fd = mkstemp(dest);
usr.sbin/lpr/lpd/printjob.c
1087
tfd = mkstemp(tfile);
usr.sbin/lpr/lpd/printjob.c
1797
tfd = mkstemp(tfile);
usr.sbin/lpr/lpd/printjob.c
242
if ((tempfd = mkstemp(tempstderr)) == -1) {
usr.sbin/newsyslog/newsyslog.c
2785
fd = mkstemp(tempfile);
usr.sbin/pkg/pkg.c
271
if ((fd = mkstemp(path)) == -1) {
usr.sbin/pmcannotate/pmcannotate.c
432
if (mkstemp(temp) == -1)
usr.sbin/pmcannotate/pmcannotate.c
771
if (mkstemp(tofl) == -1)