Searched refs:ESPIPE (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/ |
D | real_node.cc | 35 if (err && err != ESPIPE) in Read() 57 if (err && err != ESPIPE) in Write()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 32 #define ESPIPE 29 /* Illegal seek */ macro
|
/external/libcxx/test/diagnostics/errno/ |
D | cerrno.pass.cpp | 313 #ifndef ESPIPE 314 #error ESPIPE not defined
|
/external/chromium_org/third_party/libusb/src/msvc/ |
D | errno.h | 53 #define ESPIPE 29 /* Invalid seek (seek on a pipe?) */ macro
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | need_errno.h | 109 #define ESPIPE 29 macro
|
/external/tcpdump/win32/Include/ |
D | errno.h | 32 #define ESPIPE 29 /* Illegal seek */ macro
|
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/ |
D | errno.pxd | 33 ESPIPE
|
/external/libcxx/include/ |
D | cerrno | 313 #ifndef ESPIPE 314 #define ESPIPE 9960
|
D | system_error | 148 invalid_seek, // ESPIPE 280 invalid_seek = ESPIPE,
|
/external/libcxx/test/diagnostics/syserr/ |
D | errc.pass.cpp | 47 static_assert(static_cast<int>(std::errc::invalid_seek) == ESPIPE, ""); in main()
|
/external/fio/os/windows/ |
D | posix.c | 110 case ERROR_BEGINNING_OF_MEDIA: return ESPIPE; in win_to_posix_error() 111 case ERROR_SETMARK_DETECTED: return ESPIPE; in win_to_posix_error()
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | unix_err.c | 507 case ESPIPE: prError = PR_INVALID_METHOD_ERROR; break; in nss_MD_unix_map_default_error()
|
/external/valgrind/main/include/vki/ |
D | vki-darwin.h | 550 #define VKI_ESPIPE ESPIPE
|
/external/libxml2/ |
D | xmlIO.c | 389 #ifdef ESPIPE in __xmlIOErr() 390 else if (errno == ESPIPE) code = XML_IO_ESPIPE; in __xmlIOErr()
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlIO.c | 383 #ifdef ESPIPE in __xmlIOErr() 384 else if (errno == ESPIPE) code = XML_IO_ESPIPE; in __xmlIOErr()
|
/external/chromium_org/third_party/lcov/ |
D | descriptions.tests | 1698 1. lseek() returns -1 and sets errno to ESPIPE, if the file handle of
|
/external/chromium_org/tools/win/split_link/viz.js/ |
D | viz.js | 961 …1,EPIPE:32,EPROTO:71,EPROTONOSUPPORT:93,EPROTOTYPE:91,ERANGE:34,EROFS:30,ESPIPE:29,ESRCH:3,ESTALE:… property 2935 ___setErrNo(ERRNO_CODES.ESPIPE);
|
/external/chromium_org/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 989 …21,EINVAL:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK… property 2009 ___setErrNo(ERRNO_CODES.ESPIPE);
|