Searched refs:hashname (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/tcsh/ |
| H A D | sh.exec.c | 142 int hashname (Char *); 261 hashval = havhash ? hashname(*av) : 0; in doexec() 739 hashval = hashname(str2short(dp->d_name)); in dohash() 747 hashval = hashname(str2short(dp->d_name)); in dohash() 751 hashname(str2short(dp->d_name)), i, dp->d_name); in dohash() 753 hashval = hash(hashname(str2short(dp->d_name)), i); in dohash() 801 hashname(Char *cp) in hashname() function 825 hashval = havhash ? hashname(name) : 0; in iscommand() 1134 hashval = havhash ? hashname(cmd) : 0; in find_cmd() 1185 return havhash?hashname(cp):0;
|
| /freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evppkey_rsa_sigalg.txt | 128 # and that {hashname} is replaced with the actual hash name: 130 # echo -n 'Hello World' | openssl dgst -hex -sign key.pem -{hashname}
|
| /freebsd/bin/sh/ |
| H A D | exec.c | 545 hashname(const char *p) in hashname() function 575 pp = &cmdtable[hashname(name)]; in cmdlookup() 605 i = hashname(e->cmdname) + 1; in itercmd()
|
| /freebsd/contrib/sendmail/mail.local/ |
| H A D | mail.local.c | 186 const char *hashname __P((char *)); 1092 hashname(name), 1693 hashname(name) in hashname() function
|
| /freebsd/contrib/unbound/services/ |
| H A D | authzone.c | 2894 az_nsec3_hashname(struct auth_zone* z, uint8_t* hashname, size_t* hashnmlen, in az_nsec3_hashname() argument 2907 ret = sldns_b32_ntop_extended_hex(hash, hlen, (char*)(hashname+1), in az_nsec3_hashname() 2911 hashname[0] = (uint8_t)ret; in az_nsec3_hashname() 2915 memmove(hashname+ret, z->name, z->namelen); in az_nsec3_hashname()
|