Searched refs:group_entry (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_union_multi.c | 253 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 D | hash.c | 124 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 D | hash.h | 51 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 D | revnetgroup.c | 66 struct group_entry *gtable[TABLESIZE]; 85 struct group_entry *gcur; in main()
|
H A D | parse_netgroup.c | 89 extern struct group_entry *gtable[];
|