Searched refs:tmpnam (Results 1 – 14 of 14) sorted by relevance
46 __warn_references(tmpnam,52 tmpnam(char *s) in tmpnam() function
24 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
83 tmpnam;
128 $tmpfile = tmpnam();
47 char* tmpnam(char* s);154 using ::tmpnam _LIBCPP_USING_IF_EXISTS;
289 char *tmpnam(char *);
133 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); }
402 if (tmpnam(filename) != 0) in open_tempfile()
40 (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.
1126 - Support for SysV tmpnam() added.
10262 added. :-( Multiple input files. SYSV tmpnam() use. Removed old
4858 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);
3148 fun:tmpnam=uninstrumented
9546 made "tic -I" give an ambiguous error message about tmpnam.