HomeSort by relevance Sort by last modified time
    Searched defs:EILSEQ (Results 1 - 25 of 43) sorted by null

1 2

  /external/ImageMagick/MagickCore/
token-private.h 25 #ifndef EILSEQ
26 #define EILSEQ ENOENT
132 errno=EILSEQ;
  /external/libcxx/include/
errno.h 20 EILSEQ // C99
254 #ifndef EILSEQ
255 #define EILSEQ 9945
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 71 #define EILSEQ 84
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 67 #define EILSEQ 88
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 165 #define EILSEQ 86 /* Illegal byte sequence */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 152 #define EILSEQ __EILSEQ /* 85 Illegal byte sequence */
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 67 #define EILSEQ 84 /* Illegal byte sequence */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 63 #define EILSEQ 88 /* Illegal byte sequence */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 87 EILSEQ = 88
  /external/u-boot/include/linux/
errno.h 92 #define EILSEQ 84 /* Illegal byte sequence */
  /external/python/cpython2/Lib/plat-beos5/
IN.py 190 EILSEQ = (B_POSIX_ERROR_BASE + 38)
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 92 EILSEQ = 88
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 149 illegal_byte_sequence, // EILSEQ
310 # ifndef EILSEQ
311 # define EILSEQ 42
528 illegal_byte_sequence = EILSEQ,
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_solaris_amd64.go     [all...]
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_netbsd_386.go     [all...]
  /external/python/cpython2/Lib/plat-sunos5/
STROPTS.py 1032 EILSEQ = 88
    [all...]

Completed in 621 milliseconds

1 2