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

/freebsd-13-stable/lib/libc/stdio/
H A Dtmpnam.c36 static char sccsid[] = "@(#)tmpnam.c 8.3 (Berkeley) 3/28/94";
46 __warn_references(tmpnam,
47 "warning: tmpnam() possibly used unsafely; consider using mkstemp()");
52 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-13-stable/contrib/sendmail/contrib/
H A Ddoublebounce.pl128 $tmpfile = tmpnam();
/freebsd-13-stable/contrib/lua/src/
H A Dloslib.c106 ** Configuration for 'tmpnam':
107 ** By default, Lua uses tmpnam except when POSIX is available, where
133 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); }
/freebsd-13-stable/include/
H A Dstdio.h289 char *tmpnam(char *);
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtic.c402 if (tmpnam(filename) != 0)
919 failed("tmpnam");
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4805 INTERCEPTOR(char *, tmpnam, char *s) {
4807 COMMON_INTERCEPTOR_ENTER(ctx, tmpnam, s);
4808 char *res = REAL(tmpnam)(s);
4820 #define INIT_TMPNAM COMMON_INTERCEPT_FUNCTION(tmpnam);

Completed in 101 milliseconds