Home
last modified time | relevance | path

Searched refs:P_tmpdir (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dtmpnam.c159 if (worker (result, P_tmpdir, "t", pid, &_tls_inc)) in tmpnam()
177 dir = P_tmpdir; in tempnam()
Dstdio.h294 #define P_tmpdir "/tmp" macro
/picolibc-latest/newlib/libc/tinystdio/
Dstdio.h409 #define P_tmpdir "" macro
/picolibc-latest/newlib/
DChangeLog-201527678 * libc/stdio/stdio.h: added P_tmpdir for /tmp (SVID thing)
27685 present. Uses P_tmpdir. (tempnam): rewritten to use new
27686 subroutine, and uses P_tmpdir.