Home
last modified time | relevance | path

Searched refs:_POSIX_PIPE_BUF (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/ndk_musl_include/
Dlimits.h131 #define _POSIX_PIPE_BUF 512 macro
/third_party/musl/include/
Dlimits.h131 #define _POSIX_PIPE_BUF 512 macro
/third_party/musl/porting/liteos_a/user/include/
Dlimits.h131 #define _POSIX_PIPE_BUF 512 macro
/third_party/musl/porting/liteos_m/user/include/
Dlimits.h131 #define _POSIX_PIPE_BUF 512 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dlimits.h133 #define _POSIX_PIPE_BUF 512 macro
/third_party/musl/porting/uniproton/kernel/include/
Dlimits.h133 #define _POSIX_PIPE_BUF 512 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dlimits.h162 #define _POSIX_PIPE_BUF 512 macro
/third_party/musl/libc-test/src/api/
Dlimits.c35 C(_POSIX_PIPE_BUF) in f()
/third_party/toybox/toys/posix/
Dgetconf.c147 CONF(_POSIX_OPEN_MAX), CONF(_POSIX_PATH_MAX), CONF(_POSIX_PIPE_BUF),
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs3376 pub const _POSIX_PIPE_BUF: ::c_int = 512; constant