/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); 151 using ::tmpnam;
|
/external/libaom/libaom/third_party/libwebm/common/ |
D | file_util.cc | 48 char* fname_pointer = tmpnam(tmp_file_name); in GetTempFileName()
|
/external/libvpx/libvpx/third_party/libwebm/common/ |
D | file_util.cc | 48 char* fname_pointer = tmpnam(tmp_file_name); in GetTempFileName()
|
/external/skqp/third_party/lua/ |
D | BUILD.gn | 57 # Prefer mkstemp() over tmpnam(). This isn't super important,
|
/external/skia/third_party/lua/ |
D | BUILD.gn | 57 # Prefer mkstemp() over tmpnam(). This isn't super important,
|
/external/protobuf/src/google/protobuf/testing/ |
D | googletest.cc | 124 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/freetype/ |
D | vms_make.com | 39 $ tmpnam = "temp_" + f$getjpi("","pid") 40 $ tt = tmpnam + ".txt" 41 $ tc = tmpnam + ".c" 42 $ th = tmpnam + ".h"
|
/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/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/lua/src/ |
D | loslib.c | 131 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); }
|
/external/python/setuptools/pkg_resources/ |
D | __init__.py | 1679 outf, tmpnam = _mkstemp( 1685 utime(tmpnam, (timestamp, timestamp)) 1686 manager.postprocess(tmpnam, real_path) 1689 rename(tmpnam, real_path) 1700 rename(tmpnam, real_path)
|
/external/python/setuptools/setuptools/ |
D | sandbox.py | 421 def tmpnam(self): member in DirectorySandbox
|
/external/python/pycparser/tests/c_files/ |
D | cppd_with_stdio_h.c | 4558 char * 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/python/cpython2/Lib/test/ |
D | test_os.py | 160 name = os.tmpnam()
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 1408 pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; in tmpnam() function
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1333 pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; in tmpnam() function
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.2rc1.rst | 963 os.tempnam(), os.tmpfile() and os.tmpnam() now raise a py3k
|
/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 | 880 /* Define to 1 if you have the `tmpnam' function. */
|
/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/python/cpython3/Doc/whatsnew/ |
D | 3.0.rst | 653 * The functions :func:`os.tmpnam`, :func:`os.tempnam` and
|
/external/python/cpython3/ |
D | pyconfig.h.in | 1237 /* Define to 1 if you have the `tmpnam' function. */
|