HomeSort by: relevance | last modified time | path
    Searched refs:group_entry (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/ypserv/revnetgroup/
hash.h 51 struct group_entry { struct
54 struct group_entry *next;
63 char *lookup(struct group_entry **, const char *);
66 void store(struct group_entry **, const char *, const char *);
hash.c 124 lookup(struct group_entry **table, const char *key)
126 struct group_entry *cur;
157 store(struct group_entry *table[], const char *key, const char *data)
159 struct group_entry *new;
164 new = (struct group_entry *)malloc(sizeof(struct group_entry));
revnetgroup.c 66 struct group_entry *gtable[TABLESIZE];
85 struct group_entry *gcur;
parse_netgroup.c 89 extern struct group_entry *gtable[];

Completed in 23 milliseconds