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

1 2 3 4 5 6 7 8 91011

  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 52 #define EPIPE 32
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 36 #define EPIPE 32 /* Broken pipe */
  /external/python/cpython3/PC/
generrmap.c 24 errno = EPIPE;
  /external/syslinux/dos/
errno.h 35 #define EPIPE 32 /* Broken pipe */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno-base.h 35 #define EPIPE 32 /* Broken pipe */
  /prebuilts/go/darwin-x86/src/os/exec/
exec_unix.go 16 // Ignore EPIPE errors copying to stdin if the program
22 pe.Err == syscall.EPIPE
  /prebuilts/go/linux-x86/src/os/exec/
exec_unix.go 16 // Ignore EPIPE errors copying to stdin if the program
22 pe.Err == syscall.EPIPE
  /frameworks/native/services/vr/bufferhubd/
consumer_channel.cpp 72 REPLY_ERROR_RETURN(message, EPIPE, true);
112 return ErrorStatus(EPIPE);
120 return ErrorStatus(EPIPE);
144 return ErrorStatus(EPIPE);
169 return ErrorStatus(EPIPE);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
stones.py 22 if e.errno != errno.EPIPE:
  /external/libusb/msvc/
errno.h 56 #define EPIPE 32 /* Broken pipe */
  /external/netcat/
atomicio.c 62 errno = EPIPE;
  /external/python/cpython2/Lib/hotshot/
stones.py 22 if e.errno != errno.EPIPE:
  /external/valgrind/none/tests/
syscall-restart1.c 56 if (write(fds[1], "x", 1) != -1 || errno != EPIPE)
57 fprintf(stderr, "FAIL: expected write to fail with EPIPE, not %d\n", errno);
  /frameworks/native/libs/input/tests/
TestHelpers.h 57 return nRead == 1 ? 0 : nRead == 0 ? -EPIPE : -errno;
  /prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
stones.py 22 if e.errno != errno.EPIPE:
  /prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
stones.py 22 if e.errno != errno.EPIPE:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
stones.py 22 if e.errno != errno.EPIPE:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
stones.py 22 if e.errno != errno.EPIPE:
  /system/core/libutils/include/utils/
Errors.h 59 DEAD_OBJECT = -EPIPE,
  /system/core/libutils/tests/
TestHelpers.h 55 return nRead == 1 ? 0 : nRead == 0 ? -EPIPE : -errno;
  /external/libcxx/include/
errno.h 276 #ifndef EPIPE
277 #define EPIPE 9950
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 102 EPIPE, "EPIPE", EPIPE}, {
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 276 #ifndef EPIPE
277 #define EPIPE 9950
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 276 #ifndef EPIPE
277 #define EPIPE 9950
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
errno.h 276 #ifndef EPIPE
277 #define EPIPE 9950

Completed in 945 milliseconds

1 2 3 4 5 6 7 8 91011