check_file_access 2984 src/fileio.c     return check_file_access (filename, Qfile_exists_p, F_OK);
check_file_access 2994 src/fileio.c     return check_file_access (filename, Qfile_executable_p, X_OK);
check_file_access 3002 src/fileio.c     return check_file_access (filename, Qfile_readable_p, R_OK);