Home
last modified time | relevance | path

Searched refs:hashname (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.exec.c142 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/bin/sh/
H A Dexec.c543 hashname(const char *p) in hashname() function
573 pp = &cmdtable[hashname(name)]; in cmdlookup()
603 i = hashname(e->cmdname) + 1; in itercmd()
/freebsd/contrib/sendmail/mail.local/
H A Dmail.local.c186 const char *hashname __P((char *));
1092 hashname(name),
1693 hashname(name) in hashname() function
/freebsd/contrib/unbound/services/
H A Dauthzone.c2904 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()