Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/nsswitch/nis/common/
H A Dgetnetgrent.c245 ngt_init(ngt) in ngt_init() argument
246 struct netgrtab *ngt; in ngt_init()
248 (void) memset((void *)ngt, 0, sizeof (*ngt));
249 ngt->expand_lastp = &ngt->expand_first;
256 ngt_insert(ngt, name, namelen) in ngt_insert() argument
257 struct netgrtab *ngt; in ngt_insert()
272 head = &ngt->hash_heads[hashval % HASHMOD];
294 *ngt->expand_lastp = cur;
295 ngt->expand_lastp = &cur->expand_next;
301 ngt_next(ngt) in ngt_next() argument
[all …]