Searched refs:hash_name (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.h51 int hash_name(int, const char *);
H A Diidesc.c65 return (hash_name(nbuckets, ii->ii_name));
H A Dhash.c75 hash_name(int nbuckets, const char *name) function
H A Dtdata.c107 return (hash_name(nbuckets, name));
/freebsd-9.3-release/contrib/groff/src/libs/libxutil/
H A DDviChar.c25 static int hash_name (const char *);
79 hash_name (const char *name) function
104 i = hash_name (map->dvi_names[c][s]) % DVI_HASH_SIZE;
120 i = hash_name (name) % DVI_HASH_SIZE;
/freebsd-9.3-release/contrib/groff/src/devices/xditview/
H A Ddevice.c62 static unsigned hash_name(const char *);
267 unsigned hash_name(const char *name) function
325 for (p = f->char_table[hash_name(name) % CHAR_TABLE_SIZE];; p = p->next) {
386 pp = &f->char_table[hash_name(name) % CHAR_TABLE_SIZE];
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drbt.c756 dns_name_t hash_name; local
786 dns_name_init(&hash_name, NULL);
795 &hash_name);
796 hash = dns_name_fullhash(&hash_name, ISC_FALSE);
799 tlabels, &hash_name);
813 if (dns_name_equal(&hnode_name, &hash_name))

Completed in 258 milliseconds