Searched refs:fh_file_start (Results 1 – 2 of 2) sorted by relevance
363 free(fhp->fh_file_start); in _nss_files_hash_destroy()364 fhp->fh_file_start = NULL; in _nss_files_hash_destroy()485 if ((fhp->fh_file_start = malloc((ssize_t)st.st_size + 1)) == NULL)491 if (read(fd, fhp->fh_file_start, (ssize_t)st.st_size) !=499 fhp->fh_file_end = fhp->fh_file_start + (off_t)st.st_size;525 for (cp = fhp->fh_file_start; cp < fhp->fh_file_end; cp++)543 cp = fhp->fh_file_start;
70 char *fh_file_start; member