Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/
H A Disl_union_multi.c253 struct isl_hash_table_entry *group_entry; in FN() local
261 group_entry = isl_hash_table_find(ctx, &u->table, hash, in FN()
263 if (!group_entry || group_entry == isl_hash_table_entry_none) in FN()
264 return group_entry; in FN()
265 if (reserve && !group_entry->data) { in FN()
268 group_entry->data = group; in FN()
270 group = group_entry->data; in FN()
294 struct isl_hash_table_entry *group_entry; in FN() local
304 group_entry = isl_hash_table_find(ctx, &u->table, hash, in FN()
306 if (!group_entry) in FN()
[all …]
/netbsd-src/usr.sbin/ypserv/revnetgroup/
H A Dhash.c124 lookup(struct group_entry **table, const char *key) in lookup()
126 struct group_entry *cur; in lookup()
157 store(struct group_entry *table[], const char *key, const char *data) in store()
159 struct group_entry *new; in store()
164 new = (struct group_entry *)malloc(sizeof(struct group_entry)); in store()
H A Dhash.h51 struct group_entry { struct
54 struct group_entry *next; argument
63 char *lookup(struct group_entry **, const char *);
66 void store(struct group_entry **, const char *, const char *);
H A Drevnetgroup.c66 struct group_entry *gtable[TABLESIZE];
85 struct group_entry *gcur; in main()
H A Dparse_netgroup.c89 extern struct group_entry *gtable[];