Searched refs:tempnam (Results 1 – 25 of 31) sorted by relevance
12
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 263 #if !defined(tempnam) 264 # define tempnam _tempnam_s macro
|
D | config.h_vms | 76 /* Define if you have the tempnam function. */
|
/external/autotest/client/cros/ |
D | verity_utils.py | 192 self.file = os.tempnam(tmpdir, '%s.img.' % self.target_name) 193 self.hash_file = os.tempnam(tmpdir, '%s.hash.' % self.target_name)
|
/external/autotest/client/site_tests/hardware_PerfCallgraphVerification/ |
D | hardware_PerfCallgraphVerification.py | 75 perf_file_path = os.tempnam()
|
/external/autotest/client/site_tests/platform_Perf/ |
D | platform_Perf.py | 47 perf_file_path = os.tempnam()
|
/external/python/cpython2/Lib/test/ |
D | test_posix.py | 429 self.assertTrue(posix.tempnam()) 430 self.assertTrue(posix.tempnam(os.curdir)) 431 self.assertTrue(posix.tempnam(os.curdir, 'blah'))
|
D | test_os.py | 94 self.check_tempfile(os.tempnam()) 96 name = os.tempnam(test_support.TESTFN) 99 name = os.tempnam(test_support.TESTFN, "pfx")
|
/external/dynamic_depth/internal/base/ |
D | port.h | 984 #define tempnam _tempnam
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 808 tempname = tempnam(NULL, NULL); in run_installscript() 877 char *tempname = tempnam(NULL, NULL); in run_simple_script()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 766 tempname = tempnam(NULL, NULL); in run_installscript() 833 char *tempname = tempnam(NULL, NULL); in run_simple_script()
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Path.inc | 182 // This is the worst case implementation. tempnam(3) leaks memory unless its
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 1514 .. function:: tempnam([dir[, prefix]]) 1521 managing files created using paths returned by :func:`tempnam`; no automatic 1529 Use of :func:`tempnam` is vulnerable to symlink attacks; consider using
|
/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 | 3225 TEST(MemorySanitizer, tempnam) { in TEST() argument 3226 char *res = tempnam(NULL, "zzz"); in TEST()
|
/external/ImageMagick/config/ |
D | config.h.in | 581 /* Define to 1 if you have the `tempnam' function. */
|
/external/libxml2/ |
D | xmlIO.c | 2012 dump_name = tempnam( NULL, "lxml" ); in xmlIOHTTPCloseWrite()
|
/external/python/cpython2/ |
D | pyconfig.h.in | 856 /* Define to 1 if you have the `tempnam' function. */
|
D | configure.ac | 3134 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 4129 INTERCEPTOR(char *, tempnam, char *dir, char *pfx) { 4131 COMMON_INTERCEPTOR_ENTER(ctx, tempnam, dir, pfx); 4134 char *res = REAL(tempnam)(dir, pfx); 4138 #define INIT_TEMPNAM COMMON_INTERCEPT_FUNCTION(tempnam);
|
/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 | 1145 /* Define to 1 if you have the `tempnam' function. */
|
D | configure.ac | 3574 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3127 fun:tempnam=uninstrumented
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 7595 name = tempnam(dir, pfx); in posix_tempnam()
|
/external/ImageMagick/ |
D | configure.ac | 1223 …igaction spawnvp strerror strlcat strlcpy strcasecmp strncasecmp telldir tempnam times ulltostr us…
|
12