/third_party/musl/src/conf/ |
D | fpathconf.c | 10 [_PC_MAX_INPUT] = _POSIX_MAX_INPUT, in fpathconf()
|
/third_party/ltp/testcases/kernel/syscalls/fpathconf/ |
D | fpathconf01.c | 56 {"_PC_MAX_INPUT", _PC_MAX_INPUT},
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 284 #define _PC_MAX_INPUT 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | unistd.h | 260 #define _PC_MAX_INPUT 2 macro
|
/third_party/musl/porting/linux/user/include/ |
D | unistd.h | 287 #define _PC_MAX_INPUT 2 macro
|
/third_party/musl/include/ |
D | unistd.h | 326 #define _PC_MAX_INPUT 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 260 #define _PC_MAX_INPUT 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | unistd.h | 260 #define _PC_MAX_INPUT 2 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | unistd.h | 266 #define _PC_MAX_INPUT 2 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | unistd.h | 284 #define _PC_MAX_INPUT 2 macro
|
/third_party/musl/libc-test/src/api/ |
D | unistd.c | 105 C(_PC_MAX_INPUT) in f()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 428 _PC_MAX_INPUT
|
D | android.txt | 2675 _PC_MAX_INPUT
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 892 pub const _PC_MAX_INPUT: ::c_int = 2; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 694 pub const _PC_MAX_INPUT: ::c_int = 2; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1049 pub const _PC_MAX_INPUT: ::c_int = 3; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1142 pub const _PC_MAX_INPUT: ::c_int = 3; constant
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1099 pub const _PC_MAX_INPUT: ::c_int = 3; constant
|
/third_party/rust/crates/nix/src/ |
D | unistd.rs | 1955 MAX_INPUT = libc::_PC_MAX_INPUT,
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1694 pub const _PC_MAX_INPUT: ::c_int = 3; constant
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1623 pub const _PC_MAX_INPUT: ::c_int = 3; constant
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1934 pub const _PC_MAX_INPUT: ::c_int = 3; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 1051 pub const _PC_MAX_INPUT: ::c_int = 3; constant
|
/third_party/python/Modules/ |
D | posixmodule.c | 11484 #ifdef _PC_MAX_INPUT 11485 {"PC_MAX_INPUT", _PC_MAX_INPUT},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1218 pub const _PC_MAX_INPUT: ::c_int = 2; constant
|