/external/strace/tests-mx32/ |
D | errno2name.c | 447 #ifdef ESTRPIPE in errno2name() 448 CASE(ESTRPIPE); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 447 #ifdef ESTRPIPE in errno2name() 448 CASE(ESTRPIPE); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 447 #ifdef ESTRPIPE in errno2name() 448 CASE(ESTRPIPE); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 69 #define ESTRPIPE 86 /* Streams pipe error */ macro
|
/external/musl/arch/mipsn32/bits/ |
D | errno.h | 84 #define ESTRPIPE 92 macro
|
/external/musl/arch/mips/bits/ |
D | errno.h | 84 #define ESTRPIPE 92 macro
|
/external/musl/arch/mips64/bits/ |
D | errno.h | 84 #define ESTRPIPE 92 macro
|
/external/musl/arch/generic/bits/ |
D | errno.h | 86 #define ESTRPIPE 86 macro
|
/external/musl/arch/powerpc64/bits/ |
D | errno.h | 86 #define ESTRPIPE 86 macro
|
/external/musl/arch/powerpc/bits/ |
D | errno.h | 86 #define ESTRPIPE 86 macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 91 ESTRPIPE = 92 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 96 ESTRPIPE = 92 variable
|
/external/ltp/lib/ |
D | errnos.h | 119 PAIR(ESTRPIPE) in tst_strerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 542 #ifdef ESTRPIPE in errno_exec() 543 add_errcode("ESTRPIPE", ESTRPIPE, "Streams pipe error"); in errno_exec()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 129 ERROR_ENTRY(ESTRPIPE), // Streams pipe error
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 91 pub const ESTRPIPE: ::c_int = 92; constant
|
/external/rust/crates/nix/src/ |
D | errno.rs | 598 ESTRPIPE => "Streams pipe error", in desc() 1208 ESTRPIPE = libc::ESTRPIPE, enumerator 1353 libc::ESTRPIPE => ESTRPIPE, in from_i32() 2792 ESTRPIPE = libc::ESTRPIPE, enumerator 2924 libc::ESTRPIPE => ESTRPIPE, in from_i32()
|
/external/python/cpython2/Modules/ |
D | errnomodule.c | 508 #ifdef ESTRPIPE in initerrno() 509 inscode(d, ds, de, "ESTRPIPE", ESTRPIPE, "Streams pipe error"); in initerrno()
|
/external/webrtc/modules/audio_device/linux/ |
D | audio_device_alsa_linux.cc | 1414 if ((error == -EPIPE || error == -ESTRPIPE) && // Buf underrun/overrun. in ErrorRecovery() 1426 if ((error == -EPIPE || error == -ESTRPIPE) && // Buf underrun/overrun. in ErrorRecovery()
|
/external/python/cpython2/Doc/library/ |
D | errno.rst | 453 .. data:: ESTRPIPE
|
/external/python/cpython3/Doc/library/ |
D | errno.rst | 456 .. data:: ESTRPIPE
|
/external/tinyalsa_new/src/ |
D | pcm.c | 1460 return -ESTRPIPE; in pcm_wait() 1661 case ESTRPIPE: in pcm_generic_transfer()
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 212 pub const ESTRPIPE: ::c_int = 86; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 121 pub const ESTRPIPE: ::c_int = 86; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | s390x.rs | 215 pub const ESTRPIPE: ::c_int = 86; constant
|