Searched refs:ENOEXEC (Results 101 - 110 of 110) sorted by relevance

12345

/netbsd-current/external/gpl2/diffutils/dist/src/
H A Ddiff3.c1190 _exit (errno == ENOEXEC ? 126 : 127);
/netbsd-current/bin/ksh/
H A Dexec.c421 if (errno == ENOEXEC)
/netbsd-current/sys/arch/amd64/amd64/
H A Dnetbsd32_machdep.c123 return ENOEXEC;
/netbsd-current/sys/arch/xen/xen/
H A Dprivcmd.c150 return ENOEXEC;
/netbsd-current/sys/kern/
H A Dkern_module.c1645 return ENOEXEC;
/netbsd-current/sys/arch/alpha/alpha/
H A Dmachdep.c1795 error = ENOEXEC;
/netbsd-current/sys/arch/hppa/dev/
H A Dgftfb.c488 rc = ENOEXEC;
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dmachdep.c845 int error = ENOEXEC;
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dmachdep.c910 return (ENOEXEC);
/netbsd-current/sys/arch/sparc/sparc/
H A Dmachdep.c1088 return (ENOEXEC);

Completed in 312 milliseconds

12345