Home | History | Annotate | Download | only in Modules

Lines Matching defs:R_OK

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

1569 #ifndef R_OK
1570 #define R_OK 4
9063 #ifdef R_OK
9064 if (ins(d, "R_OK", (long)R_OK)) return -1;