Home
last modified time | relevance | path

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

12

/external/ImageMagick/MagickCore/
Dnt-base.h263 #if !defined(tempnam)
264 # define tempnam _tempnam_s macro
Dconfig.h_vms76 /* Define if you have the tempnam function. */
/external/autotest/client/cros/
Dverity_utils.py192 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/
Dhardware_PerfCallgraphVerification.py75 perf_file_path = os.tempnam()
/external/autotest/client/site_tests/platform_Perf/
Dplatform_Perf.py47 perf_file_path = os.tempnam()
/external/python/cpython2/Lib/test/
Dtest_posix.py429 self.assertTrue(posix.tempnam())
430 self.assertTrue(posix.tempnam(os.curdir))
431 self.assertTrue(posix.tempnam(os.curdir, 'blah'))
Dtest_os.py94 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/
Dport.h984 #define tempnam _tempnam
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c808 tempname = tempnam(NULL, NULL); in run_installscript()
877 char *tempname = tempnam(NULL, NULL); in run_simple_script()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c766 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/
DPath.inc182 // This is the worst case implementation. tempnam(3) leaks memory unless its
/external/python/cpython2/Doc/library/
Dos.rst1514 .. 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/
D2.7.2rc1.rst963 os.tempnam(), os.tmpfile() and os.tmpnam() now raise a py3k
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc3225 TEST(MemorySanitizer, tempnam) { in TEST() argument
3226 char *res = tempnam(NULL, "zzz"); in TEST()
/external/ImageMagick/config/
Dconfig.h.in581 /* Define to 1 if you have the `tempnam' function. */
/external/libxml2/
DxmlIO.c2012 dump_name = tempnam( NULL, "lxml" ); in xmlIOHTTPCloseWrite()
/external/python/cpython2/
Dpyconfig.h.in856 /* Define to 1 if you have the `tempnam' function. */
Dconfigure.ac3134 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc4129 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/
D3.0.rst653 * The functions :func:`os.tmpnam`, :func:`os.tempnam` and
/external/python/cpython3/
Dpyconfig.h.in1145 /* Define to 1 if you have the `tempnam' function. */
Dconfigure.ac3574 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3127 fun:tempnam=uninstrumented
/external/python/cpython2/Modules/
Dposixmodule.c7595 name = tempnam(dir, pfx); in posix_tempnam()
/external/ImageMagick/
Dconfigure.ac1223 …igaction spawnvp strerror strlcat strlcpy strcasecmp strncasecmp telldir tempnam times ulltostr us…

12