Searched refs:xlastp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/netdir/
H A Dnetdir.c638 struct xlate_list *xlp, **xlastp; local
646 for (xlp = xlistp, xlastp = &xlistp; xlp != NULL;
647 xlastp = &xlp->next, xlp = xlp->next) {
715 *xlastp = malloc(sizeof (struct xlate_list));
716 if (*xlastp == NULL) {
720 (*xlastp)->library = strdup(name);
721 if ((*xlastp)->library == NULL) {
723 free(*xlastp);
726 (*xlastp)->next = NULL;

Completed in 62 milliseconds