Home
last modified time | relevance | path

Searched refs:R_OK (Results 1 – 5 of 5) sorted by relevance

/io/
A Deuidaccess.c26 if (file == NULL || (type & ~(R_OK|W_OK|X_OK|F_OK)) != 0) in __euidaccess()
A Daccess.c33 if (file == NULL || (type & ~(R_OK|W_OK|X_OK|F_OK)) != 0) in __access()
A Dfaccessat.c29 || (type & ~(R_OK|W_OK|X_OK|F_OK)) != 0) in faccessat()
A Dfcntl.h125 # ifndef R_OK /* Verbatim from <unistd.h>. Ugh. */
128 # define R_OK 4 /* Test for read permission. */ macro
A Dtst-faccessat.c145 if (faccessat (dir_fd, "some-file", R_OK, AT_EACCESS)) in do_test()

Completed in 6 milliseconds