Home
last modified time | relevance | path

Searched refs:fh_file_start (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c363 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;
H A Dfiles_common.h70 char *fh_file_start; member