Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/stdio/
H A Dtmpnam.c43 __warn_references(tmpnam,
49 tmpnam(char *s) in tmpnam() function
H A DMakefile.inc23 tmpnam.c ungetc.c ungetwc.c vasprintf.c vdprintf.c vfprintf.c \
42 stdio.3 tmpnam.3 \
87 MLINKS+=tmpnam.3 tempnam.3 tmpnam.3 tmpfile.3
H A DSymbol.map79 tmpnam;
/freebsd-14.2/contrib/sendmail/contrib/
H A Ddoublebounce.pl128 $tmpfile = tmpnam();
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdio.inc51 using ::tmpnam;
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dcstdio.inc51 using std::tmpnam;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dcstdio47 char* tmpnam(char* s);
159 using ::tmpnam _LIBCPP_USING_IF_EXISTS;
/freebsd-14.2/contrib/lua/src/
H A Dloslib.c124 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); }
/freebsd-14.2/include/
H A Dstdio.h288 char *tmpnam(char *);
/freebsd-14.2/contrib/ncurses/progs/
H A Dtic.c402 if (tmpnam(filename) != 0) in open_tempfile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc823 SYMBOL(tmpnam, None, <stdio.h>)
H A DStdSymbolMap.inc2902 SYMBOL(tmpnam, std::, <cstdio>)
2903 SYMBOL(tmpnam, None, <cstdio>)
2904 SYMBOL(tmpnam, None, <stdio.h>)
/freebsd-14.2/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-14.2/contrib/flex/
H A DONEWS1126 - Support for SysV tmpnam() added.
H A DChangeLog10262 added. :-( Multiple input files. SYSV tmpnam() use. Removed old
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4960 INTERCEPTOR(char *, tmpnam, char *s) {
4962 COMMON_INTERCEPTOR_ENTER(ctx, tmpnam, s);
4963 char *res = REAL(tmpnam)(s);
4975 #define INIT_TMPNAM COMMON_INTERCEPT_FUNCTION(tmpnam);
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3154 fun:tmpnam=uninstrumented
/freebsd-14.2/contrib/ncurses/
H A DNEWS11174 made "tic -I" give an ambiguous error message about tmpnam.