Searched refs:tmpnam (Results 1 – 23 of 23) sorted by relevance
/external/zlib/src/ |
D | make_vms.com | 30 $ 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/ |
D | make_vms.com | 30 $ 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/ |
D | cstdio | 48 char* tmpnam(char* s); 154 using ::tmpnam;
|
/external/protobuf/src/google/protobuf/testing/ |
D | googletest.cc | 108 string result = tmpnam(b); in GetTemporaryDirectoryName()
|
/external/python/cpython2/Python/ |
D | thread_sgi.h | 60 if ((shared_arena = usinit(tmpnam(0))) == 0) in PyThread__init_thread()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 124 static_assert((std::is_same<decltype(tmpnam(cp)), char*>::value), ""); in main()
|
/external/skia/third_party/lua/src/ |
D | loslib.c | 57 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); }
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 140 static_assert((std::is_same<decltype(std::tmpnam(cp)), char*>::value), ""); in main()
|
/external/syslinux/com32/lua/src/ |
D | loslib.c | 60 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); }
|
/external/python/cpython2/Lib/test/ |
D | test_os.py | 160 name = os.tmpnam()
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 1535 .. 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/ |
D | Path.inc | 183 // on an SVID2 (or later) system. On BSD 4.3 it leaks. tmpnam(3) has thread
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 3218 TEST(MemorySanitizer, tmpnam) { in TEST() argument 3220 char *res = tmpnam(s); in TEST()
|
/external/python/cpython2/ |
D | pyconfig.h.in | 850 /* Define to 1 if you have the `tmpnam' function. */
|
D | configure.ac | 3105 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
|
D | configure | 10583 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 4092 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/ |
D | libc_ubuntu1404_abilist.txt | 3148 fun:tmpnam=uninstrumented
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 7616 name = tmpnam(buffer); in posix_tmpnam()
|
/external/valgrind/perf/ |
D | test_input_for_tinycc.c | 5245 extern char *tmpnam (char *__s) __attribute__ ((__nothrow__));
|
/external/python/cpython2/Misc/ |
D | NEWS | 5163 - Issue #4662: os.tempnam(), os.tmpfile() and os.tmpnam() now raise a py3k
|
D | HISTORY | 7157 - Calling os.tempnam() or os.tmpnam() generate RuntimeWarnings.
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 268 PUBLIC 570c0 0 tmpnam
|