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

12

/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dtmpnam.c1 /* $NetBSD: tmpnam.c,v 1.13 2003/01/18 11:29:58 thorpej Exp $ */
38 static char sccsid[] = "@(#)tmpnam.c 8.3 (Berkeley) 3/28/94";
40 __RCSID("$NetBSD: tmpnam.c,v 1.13 2003/01/18 11:29:58 thorpej Exp $");
51 __warn_references(tmpnam,
52 "warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()")
55 tmpnam(s) function
H A DMakefile.inc26 SRCS+= gets.c sprintf.c vsprintf.c tempnam.c tmpnam.c mktemp.c
35 putc.3 putwc.3 remove.3 scanf.3 setbuf.3 stdio.3 tmpnam.3 \
61 MLINKS+=tmpnam.3 tempnam.3 tmpnam.3 tmpfile.3
/netbsd-6-1-5-RELEASE/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
/netbsd-6-1-5-RELEASE/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
/netbsd-6-1-5-RELEASE/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.in155 tmpnam.c \
219 ./tmpnam.$(objext) \
1137 ./tmpnam.$(objext): $(srcdir)/tmpnam.c
1139 $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
1141 $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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.in155 ternary.c tmpnam.c \
204 ./tmpnam.o \
313 strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
1014 ./tmpnam.o: $(srcdir)/tmpnam.c
1016 $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
1018 $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/headers/cstdio/
H A Dfunctions_std.cc35 using std::tmpnam;
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
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-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c/
H A Dstd_cstdio.h78 #undef tmpnam macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_cstdio.h92 #undef tmpnam macro
139 using ::tmpnam;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dstdio.h41 using std::tmpnam;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_compatibility/
H A Dstdio.h41 using std::tmpnam;
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Dconf.h376 char *tmpnam P((char*));
H A Drcsfnms.c329 if (!tmpnam(p) || !*p)
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Dosunixxf.c531 char *SemaphoreName = tmpnam (NULL);
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dluaconf.h649 ** CHANGE them if you have an alternative to tmpnam (which is considered
650 ** insecure) or if you want the original tmpnam anyway. By default, Lua
651 ** uses tmpnam except when POSIX is available, where it uses mkstemp.
666 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); }
/netbsd-6-1-5-RELEASE/include/
H A Dstdio.h272 char *tmpnam(char *);
/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Dmake_vms.com12 $ tmpnam = "temp_" + f$getjpi("","pid")
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Dmake_vms.com12 $ tmpnam = "temp_" + f$getjpi("","pid")
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dsupfilesrv.c1313 tmpnam(rcs_file);
1364 tmpnam(temp_file);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D920428-2.c56 char *tmpnam(char *s);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D920428-2.c56 char *tmpnam(char *s);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsys-protos.h1168 extern char * tmpnam(char *);

Completed in 257 milliseconds

12