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

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_nswparse.c101 struct __nsw_lookup_v1 *nex, *cur; local
102 for (cur = cfp->lookups; cur; cur = nex) {
104 nex = cur->next;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnsparse.c738 struct __nsw_lookup_v1 *nex, *cur; local
739 for (cur = cfp->lookups; cur; cur = nex) {
741 nex = cur->next;
756 struct __nsw_lookup *nex, *cur; local
757 for (cur = cfp->lookups; cur; cur = nex) {
759 nex = cur->next;

Completed in 2951 milliseconds