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

/freebsd-11-stable/lib/libc/stdio/
H A Dtmpnam.c34 static char sccsid[] = "@(#)tmpnam.c 8.3 (Berkeley) 3/28/94";
44 __warn_references(tmpnam,
45 "warning: tmpnam() possibly used unsafely; consider using mkstemp()");
50 tmpnam(char *s) function
H A DMakefile.inc24 tmpnam.c ungetc.c ungetwc.c vasprintf.c vdprintf.c vfprintf.c \
43 stdio.3 tmpnam.3 \
88 MLINKS+=tmpnam.3 tempnam.3 tmpnam.3 tmpfile.3
/freebsd-11-stable/contrib/gcclibs/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 \
372 strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
1073 ./tmpnam.o: $(srcdir)/tmpnam.c
1075 $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
1077 $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
H A Dconfigure4953 funcs="$funcs tmpnam"
5045 strtod strtol strtoul strverscmp tmpnam vasprintf vfprintf vprintf \
/freebsd-11-stable/contrib/binutils/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 \
389 strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
1097 ./tmpnam.o: $(srcdir)/tmpnam.c
1099 $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
1101 $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
H A Dconfigure5050 funcs="$funcs tmpnam"
5142 strtod strtol strtoul strverscmp tmpnam vasprintf vfprintf vprintf \
6148 strtol strtoul sysconf times tmpnam vfprintf vprintf \
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h78 #undef tmpnam macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h92 #undef tmpnam macro
139 using ::tmpnam;
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h41 using std::tmpnam;
/freebsd-11-stable/contrib/sendmail/contrib/
H A Ddoublebounce.pl128 $tmpfile = tmpnam();
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dconf.h374 char *tmpnam P((char*));
H A Drcsfnms.c310 if (!tmpnam(p) || !*p)
/freebsd-11-stable/contrib/lua/src/
H A Dloslib.c104 ** Configuration for 'tmpnam':
105 ** By default, Lua uses tmpnam except when POSIX is available, where
131 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); }
/freebsd-11-stable/include/
H A Dstdio.h288 char *tmpnam(char *);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h1168 extern char * tmpnam(char *);
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c390 if (tmpnam(filename) != 0)
888 failed("tmpnam");
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4762 INTERCEPTOR(char *, tmpnam, char *s) {
4764 COMMON_INTERCEPTOR_ENTER(ctx, tmpnam, s);
4765 char *res = REAL(tmpnam)(s);
4777 #define INIT_TMPNAM COMMON_INTERCEPT_FUNCTION(tmpnam);

Completed in 163 milliseconds