Searched defs:R_OK (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/tools/tzcode/
H A Dprivate.h108 #include "unistd.h" /* for F_OK, R_OK, and other POSIX goodness */
114 #ifndef R_OK
115 #define R_OK 4 macro
116 #endif /* !defined R_OK */
/external/openssl/
H A De_os.h358 # ifndef R_OK
359 # define R_OK 4 macro
/external/bluetooth/glib/gio/
H A Dglocalfileinfo.c72 #ifndef R_OK
73 #define R_OK 4 macro
847 g_access (path, R_OK) == 0);
/external/openssl/apps/
H A Dca.c96 # define R_OK 4 macro
869 if (access(outdir,R_OK|W_OK|X_OK) != 0)
871 if (_access(outdir,R_OK|W_OK|X_OK) != 0)

Completed in 102 milliseconds