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

/u-boot/fs/yaffs2/
H A Dyportenv.h282 #ifndef R_OK
283 #define R_OK 4 macro
H A Dyaffsfs.c2249 if (amode & ~(R_OK | W_OK | X_OK)) {
2270 if ((amode & R_OK) && !(obj->yst_mode & S_IREAD))

Completed in 92 milliseconds