HomeSort by relevance Sort by last modified time
    Searched defs:EPIPE (Results 101 - 125 of 182) sorted by null

1 2 3 45 6 7 8

  /external/libcxx/include/
errno.h 276 #ifndef EPIPE
277 #define EPIPE 9950
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 276 #ifndef EPIPE
277 #define EPIPE 9950
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 276 #ifndef EPIPE
277 #define EPIPE 9950
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 53 #define EPIPE 32
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
errno.h 276 #ifndef EPIPE
277 #define EPIPE 9950
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
errno.h 85 #define EPIPE 32 /* Broken pipe */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 84 #define EPIPE __EPIPE /* 32 Broken pipe */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 40 EPIPE = 32
  /external/syslinux/com32/include/
errno.h 37 #define EPIPE 32 /* Broken pipe */
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 110 #define EPIPE 32 /* Broken pipe */
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 120 EPIPE
255 EPIPE - APPLICATION_ERROR: "broken pipe",
tables_nacl.go 127 EPIPE Errno = 32 /* Broken pipe */
253 EPIPE: "Broken pipe",
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_solaris_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 120 EPIPE
255 EPIPE - APPLICATION_ERROR: "broken pipe",
tables_nacl.go 127 EPIPE Errno = 32 /* Broken pipe */
253 EPIPE: "Broken pipe",
zerrors_darwin_386.go     [all...]
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 44 EPIPE = 32
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 133 broken_pipe, // EPIPE
262 # ifndef EPIPE
263 # define EPIPE 32
512 broken_pipe = EPIPE,
  /external/syslinux/gpxe/src/include/
errno.h 418 #define EPIPE ( ERRFILE | PXENV_STATUS_FAILURE | 0x42000000 )
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 240 public static final int EPIPE = placeholder();
    [all...]

Completed in 1373 milliseconds

1 2 3 45 6 7 8