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

/ast/src/cmd/3d/
H A Daccess3d.c52 case R_OK:
57 if (state.path.level && (st.st_mode&(S_IWUSR|S_IWGRP|S_IWOTH)) && !ACCESS(sp, R_OK))
75 if (mode & (R_OK|W_OK|X_OK))
80 if (mode & R_OK) test |= S_IRUSR;
86 if (mode & R_OK) test |= S_IRGRP;
92 if (mode & R_OK) test |= S_IROTH;
/ast/src/lib/libast/comp/
H A Deaccess.c82 if (flags & R_OK)
94 if (flags & R_OK)
123 if (flags & R_OK)
/ast/src/cmd/ie/
H A Dio.h184 #ifndef R_OK
188 # define R_OK 4 /* readable by caller */ macro
189 #endif /* R_OK */
228 #define fisread(fd) (io_access(fd,R_OK)==0)
/ast/src/lib/libast/path/
H A Dpathprobe.c322 if (eaccess(path, R_OK))
/ast/src/cmd/sort/
H A Dsfopen.c212 if (n > 0 || n == 0 && !access(path, R_OK))
/ast/src/cmd/builtin/
H A Dlook.c283 if (!eaccess(dict[n], R_OK))
/ast/src/lib/libast/port/
H A Dmc.c82 i = eaccess(catalog, R_OK);
/ast/src/lib/libdll/
H A Ddllscan.c423 if (!eaccess(p, R_OK))
/ast/src/cmd/ksh93/bltins/
H A Dtest.c320 return(permission(arg, R_OK));
/ast/src/lib/libtksh/src/
H A Dfilecmd.c150 mode = R_OK;
/ast/src/lib/libpp/
H A Dppsearch.c481 fd = (flags & SEARCH_INCLUDE) ? open(pp.path, O_RDONLY) : eaccess(pp.path, R_OK);
/ast/src/lib/libtksh/tcl/
H A DtclCmdAH.c785 mode = R_OK;
/ast/src/lib/libast/misc/
H A Dfastfind.c204 if (!eaccess(fp->encode.file, R_OK|W_OK))
/ast/src/lib/libcs/
H A Dcsopen.c54 if (eaccess(state->mount, R_OK|W_OK|X_OK))

Completed in 32 milliseconds