/third_party/ltp/testcases/kernel/ipc/pipeio/ |
D | pipeio.c | 434 if (size > PIPE_BUF && num_writers > 1) { in setup() 441 PIPE_BUF - 1) / PIPE_BUF, in setup() 444 "writes to %d", PIPE_BUF, num_writes); in setup() 446 tst_resm(TINFO, "adjusting i/o size to %d", PIPE_BUF); in setup() 448 size = PIPE_BUF; in setup() 688 } else if (nb < size && size <= PIPE_BUF) { in do_parent()
|
/third_party/ltp/testcases/kernel/syscalls/pipe/ |
D | pipe11.c | 22 static unsigned char buf[PIPE_BUF]; 66 read_per_child = PIPE_BUF/nchilds; in run()
|
/third_party/rust/crates/rustix/src/io/ |
D | pipe.rs | 30 pub const PIPE_BUF: usize = backend::io::types::PIPE_BUF; constant
|
D | mod.rs | 64 pub use pipe::PIPE_BUF;
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
D | types.rs | 89 pub const PIPE_BUF: usize = linux_raw_sys::general::PIPE_BUF as usize; constant
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
D | types.rs | 114 pub const PIPE_BUF: usize = c::PIPE_BUF; constant
|
/third_party/pulseaudio/src/pulsecore/ |
D | poll-win32.c | 148 # ifndef PIPE_BUF 149 # define PIPE_BUF 512 macro 203 || fpli.WriteQuotaAvailable >= PIPE_BUF in windows_compute_revents() 204 || (fpli.OutboundQuota < PIPE_BUF && in windows_compute_revents()
|
D | core-util.c | 3548 #ifdef PIPE_BUF in pa_pipe_buf() 3549 return PIPE_BUF; in pa_pipe_buf()
|
/third_party/musl/src/conf/ |
D | fpathconf.c | 13 [_PC_PIPE_BUF] = PIPE_BUF, in fpathconf()
|
/third_party/musl/libc-test/src/functionalext/supplement/conf/ |
D | pathconf.c | 36 {.name = _PC_PIPE_BUF, .limit = PIPE_BUF}, in pathconf_0100()
|
/third_party/musl/ndk_musl_include/ |
D | limits.h | 42 #define PIPE_BUF 4096 macro
|
/third_party/musl/include/ |
D | limits.h | 42 #define PIPE_BUF 4096 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | limits.h | 42 #define PIPE_BUF 4096 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | limits.h | 42 #define PIPE_BUF 4096 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | limits.h | 44 #define PIPE_BUF 4096 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | limits.h | 44 #define PIPE_BUF 4096 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | limits.h | 75 #define PIPE_BUF 4096 macro
|
/third_party/python/Modules/ |
D | selectmodule.c | 2422 #ifdef PIPE_BUF 2424 #undef PIPE_BUF 2425 #define PIPE_BUF 512 macro 2427 PyModule_AddIntMacro(m, PIPE_BUF);
|
/third_party/toybox/toys/posix/ |
D | getconf.c | 126 CONF(PATH_MAX), CONF(PIPE_BUF), CONF(PRIO_IO), CONF(SYMLINK_MAX),
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 652 PIPE_BUF
|
D | fuchsia.txt | 577 PIPE_BUF
|
D | netbsd.txt | 790 PIPE_BUF
|
D | dragonfly.txt | 750 PIPE_BUF
|
D | freebsd.txt | 875 PIPE_BUF
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 458 pub const PIPE_BUF: usize = 512; constant
|