Home
last modified time | relevance | path

Searched refs:O_EXEC (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/conform/data/
Dfcntl.h-data108 // Bug 18228: O_TTY_INIT, O_EXEC, O_SEARCH missing.
111 xfail-constant O_EXEC
/glibc-2.36/sysdeps/mach/hurd/
Dfexecve.c34 __dir_lookup (port, "", O_EXEC, 0, &doretry, retryname, &file)); in fexecve()
Dexecveat.c36 file_t file = __file_name_lookup_at (dirfd, flags, file_name, O_EXEC, 0); in __execveat()
Dspawni.c712 err = child_lookup (relpath = file, O_EXEC, 0, &execfile); in __spawni()
752 err = child_lookup (startp, O_EXEC, 0, &execfile); in __spawni()
894 err = child_lookup (_PATH_BSHELL, O_EXEC, 0, &execfile); in __spawni()
Dfaccessat.c200 flags |= O_EXEC; in __faccessat_common()
Ddl-sysdep.c290 assert (!(flags & ~(O_READ | O_EXEC | O_CLOEXEC))); in open_file()
579 err = open_file (file_name, O_EXEC, &file, NULL); in __rtld_execve()
/glibc-2.36/sysdeps/mach/hurd/bits/
Dfcntl.h35 # define O_EXEC 0x0004 /* Open for execution. */ macro
/glibc-2.36/manual/
Dllio.texi3658 possible to use @code{O_EXEC} explicitly, or specify no access modes
3677 @code{O_EXEC}), masking with @code{O_ACCMODE} may give incorrect
3702 @deftypevr Macro int O_EXEC
/glibc-2.36/ChangeLog.old/
DChangeLog.1835644 (O_EXEC): Likewise.