access
if (access(file, 0) < 0) /* Cannot access file. */
else if (access(file, 2) != 0) /* Set write flag */
if (access(yank_file, 0) == 0 || (fd = creat(yank_file, 0644)) < 0) {
if (!fflg && !access(to, F_OK)) {
} else if (access(to, W_OK) && !stat(to, &sb) && isatty(STDIN_FILENO)) {
if (access(arcn->name, R_OK | W_OK | X_OK) < 0) {
if ((access(name, R_OK | W_OK | X_OK) < 0) &&
(!access(name, W_OK)
if (access(shell, X_OK) == -1) {
if (access(helper, X_OK) != 0) {
if (strchr(argv0, '/') != NULL && access(argv0, X_OK) != 0)
(location[position].access || position == FINAL);
location[position].access = 1;
if (location[position].access || wiz || tempwiz) {
if (!location[position].access) {
fp->was_pos_file = (access(fp->posfile, W_OK) >= 0);
obscene->was_pos_file = (access(obscene->posfile, W_OK) >= 0);
if (access(datfile, R_OK) < 0) {
if (access(savefilename, 0) == 0) { /* restore game if need to */
if (access(_PATH_WUMPINFO, R_OK)) {
int access(const char *, int);
if (doaccess && access(name, R_OK) != 0) {
data->access = 0; /* Used for sems. */
if (!(data->access & shm_access)) {
data->access, shm_access);
data->access = shm_access;
int access; /* Used only for sems to avoid a segfault when try to
access(LOCAL_CERT_FILE, R_OK) == 0)
access(BASE_CERT_FILE, R_OK) == 0)
if (access(pathname, F_OK) == 0) { /* We found it */
&& access(buf, R_OK) == 0
if (access(tty, W_OK|R_OK) == -1)
if (access(_PATH_CLOCK, F_OK) != 0)
wall_clock = (access(_PATH_CLOCK, F_OK) == 0);
if (ac > 1 && av[ac - 1][0] == '/' && access(av[ac - 1], R_OK) == 0) {
if (ac > 1 && av[ac - 1][0] == '/' && access(av[ac - 1], R_OK) == 0)
if (ac > 1 && av[ac - 1][0] == '/' && access(av[ac - 1], R_OK) == 0)
access(argv[0], 0) == -1) {
access(argv[0], 0) == -1) {
access(argv[0], 0) == -1)
#define SAMINOR(ctl, unit, mode, access) \
(mode << 0x2) | (access & 0x3))
int access;
.access = CTLTYPE_INT | CTLFLAG_RW
.access = CTLTYPE_INT | CTLFLAG_RD
.access = CTLTYPE_INT | CTLFLAG_RD
.access = CTLTYPE_INT | CTLFLAG_RW
.access = CTLTYPE_INT | CTLFLAG_RW
.access = CTLTYPE_INT | CTLFLAG_RW
.access = CTLTYPE_INT | CTLFLAG_RD
.access = CTLTYPE_INT | CTLFLAG_RD
.access = CTLTYPE_INT | CTLFLAG_RW
.access = CTLTYPE_INT | CTLFLAG_RW
.access = CTLTYPE_INT | CTLFLAG_RW
.access = CTLTYPE_INT | CTLFLAG_RD
.access = CTLTYPE_INT | CTLFLAG_RD
.access = CTLTYPE_INT | CTLFLAG_RW
.access = CTLTYPE_INT | CTLFLAG_RW
.access = CTLTYPE_INT | CTLFLAG_RW
.access = CTLTYPE_INT | CTLFLAG_RD
.access = CTLTYPE_INT | CTLFLAG_RD
.access = CTLTYPE_INT | CTLFLAG_RD
.access = CTLTYPE_INT | CTLFLAG_RW
.access = CTLTYPE_INT | CTLFLAG_RW
acpi_hp_sysctls[i].name, acpi_hp_sysctls[i].access,
int (*access)(struct vm_area_struct *vma, unsigned long addr,
.access = ttm_bo_vm_access
uint32_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);
u_int8_t access;
VNODEOP_DESC_INIT(access);
int size, int access, struct dbreg * d);
kx86_64_set_watch(int watchnum, unsigned int watchaddr, int size, int access,
switch (access) {
mask |= access;
int size, int access, struct dbreg * d);
kx86_64_set_watch(int watchnum, unsigned int watchaddr, int size, int access,
switch (access) {
mask |= access;
#define SYSCTL_NODE(parent, nbr, name, access, handler, descr) \
SYSCTL_OID(parent, nbr, name, CTLTYPE_NODE|(access), \
#define SYSCTL_ADD_NODE(ctx, parent, nbr, name, access, handler, descr) \
sysctl_add_oid(ctx, parent, nbr, name, CTLTYPE_NODE|(access), \
#define SYSCTL_STRING(parent, nbr, name, access, arg, len, descr) \
SYSCTL_OID(parent, nbr, name, CTLTYPE_STRING|(access), \
#define SYSCTL_ADD_STRING(ctx, parent, nbr, name, access, arg, len, descr) \
sysctl_add_oid(ctx, parent, nbr, name, CTLTYPE_STRING|(access), \
#define SYSCTL_INT(parent, nbr, name, access, ptr, val, descr) \
CTLTYPE_INT|CTLFLAG_NOLOCK|(access), \
#define SYSCTL_ADD_INT(ctx, parent, nbr, name, access, ptr, val, descr) \
CTLTYPE_INT|CTLFLAG_NOLOCK|(access), \
#define SYSCTL_QUAD(parent, nbr, name, access, ptr, val, descr) \
CTLTYPE_QUAD|CTLFLAG_NOLOCK|(access), \
#define SYSCTL_ADD_QUAD(ctx, parent, nbr, name, access, ptr, val, descr) \
CTLTYPE_QUAD|CTLFLAG_NOLOCK|(access), \
#define SYSCTL_UQUAD(parent, nbr, name, access, ptr, val, descr) \
CTLTYPE_UQUAD|CTLFLAG_NOLOCK|(access), \
#define SYSCTL_ADD_UQUAD(ctx, parent, nbr, name, access, ptr, val, descr) \
CTLTYPE_UQUAD|CTLFLAG_NOLOCK|(access), \
#define SYSCTL_UINT(parent, nbr, name, access, ptr, val, descr) \
CTLTYPE_UINT|CTLFLAG_NOLOCK|(access), \
#define SYSCTL_ADD_UINT(ctx, parent, nbr, name, access, ptr, val, descr) \
CTLTYPE_UINT|CTLFLAG_NOLOCK|(access), \
#define SYSCTL_LONG(parent, nbr, name, access, ptr, val, descr) \
CTLTYPE_LONG|CTLFLAG_NOLOCK|(access), \
#define SYSCTL_ADD_LONG(ctx, parent, nbr, name, access, ptr, descr) \
CTLTYPE_LONG|CTLFLAG_NOLOCK|(access), \
#define SYSCTL_ULONG(parent, nbr, name, access, ptr, val, descr) \
CTLTYPE_ULONG|CTLFLAG_NOLOCK|(access), \
#define SYSCTL_ADD_ULONG(ctx, parent, nbr, name, access, ptr, descr) \
CTLTYPE_ULONG|CTLFLAG_NOLOCK|(access), \
#define SYSCTL_S8(parent, nbr, name, access, ptr, val, descr) \
SYSCTL_OID(parent, nbr, name, CTLTYPE_S8|(access), \
#define SYSCTL_ADD_S8(ctx, parent, nbr, name, access, ptr, descr) \
sysctl_add_oid(ctx, parent, nbr, name, CTLTYPE_S8|(access), \
#define SYSCTL_S16(parent, nbr, name, access, ptr, val, descr) \
SYSCTL_OID(parent, nbr, name, CTLTYPE_S16|(access), \
#define SYSCTL_ADD_S16(ctx, parent, nbr, name, access, ptr, descr) \
sysctl_add_oid(ctx, parent, nbr, name, CTLTYPE_S16|(access), \
#define SYSCTL_S32(parent, nbr, name, access, ptr, val, descr) \
SYSCTL_OID(parent, nbr, name, CTLTYPE_S32|(access), \
#define SYSCTL_ADD_S32(ctx, parent, nbr, name, access, ptr, descr) \
sysctl_add_oid(ctx, parent, nbr, name, CTLTYPE_S32|(access), \
#define SYSCTL_S64(parent, nbr, name, access, ptr, val, descr) \
SYSCTL_OID(parent, nbr, name, CTLTYPE_S64|(access), \
#define SYSCTL_ADD_S64(ctx, parent, nbr, name, access, ptr, descr) \
sysctl_add_oid(ctx, parent, nbr, name, CTLTYPE_S64|(access), \
#define SYSCTL_U8(parent, nbr, name, access, ptr, val, descr) \
SYSCTL_OID(parent, nbr, name, CTLTYPE_U8|(access), \
#define SYSCTL_ADD_U8(ctx, parent, nbr, name, access, ptr, descr) \
sysctl_add_oid(ctx, parent, nbr, name, CTLTYPE_U8|(access), \
#define SYSCTL_U16(parent, nbr, name, access, ptr, val, descr) \
SYSCTL_OID(parent, nbr, name, CTLTYPE_U16|(access), \
#define SYSCTL_ADD_U16(ctx, parent, nbr, name, access, ptr, descr) \
sysctl_add_oid(ctx, parent, nbr, name, CTLTYPE_U16|(access), \
#define SYSCTL_U32(parent, nbr, name, access, ptr, val, descr) \
SYSCTL_OID(parent, nbr, name, CTLTYPE_U32|(access), \
#define SYSCTL_ADD_U32(ctx, parent, nbr, name, access, ptr, descr) \
sysctl_add_oid(ctx, parent, nbr, name, CTLTYPE_U32|(access), \
#define SYSCTL_U64(parent, nbr, name, access, ptr, val, descr) \
SYSCTL_OID(parent, nbr, name, CTLTYPE_U64|(access), \
#define SYSCTL_ADD_U64(ctx, parent, nbr, name, access, ptr, descr) \
sysctl_add_oid(ctx, parent, nbr, name, CTLTYPE_U64|(access), \
#define SYSCTL_BIT32(parent, nbr, name, access, ptr, val, bit, descr) \
CTLTYPE_BIT32(bit)|CTLFLAG_NOLOCK|(access), \
#define SYSCTL_ADD_BIT32(ctx, parent, nbr, name, access, ptr, val, bit, descr) \
CTLTYPE_BIT32(bit)|CTLFLAG_NOLOCK|(access), \
#define SYSCTL_BIT64(parent, nbr, name, access, ptr, val, bit, descr) \
CTLTYPE_BIT64(bit)|CTLFLAG_NOLOCK|(access), \
#define SYSCTL_ADD_BIT64(ctx, parent, nbr, name, access, ptr, val, bit, descr) \
CTLTYPE_BIT64(bit)|CTLFLAG_NOLOCK|(access), \
#define SYSCTL_OPAQUE(parent, nbr, name, access, ptr, len, fmt, descr) \
SYSCTL_OID(parent, nbr, name, CTLTYPE_OPAQUE|(access), \
#define SYSCTL_ADD_OPAQUE(ctx, parent, nbr, name, access, ptr, len, fmt, descr) \
sysctl_add_oid(ctx, parent, nbr, name, CTLTYPE_OPAQUE|(access), \
#define SYSCTL_STRUCT(parent, nbr, name, access, ptr, type, descr) \
SYSCTL_OID(parent, nbr, name, CTLTYPE_OPAQUE|(access), \
#define SYSCTL_ADD_STRUCT(ctx, parent, nbr, name, access, ptr, type, descr) \
sysctl_add_oid(ctx, parent, nbr, name, CTLTYPE_OPAQUE|(access), \
#define SYSCTL_PROC(parent, nbr, name, access, ptr, arg, handler, fmt, descr) \
SYSCTL_OID(parent, nbr, name, (access), \
#define SYSCTL_ADD_PROC(ctx, parent, nbr, name, access, ptr, arg, handler, fmt, descr) \
sysctl_add_oid(ctx, parent, nbr, name, (access), \
struct access_args access;
KTR_INFO(KTR_DIRFS, dirfs, access, 5,
if (access(newPath, R_OK) == 0)
if (access(calendarNoMail, F_OK) == 0)
if (access(candidate, X_OK) == 0 &&
if (access(_PATH_WTMPX, R_OK) == 0)
rv = access(srcpath, R_OK);
rv = access(srcpath, R_OK);
quietlog = access(_PATH_HUSHLOGIN, F_OK) == 0;
if (cw != NULL && access(cw, F_OK) == 0)
if (access(file, 0) >= 0)
if (access(temp, F_OK) != -1)
if (access(outfile, F_OK) < 0)
(host[0] == '/' && access(DV = host, R_OK | W_OK) == 0)) {
if (access (LI, F_OK | X_OK) != 0) {
if (access (LO, F_OK | X_OK) != 0) {
if (access(UNITSFILE, F_OK) == 0)
if (access(PATH_DPORTS, R_OK | X_OK) != 0)
access(b, R_OK | X_OK) != 0) {
if (access(candidate, X_OK) == 0 &&
error = access(path, F_OK);
error = access(AUTO_INCLUDE_PATH, F_OK);
error = access(AUTO_INCLUDE_PATH, F_OK);
if (access(file, X_OK | R_OK)) {
if (access(keym, R_OK) == -1) {
if (access(fn, R_OK) == -1) {
if (name && acctfile && access(acctfile, 02) >= 0 &&
ret = access(dfname, R_OK);
if (access(file, 4) < 0) {
if (access(directory, W_OK) == 0) {
#define SYSCTL_NODE(parent, nbr, name, access, handler, descr) struct __hack
#define SYSCTL_INT(parent, nbr, name, access, ptr, val, descr) struct __hack
#define SYSCTL_LONG(parent, nbr, name, access, ptr, val, descr) struct __hack
else if (access(argp, R_OK)) {
if (access(file, F_OK) == 0) {
if (access(shellpath, X_OK) == 0)
if (access(shellpath, X_OK) == 0)
if (access((char *)&buf, R_OK) == -1) {
if (access(loginfile, R_OK|X_OK) != 0) {
if (access(loginfile, R_OK|X_OK)) {
if (access(slparmsfile, R_OK|X_OK) != 0) {
if (access(slparmsfile, R_OK|X_OK))
if (access(logoutfile, R_OK|X_OK) != 0) {
if (access(logoutfile, R_OK|X_OK) == 0) {
if (access(zoneinfo_file, R_OK) != 0) {
&& access(fromname, F_OK) == 0 && !itsdir(fromname)) {
accres = access(myname, F_OK);