Home
last modified time | relevance | path

Searched refs:P_tmpdir (Results 1 - 9 of 9) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
H A DsljitProtExecAllocator.c135 #ifdef P_tmpdir in create_tempfile()
137 tmp_name_len = strlen(P_tmpdir); in create_tempfile()
139 strcpy(tmp_name, P_tmpdir); in create_tempfile()
/third_party/musl/src/stdio/
H A Dtempnam.c19 if (!dir) dir = P_tmpdir; in tempnam()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h162 #define P_tmpdir "/tmp" macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h164 #define P_tmpdir "/tmp" macro
/third_party/musl/porting/linux/user/include/
H A Dstdio.h169 #define P_tmpdir "/tmp" macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h162 #define P_tmpdir "/tmp" macro
/third_party/musl/include/
H A Dstdio.h169 #define P_tmpdir "/tmp" macro
/third_party/cups-filters/filter/foomatic-rip/
H A Dutil.c43 const char *dirs[] = { getenv("TMPDIR"), P_tmpdir, "/tmp" }; in temp_dir()
/third_party/elfutils/src/
H A Dreadelf.c705 const char *tmpdir = getenv ("TMPDIR") ?: P_tmpdir; in open_input_section()

Completed in 20 milliseconds