Searched refs:EILSEQ (Results 1 – 4 of 4) sorted by relevance
321 public static final int EILSEQ; field in OsConstants322 static { EILSEQ = 0; }
266 public static final int EILSEQ = placeholder(); field in OsConstants1074 if (errno == EILSEQ) { in errnoName()
166 initConstant(env, c, "EILSEQ", EILSEQ); in OsConstants_initConstants()
250 field public static final int EILSEQ;