Searched defs:EILSEQ (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/asm-generic/
H A Derrno.h57 #define EILSEQ 84 /* Illegal byte sequence */ macro
/external/kernel-headers/original/asm-mips/
H A Derrno.h62 #define EILSEQ 88 /* Illegal byte sequence */ macro
/external/llvm/include/llvm/Support/
H A Dsystem_error.h149 illegal_byte_sequence, // EILSEQ
310 # ifndef EILSEQ
311 # define EILSEQ 42 macro
517 illegal_byte_sequence = EILSEQ,
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java84 public static final int EILSEQ = placeholder(); field in class:OsConstants
548 if (errno == EILSEQ) {
549 return "EILSEQ";

Completed in 282 milliseconds