| /openbsd/src/lib/libc/stdio/ |
| D | tempnam.c | 39 __warn_references(tempnam, 43 tempnam(const char *dir, const char *pfx) in tempnam() function
|
| D | Makefile.inc | 15 setvbuf.c snprintf.c sprintf.c sscanf.c stdio.c tempnam.c tmpfile.c \
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/ |
| D | stdio.h | 81 extern char *tempnam( const char *, const char *);
|
| /openbsd/src/gnu/gcc/fixincludes/tests/base/ |
| D | stdio.h | 94 extern char *tempnam( const char *, const char *);
|
| /openbsd/src/lib/libc/hidden/ |
| D | stdio.h | 107 PROTO_DEPRECATED(tempnam);
|
| /openbsd/src/include/ |
| D | stdio.h | 340 char *tempnam(const char *, const char *);
|
| /openbsd/src/regress/usr.bin/tsort/ |
| D | pairs1 | 544 tempnam.o tempnam.o 1096 tempnam.o mktemp.o 1562 tempnam.o malloc.o 1628 tempnam.o getenv.o 1755 tempnam.o issetugid.o 1865 tempnam.o malloc.o 2282 tempnam.o snprintf.o 2578 tempnam.o tempnam.o
|
| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | filesubr.c | 794 fn = tempnam (Tmpdir, "cvs");
|
| /openbsd/src/gnu/usr.bin/cvs/ |
| D | config.h.in | 215 /* Define if you have the tempnam function. */
|
| D | configure.in | 117 tempnam \
|
| D | configure | 2854 tempnam \
|
| /openbsd/src/gnu/usr.bin/perl/cpan/File-Temp/lib/File/ |
| D | Temp.pm | 2052 sub tempnam { subroutine
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/ |
| D | fixincl.c | 314 pz_temp_file = tempnam( NULL, "fxinc" );
|
| D | inclhack.def | 3431 c_fix_arg = "([ \t*](fopen|sscanf|popen|tempnam))\\(" 3439 "extern char *tempnam(char*,char*);\n";
|
| /openbsd/src/gnu/gcc/fixincludes/ |
| D | fixincl.c | 290 pz_temp_file = tempnam( NULL, "fxinc" ); in initialize()
|
| D | inclhack.def | 4261 c_fix_arg = "([ \t*](fopen|sscanf|popen|tempnam))\\(" 4269 "extern char *tempnam(char*,char*);\n";
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 1454 tempnam
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlclib.pod | 384 ~tempnam() mkstemp() or tmpfile() 770 __fsetlocking() jrand48_r() tempnam() 1137 getdate() glob() tempnam()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | sys-protos.h | 1152 extern char * tempnam(const char *, const char *);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | sys-protos.h | 1152 extern char * tempnam(const char *, const char *);
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/msan/tests/ |
| D | msan_test.cpp | 3484 TEST(MemorySanitizer, tempnam) { in TEST() argument 3485 char *res = tempnam(NULL, "zzz"); in TEST()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/f/ |
| D | news.texi | 715 Use @code{tempnam}, if available, to open scratch files 1282 Use @code{tempnam}, if available, to open scratch files
|
| /openbsd/src/gnu/usr.bin/perl/os2/ |
| D | os2.c | 5051 tpath = tempnam(p, "pltmp"); in my_tmpnam()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors.inc | 5103 INTERCEPTOR(char *, tempnam, char *dir, char *pfx) { 5105 COMMON_INTERCEPTOR_ENTER(ctx, tempnam, dir, pfx); 5108 char *res = REAL(tempnam)(dir, pfx); 5112 #define INIT_TEMPNAM COMMON_INTERCEPT_FUNCTION(tempnam);
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 3128 fun:tempnam=uninstrumented
|