Home
last modified time | relevance | path

Searched refs:tmpnam (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/lib/libc/stdio/
H A Dtmpnam.c46 __warn_references(tmpnam,
52 tmpnam(char *s) in tmpnam() 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
H A DSymbol.map83 tmpnam;
/freebsd-13.1/contrib/sendmail/contrib/
H A Ddoublebounce.pl128 $tmpfile = tmpnam();
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dcstdio47 char* tmpnam(char* s);
154 using ::tmpnam _LIBCPP_USING_IF_EXISTS;
/freebsd-13.1/include/
H A Dstdio.h289 char *tmpnam(char *);
/freebsd-13.1/contrib/lua/src/
H A Dloslib.c133 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); }
/freebsd-13.1/contrib/ncurses/progs/
H A Dtic.c402 if (tmpnam(filename) != 0) in open_tempfile()
/freebsd-13.1/contrib/diff/
H A DChangeLog40 (AC_CHECK_FUNCS): Remove diraccess, strchr, strerror, tmpnam).
2104 (AC_CHECK_FUNCS): Add tmpnam.
2111 (private_tempnam): Use tmpnam if HAVE_TMPNAM; this simplifies porting.
/freebsd-13.1/contrib/flex/
H A DONEWS1126 - Support for SysV tmpnam() added.
H A DChangeLog10262 added. :-( Multiple input files. SYSV tmpnam() use. Removed old
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4858 INTERCEPTOR(char *, tmpnam, char *s) {
4860 COMMON_INTERCEPTOR_ENTER(ctx, tmpnam, s);
4861 char *res = REAL(tmpnam)(s);
4873 #define INIT_TMPNAM COMMON_INTERCEPT_FUNCTION(tmpnam);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3148 fun:tmpnam=uninstrumented
/freebsd-13.1/contrib/ncurses/
H A DNEWS9546 made "tic -I" give an ambiguous error message about tmpnam.