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

/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetnetgrent.c222 * A netgrtab structure contains the hash-chain heads and the head/tail
238 struct netgrtab { struct
246 struct netgrtab *ngt;
252 /* === ? Change ngt_init() and ngt_destroy() to malloc/free struct netgrtab */
257 struct netgrtab *ngt;
302 struct netgrtab *ngt;
317 struct netgrtab *ngt;
340 struct netgrtab *ngt;
341 /* netgrtab goes on the heap, not the stack, because it's large and */
349 if ((ngt = (struct netgrtab *)mallo
[all...]

Completed in 56 milliseconds