Home
last modified time | relevance | path

Searched refs:L_tmpnam (Results 1 – 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/tint/src/utils/io/
Dtmpfile_windows.cc26 char name[L_tmpnam]; in TmpFilePath()
29 while (tmpnam_s(name, L_tmpnam - 1) == 0) { in TmpFilePath()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dtmpnam.c27 char buffer[L_tmpnam]; in tmpnam_0100()
/third_party/rust/crates/libc/src/windows/msvc/
Dmod.rs1 pub const L_tmpnam: ::c_uint = 260; constant
/third_party/musl/src/stdio/
Dtmpnam.c14 static char internal[L_tmpnam]; in tmpnam()
/third_party/musl/porting/liteos_a/user/src/stdio/
Dtmpnam.c16 static char internal[L_tmpnam]; in tmpnam()
/third_party/rust/crates/libc/src/windows/gnu/
Dmod.rs1 pub const L_tmpnam: ::c_uint = 14; constant
/third_party/protobuf/src/google/protobuf/testing/
Dgoogletest.cc121 char b[L_tmpnam + 1]; // HPUX multithread return 0 if s is 0 in GetTemporaryDirectoryName()
/third_party/musl/ndk_musl_include/
Dstdio.h52 #define L_tmpnam 20 macro
/third_party/musl/libc-test/src/api/
Dstdio.c18 C(L_tmpnam) in f()
/third_party/musl/include/
Dstdio.h54 #define L_tmpnam 20 macro
/third_party/rust/crates/libc/libc-test/semver/
Dwindows.txt95 L_tmpnam
Dopenbsd.txt468 L_tmpnam
Dfuchsia.txt416 L_tmpnam
Dnetbsd.txt618 L_tmpnam
Ddragonfly.txt592 L_tmpnam
Dfreebsd.txt684 L_tmpnam
Dapple.txt840 L_tmpnam
Dlinux.txt1224 L_tmpnam
Dandroid.txt1117 L_tmpnam
/third_party/musl/porting/liteos_m/kernel/include/
Dstdio.h52 #define L_tmpnam 20 macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdio.h52 #define L_tmpnam 20 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdio.h54 #define L_tmpnam 4096 macro
/third_party/musl/porting/linux/user/include/
Dstdio.h54 #define L_tmpnam 20 macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs169 pub const L_tmpnam: ::c_uint = 1024; constant
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs691 pub const L_tmpnam: ::c_uint = 20; constant

12