Searched refs:tmpnam (Results 1 - 25 of 42) sorted by relevance

12

/netbsd-current/lib/libc/stdio/
H A Dtmpnam.c1 /* $NetBSD: tmpnam.c,v 1.14 2003/08/07 16:43:33 agc Exp $ */
38 static char sccsid[] = "@(#)tmpnam.c 8.3 (Berkeley) 3/28/94";
40 __RCSID("$NetBSD: tmpnam.c,v 1.14 2003/08/07 16:43:33 agc Exp $");
51 __warn_references(tmpnam,
52 "warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()")
55 tmpnam(char *s) function
H A DMakefile.inc25 SRCS+= gets.c vsprintf.c tempnam.c tmpnam.c mktemp.c
32 tmpnam.3 ungetc.3 ungetwc.3 wprintf.3 wscanf.3 open_memstream.3
60 MLINKS+=tmpnam.3 tempnam.3 tmpnam.3 tmpfile.3
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dtmpnam.c3 @deftypefn Supplemental char* tmpnam (char *@var{s})
6 will be a valid file name yet not exist when @code{tmpnam} checks for
30 tmpnam (char *s) function
H A DMakefile.in158 strverscmp.c timeval-utils.c tmpnam.c \
230 ./strtoull.$(objext) ./tmpnam.$(objext) ./strverscmp.$(objext) \
1589 ./tmpnam.$(objext): $(srcdir)/tmpnam.c
1591 $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
1594 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/tmpnam.c -o noasan/$@; \
1596 $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dtmpnam.c3 @deftypefn Supplemental char* tmpnam (char *@var{s})
6 will be a valid file name yet not exist when @code{tmpnam} checks for
30 tmpnam (char *s) function
H A DMakefile.in158 strverscmp.c timeval-utils.c tmpnam.c \
230 ./strtoull.$(objext) ./tmpnam.$(objext) ./strverscmp.$(objext) \
1591 ./tmpnam.$(objext): $(srcdir)/tmpnam.c
1593 $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
1596 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/tmpnam.c -o noasan/$@; \
1598 $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dtmpnam.c3 @deftypefn Supplemental char* tmpnam (char *@var{s})
6 will be a valid file name yet not exist when @code{tmpnam} checks for
30 tmpnam (char *s) function
H A DMakefile.in158 strverscmp.c timeval-utils.c tmpnam.c \
230 ./strtoull.$(objext) ./tmpnam.$(objext) ./strverscmp.$(objext) \
1592 ./tmpnam.$(objext): $(srcdir)/tmpnam.c
1594 $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
1597 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/tmpnam.c -o noasan/$@; \
1599 $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dtmpnam.c3 @deftypefn Supplemental char* tmpnam (char *@var{s})
6 will be a valid file name yet not exist when @code{tmpnam} checks for
30 tmpnam (char *s) function
H A DMakefile.in158 strverscmp.c timeval-utils.c tmpnam.c \
230 ./strtoull.$(objext) ./tmpnam.$(objext) ./strverscmp.$(objext) \
1591 ./tmpnam.$(objext): $(srcdir)/tmpnam.c
1593 $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
1596 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/tmpnam.c -o noasan/$@; \
1598 $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dtmpnam.c3 @deftypefn Supplemental char* tmpnam (char *@var{s})
6 will be a valid file name yet not exist when @code{tmpnam} checks for
30 tmpnam (char *s) function
H A DMakefile.in158 strverscmp.c timeval-utils.c tmpnam.c \
230 ./strtoull.$(objext) ./tmpnam.$(objext) ./strverscmp.$(objext) \
1591 ./tmpnam.$(objext): $(srcdir)/tmpnam.c
1593 $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
1596 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/tmpnam.c -o noasan/$@; \
1598 $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dtmpnam.c3 @deftypefn Supplemental char* tmpnam (char *@var{s})
6 will be a valid file name yet not exist when @code{tmpnam} checks for
30 tmpnam (char *s) function
H A DMakefile.in157 strverscmp.c timeval-utils.c tmpnam.c \
228 ./strtoull.$(objext) ./tmpnam.$(objext) ./strverscmp.$(objext) \
1553 ./tmpnam.$(objext): $(srcdir)/tmpnam.c
1555 $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
1558 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/tmpnam.c -o noasan/$@; \
1560 $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
/netbsd-current/external/gpl2/gmake/dist/
H A Dmakefile.com24 $ tmpnam = "temp_" + f$getjpi("","pid")
25 $ tt = tmpnam + ".txt"
26 $ tc = tmpnam + ".c"
121 $ cc 'ccqual' 'tmpnam'
124 $ delete/nolog 'tmpnam'.*;*
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dstdio.h41 using std::tmpnam;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dstdio.h41 using std::tmpnam;
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dmake_vms.com30 $ tmpnam = "temp_" + f$getjpi("","pid")
31 $ tt = tmpnam + ".txt"
32 $ tc = tmpnam + ".c"
33 $ th = tmpnam + ".h"
613 $ cc 'tmpnam'
617 $ link 'tmpnam',tmp.opt/opt
621 $ delete/nolog 'tmpnam'.*;*/exclude='th'
672 $ cc 'tmpnam'_'i'
676 $ link 'tmpnam'_'i',tmp.opt/opt
680 $ delete/nolog 'tmpnam'
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dmake_vms.com30 $ tmpnam = "temp_" + f$getjpi("","pid")
31 $ tt = tmpnam + ".txt"
32 $ tc = tmpnam + ".c"
33 $ th = tmpnam + ".h"
613 $ cc 'tmpnam'
617 $ link 'tmpnam',tmp.opt/opt
621 $ delete/nolog 'tmpnam'.*;*/exclude='th'
672 $ cc 'tmpnam'_'i'
676 $ link 'tmpnam'_'i',tmp.opt/opt
680 $ delete/nolog 'tmpnam'
[all...]
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dmake_vms.com30 $ tmpnam = "temp_" + f$getjpi("","pid")
31 $ tt = tmpnam + ".txt"
32 $ tc = tmpnam + ".c"
33 $ th = tmpnam + ".h"
613 $ cc 'tmpnam'
617 $ link 'tmpnam',tmp.opt/opt
621 $ delete/nolog 'tmpnam'.*;*/exclude='th'
672 $ cc 'tmpnam'_'i'
676 $ link 'tmpnam'_'i',tmp.opt/opt
680 $ delete/nolog 'tmpnam'
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dmake_vms.com30 $ tmpnam = "temp_" + f$getjpi("","pid")
31 $ tt = tmpnam + ".txt"
32 $ tc = tmpnam + ".c"
33 $ th = tmpnam + ".h"
613 $ cc 'tmpnam'
617 $ link 'tmpnam',tmp.opt/opt
621 $ delete/nolog 'tmpnam'.*;*/exclude='th'
672 $ cc 'tmpnam'_'i'
676 $ link 'tmpnam'_'i',tmp.opt/opt
680 $ delete/nolog 'tmpnam'
[all...]
/netbsd-current/common/dist/zlib/
H A Dmake_vms.com30 $ tmpnam = "temp_" + f$getjpi("","pid")
31 $ tt = tmpnam + ".txt"
32 $ tc = tmpnam + ".c"
33 $ th = tmpnam + ".h"
613 $ cc 'tmpnam'
617 $ link 'tmpnam',tmp.opt/opt
621 $ delete/nolog 'tmpnam'.*;*/exclude='th'
672 $ cc 'tmpnam'_'i'
676 $ link 'tmpnam'_'i',tmp.opt/opt
680 $ delete/nolog 'tmpnam'
[all...]
/netbsd-current/external/gpl2/rcs/include/
H A Dconf.h378 char *tmpnam P((char*));
/netbsd-current/external/mit/lua/dist/src/
H A Dloslib.c99 ** Configuration for 'tmpnam':
100 ** By default, Lua uses tmpnam except when POSIX is available, where
126 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); }
/netbsd-current/include/
H A Dstdio.h271 char *tmpnam(char *);

Completed in 378 milliseconds

12