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

/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Drevnetgroup.c74 typedef struct groupentrynode *groupentrylist; typedef in typeref:struct:groupentrynode
78 groupentrylist next;
84 static groupentrylist grouptable[TABLESIZE];
89 static void appendgroup(groupentrylist grlist, char *group);
90 static groupentrylist newentry(char *name, char *group);
153 groupentrylist entry;
208 static groupentrylist
211 groupentrylist new;
226 appendgroup(groupentrylist grlist, char *group)
245 groupentrylist ge
[all...]

Completed in 43 milliseconds