Home
last modified time | relevance | path

Searched refs:tempnam (Results 1 – 25 of 31) sorted by relevance

12

/openbsd/src/lib/libc/stdio/
Dtempnam.c39 __warn_references(tempnam,
43 tempnam(const char *dir, const char *pfx) in tempnam() function
DMakefile.inc15 setvbuf.c snprintf.c sprintf.c sscanf.c stdio.c tempnam.c tmpfile.c \
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/
Dstdio.h81 extern char *tempnam( const char *, const char *);
/openbsd/src/gnu/gcc/fixincludes/tests/base/
Dstdio.h94 extern char *tempnam( const char *, const char *);
/openbsd/src/lib/libc/hidden/
Dstdio.h107 PROTO_DEPRECATED(tempnam);
/openbsd/src/include/
Dstdio.h340 char *tempnam(const char *, const char *);
/openbsd/src/regress/usr.bin/tsort/
Dpairs1544 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/
Dfilesubr.c794 fn = tempnam (Tmpdir, "cvs");
/openbsd/src/gnu/usr.bin/cvs/
Dconfig.h.in215 /* Define if you have the tempnam function. */
Dconfigure.in117 tempnam \
Dconfigure2854 tempnam \
/openbsd/src/gnu/usr.bin/perl/cpan/File-Temp/lib/File/
DTemp.pm2052 sub tempnam { subroutine
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dfixincl.c314 pz_temp_file = tempnam( NULL, "fxinc" );
Dinclhack.def3431 c_fix_arg = "([ \t*](fopen|sscanf|popen|tempnam))\\("
3439 "extern char *tempnam(char*,char*);\n";
/openbsd/src/gnu/gcc/fixincludes/
Dfixincl.c290 pz_temp_file = tempnam( NULL, "fxinc" ); in initialize()
Dinclhack.def4261 c_fix_arg = "([ \t*](fopen|sscanf|popen|tempnam))\\("
4269 "extern char *tempnam(char*,char*);\n";
/openbsd/src/lib/libc/
DSymbols.list1454 tempnam
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlclib.pod384 ~tempnam() mkstemp() or tmpfile()
770 __fsetlocking() jrand48_r() tempnam()
1137 getdate() glob() tempnam()
/openbsd/src/gnu/gcc/gcc/
Dsys-protos.h1152 extern char * tempnam(const char *, const char *);
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dsys-protos.h1152 extern char * tempnam(const char *, const char *);
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/tests/
Dmsan_test.cpp3484 TEST(MemorySanitizer, tempnam) { in TEST() argument
3485 char *res = tempnam(NULL, "zzz"); in TEST()
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dnews.texi715 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/
Dos2.c5051 tpath = tempnam(p, "pltmp"); in my_tmpnam()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc5103 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/
Dlibc_ubuntu1404_abilist.txt3128 fun:tempnam=uninstrumented

12