Home
last modified time | relevance | path

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

12

/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);
151 using ::tmpnam;
/external/libaom/libaom/third_party/libwebm/common/
Dfile_util.cc48 char* fname_pointer = tmpnam(tmp_file_name); in GetTempFileName()
/external/libvpx/libvpx/third_party/libwebm/common/
Dfile_util.cc48 char* fname_pointer = tmpnam(tmp_file_name); in GetTempFileName()
/external/skqp/third_party/lua/
DBUILD.gn57 # Prefer mkstemp() over tmpnam(). This isn't super important,
/external/skia/third_party/lua/
DBUILD.gn57 # Prefer mkstemp() over tmpnam(). This isn't super important,
/external/protobuf/src/google/protobuf/testing/
Dgoogletest.cc124 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/freetype/
Dvms_make.com39 $ 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/
Dstdio_h.pass.cpp124 static_assert((std::is_same<decltype(tmpnam(cp)), char*>::value), ""); in main()
/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/lua/src/
Dloslib.c131 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); }
/external/python/setuptools/pkg_resources/
D__init__.py1679 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/
Dsandbox.py421 def tmpnam(self): member in DirectorySandbox
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c4558 char * 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/python/cpython2/Lib/test/
Dtest_os.py160 name = os.tmpnam()
/external/rust/crates/libc/src/unix/
Dmod.rs1408 pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; in tmpnam() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1333 pub fn tmpnam(ptr: *mut ::c_char) -> *mut ::c_char; in tmpnam() function
/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.cc3218 TEST(MemorySanitizer, tmpnam) { in TEST() argument
3220 char *res = tmpnam(s); in TEST()
/external/python/cpython2/
Dpyconfig.h.in880 /* Define to 1 if you have the `tmpnam' function. */
/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/python/cpython3/Doc/whatsnew/
D3.0.rst653 * The functions :func:`os.tmpnam`, :func:`os.tempnam` and
/external/python/cpython3/
Dpyconfig.h.in1237 /* Define to 1 if you have the `tmpnam' function. */

12