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             90 lib/openat-proc.c             proc_status = access (dotdot_buf, F_OK) ? -1 : 1;
access            268 lib/unistd.in.h _GL_FUNCDECL_RPL (access, int, (const char *file, int mode)
access            270 lib/unistd.in.h _GL_CXXALIAS_RPL (access, int, (const char *file, int mode));
access            276 lib/unistd.in.h _GL_CXXALIAS_MDA (access, int, (const char *file, int mode));
access            278 lib/unistd.in.h _GL_CXXALIAS_SYS (access, int, (const char *file, int mode));
access            280 lib/unistd.in.h _GL_CXXALIASWARN (access);
access            285 lib/unistd.in.h _GL_WARN_ON_USE (access, "access does not always support X_OK - "
access            299 lib/unistd.in.h _GL_CXXALIAS_MDA (access, int, (const char *file, int mode));
access            301 lib/unistd.in.h _GL_CXXALIAS_SYS (access, int, (const char *file, int mode));
access            303 lib/unistd.in.h _GL_CXXALIASWARN (access);
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);