R_OK              170 TSRM/tsrm_virtual_cwd.h #ifndef R_OK
R_OK               19 ext/gd/libgd/gdft.c #ifndef R_OK
R_OK               26 ext/gd/libgd/gdft.c #ifndef R_OK
R_OK              386 ext/gd/libgd/gdft.c 			if (access(fullname, R_OK) == 0) {
R_OK              406 ext/gd/libgd/gdft.c 	if (access(fullname, R_OK) == 0) {	\
R_OK              167 ext/posix/posix.c 	REGISTER_LONG_CONSTANT("POSIX_R_OK", R_OK, CONST_CS | CONST_PERSISTENT);
R_OK              784 ext/standard/filestat.c #ifdef R_OK
R_OK              786 ext/standard/filestat.c 					RETURN_BOOL(VCWD_ACCESS(local, R_OK) == 0);