O_SEARCH           41 lib/fencing/st_rhcs.c #if _POSIX_C_SOURCE < 200809L && !(defined(O_SEARCH) || defined(O_PATH))
O_SEARCH           43 lib/fencing/st_rhcs.c #elif defined(O_SEARCH)
O_SEARCH           44 lib/fencing/st_rhcs.c     const int dirfd = open(PCMK__FENCE_BINDIR, O_SEARCH);
O_SEARCH           53 lib/fencing/st_rhcs.c #if _POSIX_C_SOURCE < 200809L && !(defined(O_SEARCH) || defined(O_PATH))
O_SEARCH           82 lib/fencing/st_rhcs.c #if _POSIX_C_SOURCE >= 200809L || defined(O_SEARCH) || defined(O_PATH)