HomeSort by relevance Sort by last modified time
    Searched refs:P_tmpdir (Results 1 - 16 of 16) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/
tmpnam.c 20 #ifndef P_tmpdir
21 #define P_tmpdir "/usr/tmp"
43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter);
make-temp-file.c 25 #include <stdio.h> /* May get P_tmpdir. */
124 #ifdef P_tmpdir
127 if (strcmp (P_tmpdir, "\\") == 0)
130 base = try_dir (P_tmpdir, base);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
tmpnam.c 50 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXXXXX", P_tmpdir, tmpcount);
tempnam.c 77 f = P_tmpdir;
  /bionic/libc/bionic/
tmpfile.cpp 94 // P_tmpdir is "/tmp/", but POSIX explicitly says that tmpdir(3) should try P_tmpdir before
96 fp = __tmpfile_dir(P_tmpdir);
  /libcore/ojluni/src/main/native/
java_props_md.c 49 #if !defined(P_tmpdir)
51 #define P_tmpdir _PATH_VARTMP
132 #ifndef P_tmpdir
133 #define P_tmpdir "/var/tmp"
374 sprops.tmp_dir = P_tmpdir;
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 150 #ifdef P_tmpdir
152 tmpdir = P_tmpdir;
  /external/webrtc/webrtc/base/
unixfilesystem.cc 192 #ifdef P_tmpdir
193 pathname.SetPathname(P_tmpdir, "");
194 #else // !P_tmpdir
196 #endif // !P_tmpdir
  /bionic/tests/headers/posix/
stdio_h.c 62 s = P_tmpdir;
  /bionic/libc/include/
stdio.h 164 #define P_tmpdir "/tmp/" /* deprecated */
  /external/ImageMagick/MagickCore/
resource.c 434 #if defined(P_tmpdir)
436 directory=ConstantString(P_tmpdir);
    [all...]
  /external/iproute2/misc/
ifstat.c 933 "%s/.ifstat.u%d", P_tmpdir, getuid());
936 "%s/.%s_ifstat.u%d", P_tmpdir, stats_type,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 152 # define P_tmpdir "/tmp"
226 P_tmpdir is tried and finally "/tmp". The storage for the filename
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h     [all...]
  /system/core/fastboot/
fastboot.cpp 554 if (tmpdir == nullptr) tmpdir = P_tmpdir;
    [all...]
  /external/elfutils/src/
readelf.c 587 const char *tmpdir = getenv ("TMPDIR") ?: P_tmpdir;
    [all...]

Completed in 555 milliseconds