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

12

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcwindows.h71 #ifndef R_OK
72 #define R_OK 4 macro
H A Dfccompat.c76 #ifndef R_OK
77 #define R_OK 4 /* Test for read permission. */ macro
H A Dfccfg.c33 #if defined (_WIN32) && !defined (R_OK)
34 #define R_OK 4 macro
2397 if (access ((char *) path, R_OK) == 0)
/xsrc/external/mit/libXau/dist/
H A DAuGetAddr.c71 if (access (auth_name, R_OK) != 0) /* checks REAL id */
H A DAuGetBest.c74 if (access (auth_name, R_OK) != 0) /* checks REAL id */
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXw32defs.h77 # define R_OK 4 macro
/xsrc/external/mit/libICE/dist/src/
H A Dgetauth.c146 if (access (filename, R_OK) != 0) /* checks REAL id */
H A Dauthutil.c348 if (access (filename, R_OK) != 0) /* checks REAL id */
/xsrc/external/mit/xedit/dist/lisp/
H A Drequire.c115 if (access(filename, R_OK) == 0) {
/xsrc/external/mit/ctwm/dist/
H A Dimage.c241 if(!access(ret, R_OK)) {
249 if(!access(ret, R_OK)) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_apm.c168 if (access( APM_PROC, R_OK ) ||
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_apm.c167 if (access(APM_PROC, R_OK) || ((pfd = open(APM_PROC, O_RDONLY)) == -1)) {
/xsrc/external/bsd/libuuid_ul/dist/
H A Dgen_uuid.c393 return (access("/dev/random", R_OK) == 0 ||
394 access("/dev/urandom", R_OK) == 0);
/xsrc/external/mit/xf86-video-intel/dist/src/
H A Dintel_device.c112 if (access(path, R_OK) == 0)
116 if (access(path, R_OK) == 0)
/xsrc/external/mit/xf86-video-intel-2014/dist/src/
H A Dintel_device.c106 if (access(path, R_OK) == 0)
110 if (access(path, R_OK) == 0)
/xsrc/external/mit/xconsole/dist/
H A Dxconsole.c208 !access("/dev/console", R_OK|W_OK))
250 if (access(app_resources.file, R_OK) == 0)
/xsrc/external/mit/imake/dist/
H A Dimake.c656 if (access(filename, R_OK) < 0)
659 if (access("Imakefile", R_OK) < 0) {
660 if (access("imakefile", R_OK) < 0)
754 if (access(fname, R_OK) == 0) {
/xsrc/external/mit/xedit/dist/
H A Dutil.c210 if (access(file, R_OK) != 0)
213 if (access(file, R_OK | W_OK) == 0)
227 if (access(temp, R_OK | W_OK | X_OK) == 0)
/xsrc/external/mit/xinit/dist/
H A Dxinit.c139 if (access(vec[0], R_OK) == 0) {
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunInit.c275 if (access (device, R_OK | W_OK) == -1)
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcFile.c46 #define isreadable(f) ((access((f), R_OK) != -1) ? 1 : 0)
/xsrc/external/mit/xman/dist/
H A Dmisc.c807 if (access(filename, R_OK) == 0) {
879 if (access(filename, R_OK) == 0) {
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunInit.c286 if (access (device, R_OK | W_OK) == -1)
/xsrc/external/mit/libXt/dist/src/
H A DIntrinsic.c979 ret = (access(path, R_OK) == 0 && /* exists and is readable */
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_dri.c1449 return access(DRI_DRIVER_PATH "/i830_dri.so", R_OK) == 0;

Completed in 30 milliseconds

12