Searched refs:O_EXEC (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/conform/data/ |
D | fcntl.h-data | 108 // Bug 18228: O_TTY_INIT, O_EXEC, O_SEARCH missing. 111 xfail-constant O_EXEC
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | fexecve.c | 34 __dir_lookup (port, "", O_EXEC, 0, &doretry, retryname, &file)); in fexecve()
|
D | execveat.c | 36 file_t file = __file_name_lookup_at (dirfd, flags, file_name, O_EXEC, 0); in __execveat()
|
D | spawni.c | 712 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()
|
D | faccessat.c | 200 flags |= O_EXEC; in __faccessat_common()
|
D | dl-sysdep.c | 290 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/ |
D | fcntl.h | 35 # define O_EXEC 0x0004 /* Open for execution. */ macro
|
/glibc-2.36/manual/ |
D | llio.texi | 3658 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/ |
D | ChangeLog.18 | 35644 (O_EXEC): Likewise.
|