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

/ast/src/lib/libardir/
H A Dar-omf.c30 #ifndef EILSEQ
31 #define EILSEQ EINVAL macro
125 errno = EILSEQ;
/ast/src/lib/libast/comp/
H A Diconv.c62 #ifndef EILSEQ
63 #define EILSEQ EIO macro
557 e = EILSEQ;
573 e = EILSEQ;
660 e = EILSEQ;
H A Dsetlocale.c633 #ifdef EILSEQ
634 errno = EILSEQ;
/ast/src/cmd/ksh93/edit/
H A Dedit.c971 #ifdef EILSEQ
972 else if(errno == EILSEQ)

Completed in 41 milliseconds