HomeSort by relevance Sort by last modified time
    Searched refs:ESTRPIPE (Results 1 - 25 of 53) sorted by null

1 2 3

  /bionic/libc/kernel/uapi/asm-generic/
errno.h 73 #define ESTRPIPE 86
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 71 #define ESTRPIPE 92
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 69 #define ESTRPIPE 86 /* Streams pipe error */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 67 #define ESTRPIPE 92 /* Streams pipe error */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 59 #define ESTRPIPE 86 /* Streams pipe error */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 91 ESTRPIPE = 92
  /external/syslinux/com32/include/
errno.h 93 #define ESTRPIPE 86 /* Streams pipe error */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 96 ESTRPIPE = 92
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 166 #define ESTRPIPE 86 /* Streams pipe error */
  /external/strace/tests/
errno2name.c 447 #ifdef ESTRPIPE
448 CASE(ESTRPIPE);
  /external/strace/tests-m32/
errno2name.c 447 #ifdef ESTRPIPE
448 CASE(ESTRPIPE);
  /external/strace/tests-mx32/
errno2name.c 447 #ifdef ESTRPIPE
448 CASE(ESTRPIPE);
  /bionic/libc/private/
bionic_errdefs.h 123 __BIONIC_ERRDEF( ESTRPIPE , 86, "Streams pipe error" )
  /external/adhd/cras/src/server/
cras_alsa_helpers.c 269 if (rc == -EPIPE || rc == -ESTRPIPE) {
689 if (rc == -EPIPE || rc == -ESTRPIPE) {
790 if (rc == -ESTRPIPE) {
830 if (res == -ESTRPIPE) {
  /external/ltp/lib/
errnos.h 119 PAIR(ESTRPIPE)
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 328 #if defined (ESTRPIPE)
329 ENTRY(ESTRPIPE, "ESTRPIPE", "Streams pipe error"),
  /external/minijail/linux-x86/
libconstants.gen.c 497 #ifdef ESTRPIPE
498 { "ESTRPIPE", (unsigned long) ESTRPIPE },
499 #endif // ESTRPIPE
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 129 ERROR_ENTRY(ESTRPIPE), // Streams pipe error
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 136 ESTRPIPE
271 ESTRPIPE - APPLICATION_ERROR: "streams pipe error",
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 136 ESTRPIPE
271 ESTRPIPE - APPLICATION_ERROR: "streams pipe error",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 518 #ifdef ESTRPIPE
519 inscode(d, ds, de, "ESTRPIPE", ESTRPIPE, "Streams pipe error");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 517 #ifdef ESTRPIPE
518 inscode(d, ds, de, "ESTRPIPE", ESTRPIPE, "Streams pipe error");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 518 #ifdef ESTRPIPE
519 inscode(d, ds, de, "ESTRPIPE", ESTRPIPE, "Streams pipe error");
  /external/python/cpython2/Modules/
errnomodule.c 508 #ifdef ESTRPIPE
509 inscode(d, ds, de, "ESTRPIPE", ESTRPIPE, "Streams pipe error");
  /external/python/cpython3/Modules/
errnomodule.c 551 #ifdef ESTRPIPE
552 inscode(d, ds, de, "ESTRPIPE", ESTRPIPE, "Streams pipe error");

Completed in 723 milliseconds

1 2 3