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

123456

/macosx-10.10.1/ruby-106/ruby/missing/
H A Dfile.h15 #ifndef R_OK
16 # define R_OK 4 /* test whether readable. */ macro
/macosx-10.10.1/emacs-93/emacs/nt/inc/sys/
H A Dfile.h9 #define R_OK 4 macro
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dunistd.h47 #ifndef R_OK
48 #define R_OK 4 macro
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dunistd.h54 #ifndef R_OK
55 #define R_OK 4 macro
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Deaccess.c82 if (flags & R_OK)
94 if (flags & R_OK)
123 if (flags & R_OK)
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dmake-temp-file.c36 #include <sys/file.h> /* May get R_OK, etc. on some systems. */
39 #ifndef R_OK
40 #define R_OK 4 macro
72 && access (dir, R_OK | W_OK | X_OK) == 0)
H A Dmake-relative-prefix.c66 #ifndef R_OK
67 #define R_OK 4 macro
/macosx-10.10.1/system_cmds-643.1.1/zic.tproj/
H A Dprivate.h87 #include "unistd.h" /* for F_OK and R_OK */
94 #ifndef R_OK
95 #define R_OK 4 macro
96 #endif /* !defined R_OK */
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcinst/
H A Dmisc.c236 if (access (buf, R_OK) == 0)
257 if (doCreate || access (buf, R_OK) == 0)
282 if (access (buf, R_OK) == 0)
312 if (access (buf, R_OK) == 0)
332 if (access (buf, R_OK) == 0)
H A DSQLInstallDriverEx.c142 if ((ptr = getenv (envname)) && access (ptr, R_OK | W_OK | X_OK) == 0)
152 if (access ("/boot/beos/system/lib", R_OK | W_OK | X_OK) == 0)
158 if (access ("/usr/local/lib", R_OK | W_OK | X_OK) == 0)
166 if (access ("/boot/home/config/lib", R_OK | W_OK | X_OK) == 0)
172 if (access ("/usr/lib", R_OK | W_OK | X_OK) == 0)
196 if (access (path, R_OK | W_OK | X_OK) == 0)
232 if (lpszPathIn && access (lpszPathIn, R_OK | W_OK | X_OK))
H A DSQLInstallDriver.c152 if (access (ptr, R_OK | W_OK | X_OK) == 0)
178 if (access (lpszPath, R_OK | W_OK | X_OK) == 0)
192 if (access (lpszPath, R_OK | W_OK | X_OK) == 0)
212 if (access (lpszPath, R_OK | W_OK | X_OK) == 0)
/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dprogs.priv.h142 #ifndef R_OK
143 #define R_OK 4 /* Test for readable. */ macro
H A Dtoe.c92 if (_nc_is_dir_path(path) && access(path, R_OK | X_OK) == 0) {
97 if (_nc_is_file_path(path) && access(path, R_OK) == 0) {
104 if (_nc_is_file_path(path) && access(path, R_OK) == 0) {
107 if (_nc_is_file_path(filename) && access(filename, R_OK) == 0) {
/macosx-10.10.1/ICU-531.30/icuSources/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 */
/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dprivate.h125 #include "unistd.h" /* for F_OK, R_OK, and other POSIX goodness */
132 #ifndef R_OK
133 #define R_OK 4 macro
134 #endif /* !defined R_OK */
/macosx-10.10.1/uucp-11/uucp/unix/
H A Daccess.c19 if (access (zfile, R_OK) == 0)
H A Dindir.c124 if (! fsuser_access (&s, freadable ? R_OK : W_OK, zuser))
H A Duacces.c197 if ((imode & R_OK) != 0)
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Deaccess.c48 #if !defined (R_OK)
49 #define R_OK 4 macro
53 #endif /* R_OK */
/macosx-10.10.1/libxml2-26/libxml2/
H A Dcheck-xinclude-test-suite.py80 if os.access(URI, os.R_OK) == 0:
96 if os.access(output, os.R_OK) == 0:
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dcheck-xinclude-test-suite.py80 if os.access(URI, os.R_OK) == 0:
96 if os.access(output, os.R_OK) == 0:
/macosx-10.10.1/cups-408/cups/vcnet/
H A Dconfig.h80 # define R_OK 04 macro
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Daccess.c125 return access(head, R_OK | W_OK | X_OK);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dunistd.h92 #define R_OK (1<<2) /* test for read permission */ macro
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A De_os.h237 # ifndef R_OK
238 # define R_OK 4 macro

Completed in 293 milliseconds

123456