Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h165 #define EILSEQ 86 /* Illegal byte sequence */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h152 #define EILSEQ 88 /* Illegal byte sequence. */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java466 public static final int EILSEQ = 88; field in PoolsException
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Diconv.c63 #define EILSEQ EIO macro