Symbol: mkstemp
bin/ed/buf.c
231
if ((fd = mkstemp(sfn)) == -1 || (sfp = fdopen(fd, "w+")) == NULL) {
bin/ksh/io.c
467
fd = mkstemp(pathx);
bin/pax/file_subs.c
165
fd = mkstemp(arcn->tmp_name);
bin/pax/tables.c
1117
if ((dirfd = mkstemp(tempfile)) >= 0) {
bin/pax/tables.c
355
if ((ffd = mkstemp(tempfile)) == -1) {
bin/sh/histedit.c
809
if ((fd = mkstemp(editfile)) < 0)
common/lib/libprop/prop_extern.c
598
if ((fd = mkstemp(tname_store)) == -1) {
games/larn/bill.c
136
if ((fd = mkstemp(fname)) == -1)
include/stdlib.h
260
int mkstemp(char *);
lib/libc/db/db/dbfile.c
102
if ((fd = mkstemp(path)) != -1) {
lib/libc/stdio/mkstemp.c
45
__weak_alias(mkstemp,_mkstemp)
lib/libc/stdio/mkstemp.c
49
mkstemp(char *path)
lib/libc/stdio/tmpfile.c
69
fd = mkstemp(buf);
lib/libedit/readline.c
1301
if ((fd = mkstemp(template)) == -1) {
lib/libedit/vi.c
1020
fd = mkstemp(tempfile);
lib/libnpf/npf.c
1225
if ((fd = mkstemp(sfn)) == -1) {
libexec/ftpd/ftpd.c
1734
stderrfd = mkstemp(temp);
libexec/mail.local/mail.local.c
142
if ((fd = mkstemp(tn)) == -1 || !(fp = fdopen(fd, "w+")))
libexec/makewhatis/makewhatis.c
789
if ((tempfd = mkstemp(tempname)) == -1)
sbin/disklabel/main.c
1525
if ((fd = mkstemp(tmpfil)) == -1 || (fp = fdopen(fd, "w")) == NULL) {
sbin/dump/snapshot.c
113
fd = mkstemp(path);
sbin/ldconfig/ldconfig.c
462
if ((fd = mkstemp(tempfile)) == -1) {
sbin/restore/dirs.c
159
if ((dfd = mkstemp(dirfile)) == -1)
sbin/restore/dirs.c
174
if ((mfd = mkstemp(modefile)) == -1)
share/examples/refuse/ian/ian/ian.c
104
fd = mkstemp(tmpname);
sys/arch/usermode/usermode/thunk.c
564
return mkstemp(template);
sys/arch/x68k/stand/installboot/installboot.c
229
fd = mkstemp(target);
sys/arch/x68k/stand/newdisk/newdisk.c
173
fd = mkstemp(filename);
tests/lib/libc/stdlib/t_exit.c
158
fd = mkstemp(buf);
tests/lib/libc/stdlib/t_mktemp.c
127
fd = mkstemp(template);
tests/lib/libc/sys/t_aio_cancel.c
57
fd = mkstemp(path);
tests/lib/libc/sys/t_aio_lio.c
56
fd = mkstemp(path);
tests/lib/libc/sys/t_aio_rw.c
57
fd = mkstemp(path);
tests/lib/libc/sys/t_aio_suspend.c
57
fd = mkstemp(path);
tests/lib/libc/sys/t_dup.c
312
buf[0] = mkstemp(path);
tests/lib/libc/sys/t_fsync.c
102
fd = mkstemp(buf);
tests/lib/libc/sys/t_ptrace_core_wait.h
179
SYSCALL_REQUIRE((core_fd = mkstemp(core_path)) != -1);
tests/lib/libc/sys/t_ptrace_x86_wait.h
3619
SYSCALL_REQUIRE((core_fd = mkstemp(core_path)) != -1);
tools/compat/compat_defs.h
452
int mkstemp(char *);
usr.bin/calendar/calendar.c
483
if ((fd = mkstemp(path)) == -1) {
usr.bin/chpass/chpass.c
227
dfd = mkstemp(tempname);
usr.bin/config/main.c
1646
if ((fd = mkstemp(line)) == -1 ||
usr.bin/config/main.c
451
cfd = mkstemp(cname);
usr.bin/crunch/crunchgen/crunchgen.c
683
if ((fd = mkstemp(tempfname)) < 0) {
usr.bin/diff/diffreg.c
480
if ((ofd = mkstemp(tempfile)) == -1) {
usr.bin/error/touch.c
588
if ((fd = mkstemp(n_name)) == -1 ||
usr.bin/ftp/util.c
573
if ((fd = mkstemp(temp)) < 0) {
usr.bin/last/want.c
109
tempfd = mkstemp(tfile);
usr.bin/m4/eval.c
407
fd = mkstemp(temp);
usr.bin/m4/eval.c
852
if ((fd = mkstemp(fname)) == -1 ||
usr.bin/mail/cmd3.c
503
if ((fd = mkstemp(mailtempname)) == -1 ||
usr.bin/mail/collect.c
167
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/collect.c
405
if ((fd = mkstemp(mailtempname)) == -1 ||
usr.bin/mail/collect.c
636
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/edit.c
70
if ((t = mkstemp(tempname)) == -1) {
usr.bin/mail/fio.c
202
if ((c = mkstemp(linebuf)) == -1 ||
usr.bin/mail/lex.c
281
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/list.c
627
if ((fd = mkstemp(tempname)) != -1) {
usr.bin/mail/mime_attach.c
571
if ((fd = mkstemp(mailtempname)) == -1 ||
usr.bin/mail/mime_attach.c
616
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/names.c
291
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/quit.c
178
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/quit.c
326
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/quit.c
432
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/mail/send.c
489
if ((fd = mkstemp(tempname)) == -1 ||
usr.bin/make/main.c
2211
if ((fd = mkstemp(tfile)) < 0)
usr.bin/man/man.c
813
if ((fd = mkstemp(tpath)) == -1) {
usr.bin/mkdep/mkdep.c
125
if ((tmpfd = mkstemp(tmpfilename)) < 0)
usr.bin/mktemp/mktemp.c
148
fd = mkstemp(name);
usr.bin/msgs/msgs.c
790
fd = mkstemp(fname);
usr.bin/nc/netcat.c
477
if ((fd = mkstemp(unix_dg_tmp_socket_buf)) == -1)
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/qsubst/qsubst.c
544
fd = mkstemp(&tmp[0]);
usr.bin/rdist/main.c
201
fd = mkstemp(tempfile);
usr.bin/rwall/rwall.c
165
if ((fd = mkstemp(tmpname)) == -1 || (fp = fdopen(fd, "r+")) == NULL)
usr.bin/sdiff/edit.c
129
if ((fd = mkstemp(filename)) == -1)
usr.bin/sdiff/sdiff.c
125
if ((ofd = mkstemp(target_file)) == -1) {
usr.bin/sort/sort.c
334
if ((outfd = mkstemp(toutpath)) == -1)
usr.bin/sort/tmp.c
97
if ((fd = mkstemp(path)) < 0)
usr.bin/tic/tic.c
586
fd = mkstemp(tmp_dbname);
usr.bin/unifdef/unifdef.c
357
if ((ofd = mkstemp(tmpname)) != -1)
usr.bin/wall/wall.c
234
if ((fd = mkstemp(tmpname)) == -1)
usr.bin/xinstall/xinstall.c
750
if ((to_fd = mkstemp(to_name)) == -1)
usr.bin/xlint/lint1/main1.c
108
if ((fd = mkstemp(template)) == -1)
usr.bin/xlint/xlint/xlint.c
442
int fd = mkstemp(ofn);
usr.bin/xlint/xlint/xlint.c
563
cpp.output_fd = mkstemp(cpp.outfile);
usr.sbin/edquota/edquota.c
1280
tmpfd = mkstemp(tmppath);
usr.sbin/fssconfig/fssconfig.c
166
fd = mkstemp(fss.fss_bstore);
usr.sbin/lpr/lpd/printjob.c
211
if ((fd = mkstemp(tempfile)) != -1) {
usr.sbin/lpr/lpd/printjob.c
215
if ((fd = mkstemp(tempremote)) != -1) {
usr.sbin/npf/npfd/npfd_log.c
197
if ((fd = mkstemp(tmp)) == -1) {
usr.sbin/npf/npftest/npftest.c
142
if ((fd = mkstemp(sfn)) == -1) {
usr.sbin/sysinst/util.c
2058
if ((fd = mkstemp(bakname)) < 0) {
usr.sbin/sysinst/util.c
2065
if (!(fp = fopen(rcconf, "r+")) || (fd = mkstemp(tempname)) < 0) {
usr.sbin/user/user.c
1337
if ((fd = mkstemp(f)) < 0) {
usr.sbin/user/user.c
396
if ((fd = mkstemp(f)) < 0) {
usr.sbin/user/user.c
461
if ((fd = mkstemp(f)) < 0) {
usr.sbin/user/user.c
584
if ((fd = mkstemp(f)) < 0) {
usr.sbin/user/user.c
747
if ((fd = mkstemp(template)) < 0) {
usr.sbin/ypserv/common/ypdb.c
114
if ((fd = mkstemp(file)) == -1)