Home
last modified time | relevance | path

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

/external/zlib/src/
Dmake_vms.com30 $ tmpnam = "temp_" + f$getjpi("","pid")
31 $ tt = tmpnam + ".txt"
32 $ tc = tmpnam + ".c"
33 $ th = tmpnam + ".h"
613 $ cc 'tmpnam'
617 $ link 'tmpnam',tmp.opt/opt
621 $ delete/nolog 'tmpnam'.*;*/exclude='th'
/external/python/cpython2/Modules/zlib/
Dmake_vms.com30 $ tmpnam = "temp_" + f$getjpi("","pid")
31 $ tt = tmpnam + ".txt"
32 $ tc = tmpnam + ".c"
33 $ th = tmpnam + ".h"
613 $ cc 'tmpnam'
617 $ link 'tmpnam',tmp.opt/opt
621 $ delete/nolog 'tmpnam'.*;*/exclude='th'
/external/libcxx/include/
Dcstdio48 char* tmpnam(char* s);
154 using ::tmpnam;
/external/protobuf/src/google/protobuf/testing/
Dgoogletest.cc108 string result = tmpnam(b); in GetTemporaryDirectoryName()
/external/python/cpython2/Python/
Dthread_sgi.h60 if ((shared_arena = usinit(tmpnam(0))) == 0) in PyThread__init_thread()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp124 static_assert((std::is_same<decltype(tmpnam(cp)), char*>::value), ""); in main()
/external/skia/third_party/lua/src/
Dloslib.c57 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); }
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp140 static_assert((std::is_same<decltype(std::tmpnam(cp)), char*>::value), ""); in main()
/external/syslinux/com32/lua/src/
Dloslib.c60 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); }
/external/python/cpython2/Lib/test/
Dtest_os.py160 name = os.tmpnam()
/external/python/cpython2/Doc/library/
Dos.rst1535 .. function:: tmpnam()
1540 creating and managing files created using paths returned by :func:`tmpnam`; no
1545 Use of :func:`tmpnam` is vulnerable to symlink attacks; consider using
1549 Windows, though: Microsoft's implementation of :func:`tmpnam` always creates a
1557 The maximum number of unique names that :func:`tmpnam` will generate before
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPath.inc183 // on an SVID2 (or later) system. On BSD 4.3 it leaks. tmpnam(3) has thread
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc3218 TEST(MemorySanitizer, tmpnam) { in TEST() argument
3220 char *res = tmpnam(s); in TEST()
/external/python/cpython2/
Dpyconfig.h.in850 /* Define to 1 if you have the `tmpnam' function. */
Dconfigure.ac3105 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
Dconfigure10583 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc4092 INTERCEPTOR(char *, tmpnam, char *s) {
4094 COMMON_INTERCEPTOR_ENTER(ctx, tmpnam, s);
4095 char *res = REAL(tmpnam)(s);
4107 #define INIT_TMPNAM COMMON_INTERCEPT_FUNCTION(tmpnam);
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3148 fun:tmpnam=uninstrumented
/external/python/cpython2/Modules/
Dposixmodule.c7616 name = tmpnam(buffer); in posix_tmpnam()
/external/valgrind/perf/
Dtest_input_for_tinycc.c5245 extern char *tmpnam (char *__s) __attribute__ ((__nothrow__));
/external/python/cpython2/Misc/
DNEWS5163 - Issue #4662: os.tempnam(), os.tmpfile() and os.tmpnam() now raise a py3k
DHISTORY7157 - Calling os.tempnam() or os.tmpnam() generate RuntimeWarnings.
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym268 PUBLIC 570c0 0 tmpnam