Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dtmpnam.c41 __warn_references(tmpnam,
47 __ssp_real(tmpnam)(char *s) in __ssp_real() argument
H A DMakefile.inc21 tmpnam.c ungetc.c ungetwc.c vasprintf.c vdprintf.c vfprintf.c \
40 stdio.3 tmpnam.3 \
130 MLINKS+=tmpnam.3 tempnam.3 \
131 tmpnam.3 tmpfile.3
H A DSymbol.map77 tmpnam;
/freebsd/include/ssp/
H A Dstdio.h91 __ssp_redirect_raw(char *, tmpnam, tmpnam, (char *__buf), (__buf), 1,
/freebsd/contrib/sendmail/contrib/
H A Ddoublebounce.pl128 $tmpfile = tmpnam();
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdio.inc51 using ::tmpnam _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcstdio47 char* tmpnam(char* s);
158 using ::tmpnam _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdio47 char* tmpnam(char* s);
161 using ::tmpnam _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcstdio.cppm
H A Dcstdio.inc51 using std::tmpnam _LIBCPP_USING_IF_EXISTS;
/freebsd/lib/libc/tests/secure/
H A Dfortify_stdio_test.c1231 tmpnam(__stack.__buf); in ATF_TC_BODY()
1252 tmpnam(__stack.__buf); in ATF_TC_BODY()
1275 tmpnam(__stack.__buf); in ATF_TC_BODY()
1298 tmpnam(__stack.__buf); in ATF_TC_BODY()
1330 tmpnam(__stack.__buf); in ATF_TC_BODY()
/freebsd/contrib/lua/src/
H A Dloslib.c124 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); }
/freebsd/include/
H A Dstdio.h304 char *tmpnam(char *);
/freebsd/contrib/ncurses/progs/
H A Dtic.c403 if (tmpnam(filename) != 0) in open_tempfile()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc823 SYMBOL(tmpnam, None, <stdio.h>)
H A DStdSymbolMap.inc2971 SYMBOL(tmpnam, std::, <cstdio>)
2972 SYMBOL(tmpnam, None, <cstdio>)
2973 SYMBOL(tmpnam, None, <stdio.h>)
/freebsd/contrib/flex/
H A DONEWS1126 - Support for SysV tmpnam() added.
H A DChangeLog10262 added. :-( Multiple input files. SYSV tmpnam() use. Removed old
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc5132 INTERCEPTOR(char *, tmpnam, char *s) {
5134 COMMON_INTERCEPTOR_ENTER(ctx, tmpnam, s);
5135 char *res = REAL(tmpnam)(s);
5147 #define INIT_TMPNAM COMMON_INTERCEPT_FUNCTION(tmpnam);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3154 fun:tmpnam=uninstrumented
/freebsd/contrib/ncurses/
H A DNEWS11743 made "tic -I" give an ambiguous error message about tmpnam.