Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dtst-execveat.c82 #ifdef O_PATH in do_test()
104 #ifdef O_PATH in do_test()
106 fd = xopen ("/bin", O_PATH | O_DIRECTORY, O_RDONLY); in do_test()
112 fd = xopen ("/usr", O_PATH | O_DIRECTORY, 0); in do_test()
133 #ifdef O_PATH in do_test()
138 fd = xopen ("/bin/sh", O_PATH, 0); in do_test()
164 fd_out = xopen (symlink_name, O_PATH, 0); in do_test()
Dtst-fexecve.c77 #ifdef O_PATH in do_test()
78 fd = open ("/bin/sh", O_RDONLY | O_PATH); in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dfchmodat.c43 O_PATH | O_NOFOLLOW | O_CLOEXEC); in fchmodat()
Dtst-o_path-locks.c91 xclose (xopen (path, O_PATH, 0)); in do_test()
Dtst-getcwd-smallbuff.c138 O_RDONLY | O_PATH | O_DIRECTORY | O_NOFOLLOW, 0); in child_func()
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dfcntl-linux.h150 # define O_PATH __O_PATH /* Resolve pathname but do not open file. */ macro
/glibc-2.36/ChangeLog.old/
DChangeLog.ports-alpha619 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_PATH): Define.
DChangeLog.ports-m68k824 (O_PATH): Define.
DChangeLog.ports-mips1702 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
DChangeLog.ports-arm1692 * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (O_PATH): Define.
DChangeLog.225494 manual: Clarify File Access Modes section and add O_PATH
DChangeLog.2113936 Linux: Emulate fchmodat with AT_SYMLINK_NOFOLLOW using O_PATH [BZ #14578]
DChangeLog.1894793 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
/glibc-2.36/manual/
Dprocess.texi423 Linux) the @code{O_PATH} flag.
Dllio.texi3646 @deftypevr Macro int O_PATH
3676 If a non-standard file access mode is used (such as @code{O_PATH} or
Dfilesys.texi1271 is created, which may have been opened with @code{O_PATH} or