check_file_access 3014 src/fileio.c     return check_file_access (filename, Qfile_exists_p, F_OK);
check_file_access 3024 src/fileio.c     return check_file_access (filename, Qfile_executable_p, X_OK);
check_file_access 3032 src/fileio.c     return check_file_access (filename, Qfile_readable_p, R_OK);