Home
last modified time | relevance | path

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
78 groupentrylist next;
84 static groupentrylist grouptable[TABLESIZE];
89 static void appendgroup(groupentrylist grlist, char *group);
90 static groupentrylist newentry(char *name, char *group);
151 groupentrylist entry; in dumptable()
206 static groupentrylist
209 groupentrylist new; in newentry()
224 appendgroup(groupentrylist grlist, char *group) in appendgroup()
249 groupentrylist gel; in enter()
[all …]