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

/freebsd-11-stable/sbin/dhclient/
H A Dhash.c104 hash_lookup(struct hash_table *table, unsigned char *name, int len) function
H A Dclparse.c723 universe = ((struct universe *)hash_lookup(&universe_hash,
741 option = (struct option *)hash_lookup(universe->hash,
H A Ddhcpd.h329 void *hash_lookup(struct hash_table *, unsigned char *, int);
/freebsd-11-stable/contrib/binutils/gas/
H A Dhash.c154 hash_lookup (struct hash_control *table, const char *key, size_t len, function
232 p = hash_lookup (table, key, strlen (key), &list, &hash);
262 p = hash_lookup (table, key, strlen (key), &list, &hash);
299 p = hash_lookup (table, key, strlen (key), NULL, NULL);
322 p = hash_lookup (table, key, strlen (key), NULL, NULL);
337 p = hash_lookup (table, key, len, NULL, NULL);
353 p = hash_lookup (table, key, strlen (key), &list, NULL);

Completed in 116 milliseconds