/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/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 | 3317 #ifdef PIPE_BUF in pa_pipe_buf() 3318 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/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_a/user/include/ |
D | limits.h | 42 #define PIPE_BUF 4096 macro
|
/third_party/musl/ndk_musl_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/python/Doc/library/ |
D | select.rst | 167 .. attribute:: PIPE_BUF
|
/third_party/python/ |
D | pyconfig.h.in | 106 /* Define if the system reports an invalid PIPE_BUF value. */
|
D | configure.ac | 5561 AC_DEFINE(HAVE_BROKEN_PIPE_BUF, 1, [Define if the system reports an invalid PIPE_BUF value.]) ;;
|
/third_party/python/Doc/whatsnew/ |
D | 3.2.rst | 1387 :attr:`~select.PIPE_BUF`, which gives the minimum number of bytes which are 1392 >>> select.PIPE_BUF # doctest: +SKIP
|
/third_party/python/Misc/ |
D | HISTORY | 11533 - Issue #9862: Compensate for broken PIPE_BUF in AIX by hard coding its value as
|