Searched refs:tempnam (Results 1 – 22 of 22) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 260 #if !defined(tempnam) 261 # 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 | 190 self.file = os.tempnam(tmpdir, '%s.img.' % self.target_name) 191 self.hash_file = os.tempnam(tmpdir, '%s.hash.' % self.target_name)
|
/external/autotest/client/site_tests/platform_Perf/ |
D | platform_Perf.py | 25 perf_file_path = os.tempnam()
|
/external/autotest/client/site_tests/hardware_PerfCallgraphVerification/ |
D | hardware_PerfCallgraphVerification.py | 75 perf_file_path = os.tempnam()
|
/external/netperf/src/ |
D | nettest_unix.c | 813 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf.")); in recv_stream_stream() 2042 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf.")); in recv_dg_stream() 2285 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf.")); in send_dg_rr() 2865 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf.")); in recv_dg_rr() 3153 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf.")); in recv_stream_rr()
|
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/lib/linux/ |
D | libclang_rt.asan-x86_64.a.syms | 1369 tempnam;
|
D | libclang_rt.tsan-x86_64.a.syms | 1492 tempnam;
|
D | libclang_rt.msan-x86_64.a.syms | 1558 tempnam;
|
/external/ltrace/etc/ |
D | libc.so.conf | 234 string tempnam(string,string);
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
D | fixture.py | 47 return os.tempnam(*args)
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 3178 TEST(MemorySanitizer, tempnam) { in TEST() argument 3179 char *res = tempnam(NULL, "zzz"); in TEST()
|
/external/libxml2/ |
D | xmlIO.c | 2103 dump_name = tempnam( NULL, "lxml" ); in xmlIOHTTPCloseWrite()
|
/external/ImageMagick/config/ |
D | config.h.in | 581 /* Define to 1 if you have the `tempnam' function. */
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 3884 INTERCEPTOR(char *, tempnam, char *dir, char *pfx) { 3886 COMMON_INTERCEPTOR_ENTER(ctx, tempnam, dir, pfx); 3889 char *res = REAL(tempnam)(dir, pfx); 3893 #define INIT_TEMPNAM COMMON_INTERCEPT_FUNCTION(tempnam);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3127 fun:tempnam=uninstrumented
|
/external/ImageMagick/ |
D | configure.ac | 1219 …igaction spawnvp strerror strlcat strlcpy strcasecmp strncasecmp telldir tempnam times ulltostr us…
|
D | configure | 27862 …igaction spawnvp strerror strlcat strlcpy strcasecmp strncasecmp telldir tempnam times ulltostr us…
|
/external/valgrind/perf/ |
D | test_input_for_tinycc.c | 5253 extern char *tempnam (__const char *__dir, __const char *__pfx)
|
/external/netperf/doc/ |
D | netperf.info | 1822 `tempnam()' call.
|
D | netperf.texi | 1926 the pipes in the system default for the @code{tempnam()} call.
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 270 PUBLIC 571a0 0 tempnam
|