Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetnetgrent.c400 struct netgrnam **expand_lastp; member
408 ngt->expand_lastp = &ngt->expand_first; in ngt_init()
452 *ngt->expand_lastp = cur; in ngt_insert()
453 ngt->expand_lastp = &cur->expand_next; in ngt_insert()
465 ngt->expand_lastp = &ngt->expand_first; in ngt_next()
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetnetgrent.c240 struct netgrnam **expand_lastp; member
249 ngt->expand_lastp = &ngt->expand_first;
294 *ngt->expand_lastp = cur;
295 ngt->expand_lastp = &cur->expand_next;
310 ngt->expand_lastp = &ngt->expand_first;