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

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dfcntl.h159 #define R_OK 4 macro
H A Dunistd.h63 #define R_OK 4 macro
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dnftw.c38 if (access(path, R_OK) < 0)
/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dtest.c323 return test_file_access(*t_wp, R_OK);
400 return test_st_mode(&s, R_OK);
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c1724 const int allowed_modes = R_OK | W_OK | X_OK;

Completed in 86 milliseconds