Home | History | Annotate | Download | only in Efi

Lines Matching defs:R_OK

598 existence, or the inclusive-OR of R_OK, W_OK, and X_OK.");

620 #ifndef R_OK
621 #define R_OK 4
7134 #ifdef R_OK
7135 if (ins(d, "R_OK", (long)R_OK)) return -1;