Home
last modified time | relevance | path

Searched refs:ESTRPIPE (Results 1 – 25 of 61) sorted by relevance

123

/external/strace/tests-mx32/
Derrno2name.c447 #ifdef ESTRPIPE in errno2name()
448 CASE(ESTRPIPE); in errno2name()
/external/strace/tests/
Derrno2name.c447 #ifdef ESTRPIPE in errno2name()
448 CASE(ESTRPIPE); in errno2name()
/external/strace/tests-m32/
Derrno2name.c447 #ifdef ESTRPIPE in errno2name()
448 CASE(ESTRPIPE); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h69 #define ESTRPIPE 86 /* Streams pipe error */ macro
/external/musl/arch/mipsn32/bits/
Derrno.h84 #define ESTRPIPE 92 macro
/external/musl/arch/mips/bits/
Derrno.h84 #define ESTRPIPE 92 macro
/external/musl/arch/mips64/bits/
Derrno.h84 #define ESTRPIPE 92 macro
/external/musl/arch/generic/bits/
Derrno.h86 #define ESTRPIPE 86 macro
/external/musl/arch/powerpc64/bits/
Derrno.h86 #define ESTRPIPE 86 macro
/external/musl/arch/powerpc/bits/
Derrno.h86 #define ESTRPIPE 86 macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py91 ESTRPIPE = 92 variable
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py96 ESTRPIPE = 92 variable
/external/ltp/lib/
Derrnos.h119 PAIR(ESTRPIPE) in tst_strerrno()
/external/python/cpython3/Modules/
Derrnomodule.c542 #ifdef ESTRPIPE in errno_exec()
543 add_errcode("ESTRPIPE", ESTRPIPE, "Streams pipe error"); in errno_exec()
/external/libbrillo/brillo/errors/
Derror_codes.cc129 ERROR_ENTRY(ESTRPIPE), // Streams pipe error
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs91 pub const ESTRPIPE: ::c_int = 92; constant
/external/rust/crates/nix/src/
Derrno.rs598 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/
Derrnomodule.c508 #ifdef ESTRPIPE in initerrno()
509 inscode(d, ds, de, "ESTRPIPE", ESTRPIPE, "Streams pipe error"); in initerrno()
/external/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc1414 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/
Derrno.rst453 .. data:: ESTRPIPE
/external/python/cpython3/Doc/library/
Derrno.rst456 .. data:: ESTRPIPE
/external/tinyalsa_new/src/
Dpcm.c1460 return -ESTRPIPE; in pcm_wait()
1661 case ESTRPIPE: in pcm_generic_transfer()
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs212 pub const ESTRPIPE: ::c_int = 86; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
Dmod.rs121 pub const ESTRPIPE: ::c_int = 86; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Ds390x.rs215 pub const ESTRPIPE: ::c_int = 86; constant

123