Home
last modified time | relevance | path

Searched refs:_PC_PIPE_BUF (Results 1 - 25 of 28) sorted by relevance

12

/third_party/musl/src/conf/
H A Dfpathconf.c13 [_PC_PIPE_BUF] = PIPE_BUF, in fpathconf()
/third_party/musl/libc-test/src/functionalext/supplement/conf/
H A Dpathconf.c36 {.name = _PC_PIPE_BUF, .limit = PIPE_BUF}, in pathconf_0100()
/third_party/ltp/testcases/kernel/syscalls/fpathconf/
H A Dfpathconf01.c61 {"_PC_PIPE_BUF", _PC_PIPE_BUF},
/third_party/ltp/testcases/kernel/syscalls/pathconf/
H A Dpathconf01.c130 "_PC_PIPE_BUF", _PC_PIPE_BUF}, {
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h287 #define _PC_PIPE_BUF 5 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h263 #define _PC_PIPE_BUF 5 macro
/third_party/musl/porting/linux/user/include/
H A Dunistd.h290 #define _PC_PIPE_BUF 5 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h287 #define _PC_PIPE_BUF 5 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h263 #define _PC_PIPE_BUF 5 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h269 #define _PC_PIPE_BUF 5 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h263 #define _PC_PIPE_BUF 5 macro
/third_party/musl/include/
H A Dunistd.h329 #define _PC_PIPE_BUF 5 macro
/third_party/musl/libc-test/src/api/
H A Dunistd.c109 C(_PC_PIPE_BUF) in f()
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c3544 #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 Dmod.rs895 pub const _PC_PIPE_BUF: ::c_int = 5; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs697 pub const _PC_PIPE_BUF: ::c_int = 5; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1052 pub const _PC_PIPE_BUF: ::c_int = 6; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1145 pub const _PC_PIPE_BUF: ::c_int = 6; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1103 pub const _PC_PIPE_BUF: ::c_int = 7; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1697 pub const _PC_PIPE_BUF: ::c_int = 6; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1626 pub const _PC_PIPE_BUF: ::c_int = 6; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1054 pub const _PC_PIPE_BUF: ::c_int = 6; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1937 pub const _PC_PIPE_BUF: ::c_int = 6; consts
/third_party/rust/crates/nix/src/
H A Dunistd.rs1966 PIPE_BUF = libc::_PC_PIPE_BUF,
/third_party/python/Modules/
H A Dposixmodule.c11690 #ifdef _PC_PIPE_BUF
11691 {"PC_PIPE_BUF", _PC_PIPE_BUF},

Completed in 89 milliseconds

12