Home
last modified time | relevance | path

Searched refs:init_hash (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/top/
H A Dusername.h16 void init_hash(void);
/freebsd/lib/libc/db/hash/
H A Dhash.c67 static HTAB *init_hash(HTAB *, const char *, const HASHINFO *);
128 if (!(hashp = init_hash(hashp, file, info))) in __hash_open()
267 init_hash(HTAB *hashp, const char *file, const HASHINFO *info) in init_hash() function