Searched refs:R_OK (Results 1 – 5 of 5) sorted by relevance
26 if (file == NULL || (type & ~(R_OK|W_OK|X_OK|F_OK)) != 0) in __euidaccess()
33 if (file == NULL || (type & ~(R_OK|W_OK|X_OK|F_OK)) != 0) in __access()
29 || (type & ~(R_OK|W_OK|X_OK|F_OK)) != 0) in faccessat()
125 # ifndef R_OK /* Verbatim from <unistd.h>. Ugh. */128 # define R_OK 4 /* Test for read permission. */ macro
145 if (faccessat (dir_fd, "some-file", R_OK, AT_EACCESS)) in do_test()
Completed in 6 milliseconds