Searched refs:sep_listp (Results 1 – 1 of 1) sorted by relevance
288 free_sharepnt_list(struct sharepnt_ent *sep_listp) in free_sharepnt_list() argument292 for (; sep_listp != NULL; sep_listp = nextp) { in free_sharepnt_list()293 nextp = sep_listp->se_next; in free_sharepnt_list()294 free_sharepnt_ent(sep_listp); in free_sharepnt_list()296 free(sep_listp); in free_sharepnt_list()