Home | History | Annotate | Download | only in lib

Lines Matching defs:R_OK

48 # ifndef R_OK
49 # define R_OK 4
1363 if(stat(filename, &sbuf) || access(filename, R_OK))