Home
last modified time | relevance | path

Searched refs:ENOEXEC (Results 1 – 25 of 55) sorted by relevance

123

/third_party/glib/glib/
Dgspawn-private.h47 #ifdef ENOEXEC in _g_spawn_exec_err_to_g_error()
48 case ENOEXEC: in _g_spawn_exec_err_to_g_error()
/third_party/mksh/
Dos2.c433 errno = ENOEXEC; in execve()
436 errno = ENOEXEC; in execve()
439 errno = ENOEXEC; in execve()
445 errno = ENOEXEC; in execve()
447 if (errno == ENOEXEC) in execve()
/third_party/boost/boost/
Dcerrno.hpp227 #ifndef ENOEXEC
228 #define ENOEXEC 9954 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c75 ENOEXEC, "ENOEXEC", ENOEXEC}, {
D4-1.c70 ENOEXEC, "ENOEXEC"}, {
D3-1-buildonly.c59 static int dummy46 = ENOEXEC;
/third_party/ntfs-3g/include/ntfs-3g/
Dcompat.h42 #define ELIBBAD ENOEXEC
/third_party/python/PC/
Derrmap.h55 return ENOEXEC; in winerror_to_errno()
/third_party/ltp/testcases/kernel/syscalls/execve/
Dexecve03.c75 {test_name6, ENOEXEC}
/third_party/mesa3d/src/intel/tools/tests/
Drun-test.py51 if e.errno == errno.ENOEXEC:
/third_party/mesa3d/src/compiler/glsl/tests/
Dwarnings_test.py102 if e.errno == errno.ENOEXEC:
Doptimization_test.py122 if e.errno == errno.ENOEXEC:
/third_party/musl/arch/generic/bits/
Derrno.h8 #define ENOEXEC 8 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h8 #define ENOEXEC 8 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h9 #define ENOEXEC 8 macro
/third_party/lwip/src/include/lwip/
Derrno.h55 #define ENOEXEC 8 /* Exec format error */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h8 #define ENOEXEC 8 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h9 #define ENOEXEC 8 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h8 #define ENOEXEC 8 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h8 #define ENOEXEC 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h9 #define ENOEXEC 8 macro
/third_party/musl/arch/mips/bits/
Derrno.h8 #define ENOEXEC 8 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h8 #define ENOEXEC 8 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h9 #define ENOEXEC 8 macro
/third_party/ltp/testcases/kernel/syscalls/init_module/
Dinit_module02.c43 {"zero-size", &buf, &zero_size, "", 0, 0, ENOEXEC},

123