/third_party/musl/src/conf/ |
H A D | fpathconf.c | 13 [_PC_PIPE_BUF] = PIPE_BUF, in fpathconf()
|
/third_party/musl/libc-test/src/functionalext/supplement/conf/ |
H A D | pathconf.c | 36 {.name = _PC_PIPE_BUF, .limit = PIPE_BUF}, in pathconf_0100()
|
/third_party/ltp/testcases/kernel/syscalls/fpathconf/ |
H A D | fpathconf01.c | 61 {"_PC_PIPE_BUF", _PC_PIPE_BUF},
|
/third_party/ltp/testcases/kernel/syscalls/pathconf/ |
H A D | pathconf01.c | 130 "_PC_PIPE_BUF", _PC_PIPE_BUF}, {
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | unistd.h | 287 #define _PC_PIPE_BUF 5 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | unistd.h | 263 #define _PC_PIPE_BUF 5 macro
|
/third_party/musl/porting/linux/user/include/ |
H A D | unistd.h | 290 #define _PC_PIPE_BUF 5 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | unistd.h | 287 #define _PC_PIPE_BUF 5 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | unistd.h | 263 #define _PC_PIPE_BUF 5 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | unistd.h | 269 #define _PC_PIPE_BUF 5 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | unistd.h | 263 #define _PC_PIPE_BUF 5 macro
|
/third_party/musl/include/ |
H A D | unistd.h | 329 #define _PC_PIPE_BUF 5 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | unistd.c | 109 C(_PC_PIPE_BUF) in f()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-util.c | 3544 #ifdef _PC_PIPE_BUF in pa_pipe_buf() 3547 if ((n = fpathconf(fd, _PC_PIPE_BUF)) >= 0) in pa_pipe_buf()
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 895 pub const _PC_PIPE_BUF: ::c_int = 5; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 697 pub const _PC_PIPE_BUF: ::c_int = 5; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1052 pub const _PC_PIPE_BUF: ::c_int = 6; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1145 pub const _PC_PIPE_BUF: ::c_int = 6; consts
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1103 pub const _PC_PIPE_BUF: ::c_int = 7; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 1697 pub const _PC_PIPE_BUF: ::c_int = 6; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1626 pub const _PC_PIPE_BUF: ::c_int = 6; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 1054 pub const _PC_PIPE_BUF: ::c_int = 6; consts
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 1937 pub const _PC_PIPE_BUF: ::c_int = 6; consts
|
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 1966 PIPE_BUF = libc::_PC_PIPE_BUF,
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 11690 #ifdef _PC_PIPE_BUF 11691 {"PC_PIPE_BUF", _PC_PIPE_BUF},
|