Home
last modified time | relevance | path

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

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