Symbol: mkstemp
bin/ed/buf.c
200
if ((fd = mkstemp(sfn)) == -1 ||
bin/pax/tables.c
1096
if ((dirfd = mkstemp(tempfile)) >= 0) {
bin/pax/tables.c
340
if ((ffd = mkstemp(tempfile)) < 0) {
bin/sh/histedit.c
314
if ((fd = mkstemp(editfilestr)) < 0)
crypto/openssh/auth-krb5.c
254
tmpfd = mkstemp(ccname + strlen("FILE:"));
crypto/openssh/defines.h
757
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/session.c
280
if ((fd = mkstemp(auth_info_file)) == -1) {
crypto/openssh/ssh-keygen.c
1119
if ((fd = mkstemp(prv_tmp)) == -1) {
crypto/openssh/ssh-keygen.c
1141
if ((fd = mkstemp(pub_tmp)) == -1) {
crypto/openssh/ssh-keygen.c
1348
if ((fd = mkstemp(tmp)) == -1)
include/stdlib.h
197
int mkstemp(char *);
include/unistd.h
474
int mkstemp(char *);
lib/libc/stdio/tmpfile.c
72
fd = mkstemp(buf);
lib/libssh/openbsd-compat/openbsd-compat.h
134
int mkstemp(char *path);
lib/libthread_xu/thread/thr_sem.c
607
fd = mkstemp(tmppath);
lib/libutil/gr_util.c
143
if ((tfd = mkstemp(tempname)) == -1)
lib/libutil/pw_util.c
223
if ((tfd = mkstemp(tempname)) == -1)
libexec/dma/spool.c
85
fd = mkstemp(fn);
sbin/camcontrol/modeedit.c
731
if ((fd = mkstemp(edit_path)) == -1)
sbin/disklabel32/disklabel.c
705
if ((fd = mkstemp(tmpfil)) == -1 ||
sbin/disklabel64/disklabel64.c
755
if ((fd = mkstemp(tmpfil)) == -1 ||
sbin/hammer/cmd_config.c
148
mkstemp(path);
sbin/ldconfig/elfhints.c
263
if ((fd = mkstemp(tempname)) == -1)
sbin/restore/dirs.c
147
fd = mkstemp(dirfile);
sbin/restore/dirs.c
160
fd = mkstemp(modefile);
sys/libprop/prop_object.c
867
if ((fd = mkstemp(tname)) == -1)
test/bsd/dup_test/dup_test.c
71
if ((fd = mkstemp(temp)) < 0)
test/testcases/io/select_2/select_2.c
15
if ((fd = mkstemp(tmpstr)) < 0) {
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
633
fd = mkstemp(filename);
usr.bin/crunch/crunchgen/crunchgen.c
741
if ((fd = mkstemp(tempfname)) == -1) {
usr.bin/diff/diffreg.c
463
if ((ofd = mkstemp(tempfile)) == -1) {
usr.bin/m4/eval.c
389
fd = mkstemp(temp);
usr.bin/m4/eval.c
822
if ((fd = mkstemp(fname)) < 0 ||
usr.bin/mail/collect.c
102
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/collect.c
345
if ((tempfd = mkstemp(tempname2)) == -1 ||
usr.bin/mail/collect.c
564
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/edit.c
138
if ((t = mkstemp(tempname)) == -1 ||
usr.bin/mail/fio.c
67
if ((c = mkstemp(pathbuf)) == -1 || (mestmp = Fdopen(c, "r+")) == NULL)
usr.bin/mail/lex.c
127
if ((fd = mkstemp(tempname)) == -1 || (otf = fdopen(fd, "w")) == NULL)
usr.bin/mail/names.c
311
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/quit.c
111
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/quit.c
203
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/quit.c
426
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/send.c
456
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mktemp/mktemp.c
126
fd = mkstemp(name);
usr.bin/msgs/msgs.c
765
fd = mkstemp(fname);
usr.bin/patch/patch.c
178
if ((fd = mkstemp(TMPOUTNAME)) < 0)
usr.bin/patch/patch.c
184
if ((fd = mkstemp(TMPINNAME)) < 0)
usr.bin/patch/patch.c
190
if ((fd = mkstemp(TMPREJNAME)) < 0)
usr.bin/patch/patch.c
196
if ((fd = mkstemp(TMPPATNAME)) < 0)
usr.bin/rwall/rwall.c
138
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/unifdef/unifdef.h
46
int fd = mkstemp(tmp);
usr.bin/wall/wall.c
180
if ((fd = mkstemp(tmpname)) == -1 || !(fp = fdopen(fd, "r+")))
usr.bin/xinstall/xinstall.c
354
if ((fd = mkstemp(template)) == -1)
usr.bin/xinstall/xinstall.c
952
return (mkstemp(temp));
usr.bin/xstr/xstr.c
116
fdesc = mkstemp(strings);
usr.sbin/cron/crontab/crontab.c
320
if ((t = mkstemp(Filename)) == -1) {
usr.sbin/edquota/edquota.c
240
tmpfd = mkstemp(tmpfil);
usr.sbin/kbdmap/kbdmap.c
331
fd = mkstemp(tmp_name);
usr.sbin/lpr/lpd/printjob.c
1065
tfd = mkstemp(tfile);
usr.sbin/lpr/lpd/printjob.c
1665
tfd = mkstemp(tfile);
usr.sbin/lpr/lpd/printjob.c
227
if ((tempfd = mkstemp(tempstderr)) == -1) {
usr.sbin/newsyslog/newsyslog.c
2652
fd = mkstemp(tempfile);