access            571 exec/exec.c      if (access (buffer, X_OK))
access           1056 exec/exec.c      if (access (name, X_OK))
access            241 lib-src/seccomp-filter.c   RULE (SCMP_ACT_ALLOW, SCMP_SYS (access));
access             85 lib/euidaccess.c   return access (file, mode | EFF_ONLY_OK);
access            124 lib/euidaccess.c       result = access (file, mode);
access            146 lib/euidaccess.c     return access (file, mode);
access             88 lib/faccessat.c # define AT_FUNC_F2 access
access             94 lib/openat-proc.c             proc_status = access (dotdot_buf, F_OK) ? -1 : 1;
access            289 lib/unistd.in.h _GL_FUNCDECL_RPL (access, int, (const char *file, int mode)
access            291 lib/unistd.in.h _GL_CXXALIAS_RPL (access, int, (const char *file, int mode));
access            297 lib/unistd.in.h _GL_CXXALIAS_MDA (access, int, (const char *file, int mode));
access            299 lib/unistd.in.h _GL_CXXALIAS_SYS (access, int, (const char *file, int mode));
access            301 lib/unistd.in.h _GL_CXXALIASWARN (access);
access            306 lib/unistd.in.h _GL_WARN_ON_USE (access, "access does not always support X_OK - "
access            320 lib/unistd.in.h _GL_CXXALIAS_MDA (access, int, (const char *file, int mode));
access            322 lib/unistd.in.h _GL_CXXALIAS_SYS (access, int, (const char *file, int mode));
access            324 lib/unistd.in.h _GL_CXXALIASWARN (access);
access           6815 src/android.c    if (access (**argv, R_OK | X_OK))
access            204 src/androidvfs.c   int (*access) (struct android_vnode *, int);
access            877 src/androidvfs.c   return access (vp->name, mode);
access           6841 src/androidvfs.c   rc = (*vp->ops->access) (vp, mode);
access           3498 src/msdos.c          if (tmp && access (tmp, D_OK) == 0)
access           3881 src/msdos.c      if (access (name, F_OK) == 0)
access           4077 src/msdos.c      return access (path, mode);