Searched refs:AT_EACCESS (Results 1 – 8 of 8) sorted by relevance
99 #define AT_EACCESS 0x200 /* Test access permitted for macro
12 Note that laccess() is never passing AT_EACCESS so a lot of the49 + Note that laccess() is never passing AT_EACCESS so a lot of the discussion in
12 Note that laccess() is never passing AT_EACCESS so a lot of the47 + Note that laccess() is never passing AT_EACCESS so a lot of the discussion in
32 if (flag & ~(AT_SYMLINK_NOFOLLOW | AT_EACCESS))
166 # define AT_EACCESS 0x200 /* Test access permitted for macro
409 if (flags & ~(AT_EACCESS | AT_SYMLINK_NOFOLLOW | AT_EMPTY_PATH)) in do_faccessat()417 if (!(flags & AT_EACCESS)) { in do_faccessat()