Searched refs:ENOEXEC (Results 1 – 5 of 5) sorted by relevance
384 public static final int ENOEXEC; field in OsConstants385 static { ENOEXEC = 0; }
287 public static final int ENOEXEC = placeholder(); field in OsConstants1137 if (errno == ENOEXEC) { in errnoName()
649 if (errno == ENOEXEC) in execve_with_shell_fallback()
187 initConstant(env, c, "ENOEXEC", ENOEXEC); in OsConstants_initConstants()
271 field public static final int ENOEXEC;