Searched refs:O_PATH (Results 1 – 16 of 16) sorted by relevance
/glibc-2.36/posix/ |
D | tst-execveat.c | 82 #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()
|
D | tst-fexecve.c | 77 #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/ |
D | fchmodat.c | 43 O_PATH | O_NOFOLLOW | O_CLOEXEC); in fchmodat()
|
D | tst-o_path-locks.c | 91 xclose (xopen (path, O_PATH, 0)); in do_test()
|
D | tst-getcwd-smallbuff.c | 138 O_RDONLY | O_PATH | O_DIRECTORY | O_NOFOLLOW, 0); in child_func()
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | fcntl-linux.h | 150 # define O_PATH __O_PATH /* Resolve pathname but do not open file. */ macro
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.ports-alpha | 619 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_PATH): Define.
|
D | ChangeLog.ports-m68k | 824 (O_PATH): Define.
|
D | ChangeLog.ports-mips | 1702 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
|
D | ChangeLog.ports-arm | 1692 * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (O_PATH): Define.
|
D | ChangeLog.22 | 5494 manual: Clarify File Access Modes section and add O_PATH
|
D | ChangeLog.21 | 13936 Linux: Emulate fchmodat with AT_SYMLINK_NOFOLLOW using O_PATH [BZ #14578]
|
D | ChangeLog.18 | 94793 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
|
/glibc-2.36/manual/ |
D | process.texi | 423 Linux) the @code{O_PATH} flag.
|
D | llio.texi | 3646 @deftypevr Macro int O_PATH 3676 If a non-standard file access mode is used (such as @code{O_PATH} or
|
D | filesys.texi | 1271 is created, which may have been opened with @code{O_PATH} or
|