Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dtst-spawn4.c47 TEST_VERIFY_EXIT (status == ENOEXEC); in do_test()
51 TEST_VERIFY_EXIT (status == ENOEXEC); in do_test()
Dexecvpe.c86 if (errno == ENOEXEC && exec_script) in __execvpe_common()
138 if (errno == ENOEXEC && exec_script) in __execvpe_common()
/glibc-2.36/sysdeps/unix/
Dgrantpt.c225 __set_errno (ENOEXEC); in grantpt()
242 __set_errno (ENOEXEC); in grantpt()
/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h44 ENOEXEC = 0x40000008, /* Exec format error */ enumerator
241 #define ENOEXEC 0x40000008 macro
/glibc-2.36/stdio-common/
Dtest-strerr.c60 #ifdef ENOEXEC in do_test()
61 TEST_COMPARE_STRING (strerrordesc_np (ENOEXEC), "Exec format error"); in do_test()
62 TEST_COMPARE_STRING (strerrorname_np (ENOEXEC), "ENOEXEC"); in do_test()
/glibc-2.36/sysdeps/gnu/
Derrlist.h53 #ifdef ENOEXEC
57 _S(ENOEXEC, N_("Exec format error"))
/glibc-2.36/conform/data/
Derrno.h-data73 macro-int-constant ENOEXEC {int} > 0
/glibc-2.36/sysdeps/unix/sysv/linux/
Dspawni.c78 && (args->xflags & SPAWN_XFLAGS_TRY_SHELL) && errno == ENOEXEC) in maybe_script_execute()
/glibc-2.36/hesiod/
Dhesiod.c120 __set_errno(ENOEXEC); in hesiod_init()
/glibc-2.36/sysdeps/mach/hurd/
Dspawni.c884 if ((err == ENOEXEC) && (xflags & SPAWN_XFLAGS_TRY_SHELL) != 0) in __spawni()
/glibc-2.36/manual/
Derrno.texi178 @deftypevr Macro int ENOEXEC
180 @errno{ENOEXEC, 8, Exec format error}
Dprocess.texi482 @item ENOEXEC
Dllio.texi1675 @item ENOEXEC
/glibc-2.36/
DNEWS2490 [23264] libc: posix_spawnp wrongly executes ENOEXEC in non compat mode
/glibc-2.36/ChangeLog.old/
DChangeLog.54759 * posix/execvp.c: If execv fails with ENOEXEC, run the shell on
DChangeLog.1883957 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.