/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 155 ENOEXEC => "Exec format error", 1132 ENOEXEC = libc::ENOEXEC, 1277 libc::ENOEXEC => ENOEXEC, 1422 ENOEXEC = libc::ENOEXEC, 1540 libc::ENOEXEC => ENOEXEC, 1658 ENOEXEC [all...] |
/third_party/mksh/ |
H A D | os2.c | 433 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/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 75 ENOEXEC, "ENOEXEC", ENOEXEC}, {
|
H A D | 4-1.c | 70 ENOEXEC, "ENOEXEC"}, {
|
/third_party/elfutils/libdwfl/ |
H A D | linux-proc-maps.c | 179 return ENOEXEC; in grovel_auxv() 226 return ENOEXEC; in proc_maps_report() 278 int result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC; in proc_maps_report()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | compat.h | 42 #define ELIBBAD ENOEXEC
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
H A D | optimization_test.py | 122 if e.errno == errno.ENOEXEC:
|
H A D | warnings_test.py | 102 if e.errno == errno.ENOEXEC:
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 9 #define ENOEXEC 8 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 9 #define ENOEXEC 8 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 9 #define ENOEXEC 8 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 8 #define ENOEXEC 8 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 9 #define ENOEXEC 8 macro
|
/third_party/mesa3d/src/intel/tools/tests/ |
H A D | run-test.py | 51 if e.errno == errno.ENOEXEC:
|
/third_party/ltp/testcases/kernel/syscalls/init_module/ |
H A D | init_module02.c | 43 {"zero-size", &buf, &zero_size, "", 0, 0, ENOEXEC},
|
/third_party/ltp/testcases/kernel/syscalls/execve/ |
H A D | execve03.c | 16 * 6. ENOEXEC 35 * permissions - fails with ENOEXEC. 74 /* the file is zero length with execute permissions - ENOEXEC */ 75 {test_name6, ENOEXEC}
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 55 #define ENOEXEC 8 /* Exec format error */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 8 #define ENOEXEC 8 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 8 #define ENOEXEC 8 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 8 #define ENOEXEC 8 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 8 #define ENOEXEC 8 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 8 #define ENOEXEC 8 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 8 #define ENOEXEC 8 macro
|
/third_party/python/PC/ |
H A D | errmap.h | 55 return ENOEXEC; in winerror_to_errno()
|
/third_party/ffmpeg/libavutil/ |
H A D | error.c | 89 { EERROR_TAG(ENOEXEC), "Exec format error" },
|