Searched refs:hashname (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/lib/libkeynote/ |
| D | auxil.c | 335 char *hashname; in keynote_add_htable() local 345 hashname = as->as_authorizer_string_s; in keynote_add_htable() 347 hashname = as->as_authorizer; in keynote_add_htable() 349 if (hashname == NULL) in keynote_add_htable() 355 i = keynote_keyhash(hashname, as->as_signeralgorithm); in keynote_add_htable()
|
| /openbsd/src/bin/csh/ |
| D | exec.c | 93 static int hashname(Char *); 196 hashval = hashname(*av); in doexec() 449 hashval = hash(hashname(str2short(dp->d_name)), i); in dohash() 475 hashname(Char *cp) in hashname() function 500 hashval = hashname(name); in iscommand()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | buildsym.h | 270 extern int hashname (char *name);
|
| D | coffread.c | 1431 int hash = hashname (name); in patch_opaque_types() 1653 int i = hashname (DEPRECATED_SYMBOL_NAME (sym)); in process_coff_symbol()
|
| D | buildsym.c | 1088 hashname (char *name) in hashname() function
|
| D | stabsread.c | 914 i = hashname (DEPRECATED_SYMBOL_NAME (sym)); in define_symbol() 4064 i = hashname (DEPRECATED_SYMBOL_NAME (sym)); in common_block_end() 4233 hash = hashname (DEPRECATED_SYMBOL_NAME (msymbol)); in scan_file_globals()
|
| D | mdebugread.c | 665 int bucket = hashname (DEPRECATED_SYMBOL_NAME (s)); in parse_symbol()
|
| D | ChangeLog-1992 | 5529 * buildsym.c: Moved hashname() function here from dbxread.c. 5576 * coffread.c (hashname): Remove; use common version in buildsym.c. 5605 * dbxread.c (hashname): Remove; moved to buildsym.c.
|
| D | ChangeLog-2000 | 3867 * buildsym.c (hashname): Change to use hash function from bcache.c/.h
|
| D | ChangeLog-1993 | 3082 * stabsread.c, buildsym.c (hashname): Moved function to
|
| /openbsd/src/sbin/unwind/libunbound/services/ |
| D | authzone.c | 2904 az_nsec3_hashname(struct auth_zone* z, uint8_t* hashname, size_t* hashnmlen, in az_nsec3_hashname() argument 2917 ret = sldns_b32_ntop_extended_hex(hash, hlen, (char*)(hashname+1), in az_nsec3_hashname() 2921 hashname[0] = (uint8_t)ret; in az_nsec3_hashname() 2925 memmove(hashname+ret, z->name, z->namelen); in az_nsec3_hashname()
|
| /openbsd/src/usr.sbin/unbound/services/ |
| D | authzone.c | 2904 az_nsec3_hashname(struct auth_zone* z, uint8_t* hashname, size_t* hashnmlen, in az_nsec3_hashname() argument 2917 ret = sldns_b32_ntop_extended_hex(hash, hlen, (char*)(hashname+1), in az_nsec3_hashname() 2921 hashname[0] = (uint8_t)ret; in az_nsec3_hashname() 2925 memmove(hashname+ret, z->name, z->namelen); in az_nsec3_hashname()
|