access
access(strname, X_OK) == 0) ||
i = !access(short2str(ep), R_OK);
i = !access(short2str(ep), W_OK);
i = !access(short2str(ep), X_OK);
if (p && access(p, R_OK) == -1)
res = access(path, amode);
if (tp && (tp->flag & ISSET) && access(tp->val.s, X_OK) != 0) {
ret = access(path, mode);
if (s[0] == '/' && access(s, W_OK|X_OK) == 0 &&
if (!fflg && !access(to, F_OK)) {
if (iflg && !access(from, F_OK)) {
} else if (stdin_ok && access(to, W_OK) && !stat(to, &sb)) {
} else if (access(nm, R_OK | W_OK | X_OK) == -1) {
if ((access(name, R_OK | W_OK | X_OK) == -1) &&
if (!stdin_ok || S_ISLNK(sp->st_mode) || !access(name, W_OK) ||
return access(nm, R_OK) == 0;
return access(nm, W_OK) == 0;
return access(nm, X_OK) == 0;
return access(nm, F_OK) == 0;
deposit = location[position].up * (location[position].access || position == FINAL);
location[position].access = 1;
if (location[position].access || tempwiz) {
if (!location[position].access)
if (access(datfile, R_OK) < 0) {
int access(const char *, int);
PROTO_NORMAL(access);
# define ACCESS(FN, MODE) access((FN), (MODE)&(R_OK|W_OK))
# define ACCESS access
int (*access)(const char *, int);
void (*access) (fuse_req_t req, fuse_ino_t ino, int mask);
CHECK_OPT(access);
err = f->op.access(realname, mask);
.access = ifuse_ops_access,
if (access(search_dirs[i], R_OK) < 0)
if (access(full_tty, 0) != 0)
ATF_REQUIRE(access((char *)-1, mode[i]) != 0);
ATF_REQUIRE(access("/usr", -1) != 0);
ATF_REQUIRE(access("/etc/passwd//", mode[i]) != 0);
ATF_REQUIRE(access("", mode[i]) != 0);
ATF_REQUIRE(access(buf, mode[i]) != 0);
ATF_REQUIRE(access(path, mode[i]) != 0);
ATF_REQUIRE(access(NULL, mode[i]) != 0);
if (access(ret, F_OK) != 0) {
test_capture(char *dev_name, char *dev_full, int access, int use_poll)
access == ACCESS_READ ? "READ" : "MMAP",
if (access == ACCESS_READ)
access == ACCESS_READ ? "_read" : "_mmap",
if (access(filename, R_OK) == 0)
if (access(filename, W_OK) == 0)
if (access(filename, X_OK) == 0)
if (access(filename, F_OK) == 0)
UV_SHOULD_SUCCEED((access(filename, R_OK) == -1), "access");
UV_SHOULD_SUCCEED((access(filename, R_OK) == -1), "access");
UV_SHOULD_SUCCEED((access("poop", R_OK) == -1), "access");
UV_SHOULD_SUCCEED((access("poop", R_OK) == -1), "access");
UV_SHOULD_SUCCEED((access("../subdir1/poop", R_OK) == -1), "access");
UV_SHOULD_SUCCEED((access(uv_file1, R_OK) == -1), "access");
UV_SHOULD_ENOENT((access(uv_file2, R_OK) == -1), "access");
UV_SHOULD_ENOENT((access("/etc/passwd", R_OK) == -1), "access");
UV_SHOULD_SUCCEED((access(uv_dir1, R_OK) == -1), "access");
UV_SHOULD_ENOENT((access(uv_dir2, R_OK) == -1), "access");
UV_SHOULD_ENOENT((access("/", R_OK) == -1), "access");
UV_SHOULD_ENOENT((access("/home", F_OK) == -1), "access");
UV_SHOULD_SUCCEED((access(uv_file1, R_OK) == -1), "access");
UV_SHOULD_ENOENT((access(uv_file2, R_OK) == -1), "access");
UV_SHOULD_SUCCEED((access(uv_dir1, R_OK) == -1), "access");
UV_SHOULD_ENOENT((access(uv_dir2, R_OK) == -1), "access");
UV_SHOULD_ENOENT((access("/", R_OK) == -1), "access");
UV_SHOULD_ENOENT((access("/home", F_OK) == -1), "access");
EXPECT_OK(access(".", R_OK | W_OK | X_OK));
EXPECT_OK(access("sub", R_OK | W_OK | X_OK));
EXPECT_OK(access(mnt, F_OK));
EXPECT_ERRNO(access(mnt, R_OK), EACCES);
EXPECT_ERRNO(access(mnt, W_OK), EACCES);
EXPECT_ERRNO(access(mnt, X_OK), EACCES);
if (access(ret, F_OK) != 0) {
if (access(_PATH_RUNCOM, R_OK) != -1) {
if (access(_PATH_RC, R_OK) != -1) {
if (access(_PATH_RC, R_OK) != -1) {
if (access( "/etc/crypto-policies/config", F_OK ) != 0 ) {
if (size > sc->sc_pmregs[reg].access)
size = sc->sc_pmregs[reg].access;
if (size > sc->sc_pmregs[reg].access)
size = sc->sc_pmregs[reg].access;
bus_size_t size, access;
access = 0;
size = access = 1;
access = 2;
access = 1 << fadt->x_pm1a_evt_blk.access_size;
access = 2;
access = 1 << fadt->x_pm1a_cnt_blk.access_size;
access = 2;
access = 1 << fadt->x_pm1b_evt_blk.access_size;
access = 2;
access = 1 << fadt->x_pm1b_cnt_blk.access_size;
access = size;
access = 1 << fadt->x_pm2_cnt_blk.access_size;
access = 4;
access = 1 << fadt->x_pm_tmr_blk.access_size;
access = 1;
access = 1 << fadt->x_gpe0_blk.access_size;
access = 1;
access = 1 << fadt->x_gpe1_blk.access_size;
sc->sc_pmregs[reg].access = min(access, 4);
int access;
rtw_access_string(enum rtw_access access)
switch (access) {
rtw_set_access(struct rtw_regs *regs, enum rtw_access access)
rtw_set_access1(regs, access);
rtw_access_string(access)));
regs->r_access = access;
.access = ttm_bo_vm_access
} access;
display->access.any_task_allowed = any_task_allowed;
display->access.allowed_task = allowed_task;
if (display->access.any_task_allowed ||
display->access.allowed_task == curproc)
if (display->access.allowed_task)
display->access.allowed_task->comm,
task_pid_vnr(display->access.allowed_task));
display->access.allowed_task->p_p->ps_comm,
display->access.allowed_task->p_p->ps_pid);
.access = vm_access,
.access = vm_access,
.access = vm_access_ttm,
bool access;
access = i915_gem_object_has_struct_page(obj) ||
return access;
.access = ttm_bo_vm_access
.access = ttm_bo_vm_access,
u_int32_t access, byte = 0;
access = CSR_READ_4(sc, BGE_NVRAM_ACCESS);
CSR_WRITE_4(sc, BGE_NVRAM_ACCESS, access | BGE_NVRAMACC_ENABLE);
CSR_WRITE_4(sc, BGE_NVRAM_ACCESS, access);
uint8_t access;
uint8_t access;
uint8_t access;
uint8_t access;
enum ice_aq_res_access_type access)
status = ice_acquire_res(hw, ICE_GLOBAL_CFG_LOCK_RES_ID, access,
ice_acquire_change_lock(struct ice_hw *hw, enum ice_aq_res_access_type access)
return ice_acquire_res(hw, ICE_CHANGE_LOCK_RES_ID, access,
enum ice_aq_res_access_type access, uint8_t sdp_number,
cmd_resp->access_type = htole16(access);
enum ice_aq_res_access_type access, uint32_t timeout)
status = ice_aq_req_res(hw, res, access, 0, &time_left, NULL);
res, access);
status = ice_aq_req_res(hw, res, access, 0, &time_left, NULL);
if (access == ICE_RES_WRITE)
ice_acquire_nvm(struct ice_hw *hw, enum ice_aq_res_access_type access)
return ice_acquire_res(hw, ICE_NVM_RES_ID, access, ICE_NVM_TIMEOUT);
enum ixgbe_aci_res_access_type access, uint32_t timeout)
status = ixgbe_aci_req_res(hw, res, access, 0, &res_timeout);
status = ixgbe_aci_req_res(hw, res, access, 0, &res_timeout);
enum ixgbe_aci_res_access_type access)
return ixgbe_acquire_res(hw, IXGBE_NVM_RES_ID, access,
enum ixgbe_aci_res_access_type access, uint32_t timeout);
enum ixgbe_aci_res_access_type access);
enum ixgbe_aci_res_access_type access, uint8_t sdp_number,
cmd_resp->access_type = htole16(access);
d = access(cp == local ? "/" : cp ? local : ".", W_OK);
if ((d = access(new, F_OK)) == -1)
if (access(local, W_OK) == -1) {
d = access(dir == local ? "/" : dir ? local : ".", W_OK);
(access(_PATH_HUSHLOGIN, F_OK) == 0));
if (access(file, F_OK) >= 0)
*req.q.query == '\0' || access(path, F_OK) == -1)
if (access(cmd, X_OK) == 0) {
if (access(page->file + 1, R_OK) == -1) {
if (access(DIFFTOOL, X_OK) != 0) {
if (access(curbp->b_fname, F_OK|R_OK) != 0) {
if (access(cmd, F_OK) == -1)
if(access(fname, F_OK) == 0) {
if ((access(dname, R_OK | X_OK)) == -1) {
} else if ((access(fname, W_OK) == -1)) {
} else if (access(dp, W_OK) == -1 && errno == EACCES) {
if (access(dp, W_OK) && errno == EACCES) {
done = access(file1, 0) && access(file2, 0);
if (access(name, R_OK) == -1 || stat(name, &stb) == -1) {
if (access("distfile", R_OK) == 0)
else if (access("Distfile", R_OK) == 0)
if (access(distfile, R_OK) != 0)
if (access(outfile, W_OK) == -1)
if (access(shell, X_OK) == -1) {
if (strchr(argv0, '/') != NULL && access(argv0, X_OK) != 0)
|| access(result, R_OK | W_OK) != 0) {
|| access(result, R_OK | W_OK | X_OK) != 0) {
&& access(result, R_OK | W_OK | X_OK) == 0) {
if (access(termcap, F_OK) == 0) {
if (access(data, X_OK) == 0)
if (access(shell, X_OK) != 0)
access(frp->name, W_OK))))
access(prog, X_OK) == 0) {
access(filename, X_OK) == 0) {
if (access(_PATH_WTMP, 0) != 0 && errno == ENOENT)
if (access(certdir, R_OK) == -1) {
if (access(chngdir, R_OK) == -1) {
if (access(file, X_OK|R_OK)) {
} else if (access("options", F_OK) == 0)
if (access(source, R_OK) == 0) {
if (access(file, X_OK | R_OK) == -1) {
if (access(src, R_OK) == 0) {
if (name && acctfile && access(acctfile, 02) >= 0 &&
if (access(".", 2) == 0)
fd = access("/", 2);
fd = access(file, 2);
if (access( "/etc/crypto-policies/config", F_OK ) != 0 ) {
if (access(X509_get_default_cert_file(), R_OK) == 0)
if (access(X509_get_default_cert_dir(), F_OK) == 0)
enum access maxaccess, enum status status, const char *description,
enum access, enum status, const char *, const char *,
enum access access;
%type <access> access
MAXACCESS access STATUS status DESCRIPTION TEXT
moduleaccesspart : MINACCESS access
access : descriptor {
enum access maxaccess;
if (access( "/etc/crypto-policies/config", F_OK ) != 0 ) {
if (access(logfn, W_OK) == -1)
accres = access(myname, F_OK);