O_PATH             43 lib/fencing/st_rhcs.c #if _POSIX_C_SOURCE < 200809L && !(defined(O_SEARCH) || defined(O_PATH))
O_PATH             48 lib/fencing/st_rhcs.c     const int dirfd = open(PCMK__FENCE_BINDIR, O_PATH);
O_PATH             55 lib/fencing/st_rhcs.c #if _POSIX_C_SOURCE < 200809L && !(defined(O_SEARCH) || defined(O_PATH))
O_PATH             84 lib/fencing/st_rhcs.c #if _POSIX_C_SOURCE >= 200809L || defined(O_SEARCH) || defined(O_PATH)
O_PATH             88 maint/gnulib/lib/fchmodat.c #  if defined O_PATH && defined AT_EMPTY_PATH
O_PATH             93 maint/gnulib/lib/fchmodat.c       int fd = openat (dir, file, O_PATH | O_NOFOLLOW | O_CLOEXEC);
O_PATH             48 maint/gnulib/lib/lchmod.c #if defined O_PATH && defined AT_EMPTY_PATH
O_PATH             53 maint/gnulib/lib/lchmod.c   int fd = open (file, O_PATH | O_NOFOLLOW | O_CLOEXEC);