| /src/usr.sbin/veriexecgen/ |
| veriexecgen.c | 72 const char *hashname; /* algorithm name */ member in struct:hash_t 154 hash_type->hashname); 163 for (hash = hashes; hash->hashname != NULL; hash++) 164 if (strcasecmp(hash_type, hash->hashname) == 0) 416 (void)fprintf(fp, "%s %s %s %s\n", file, hash->hashname,
|
| /src/usr.bin/cksum/ |
| cksum.c | 115 const char *hashname; member in struct:hash 178 for (hash = hashes; hash->hashname != NULL; hash++) 182 if (hash->hashname == NULL) { 202 while (hashes[i].hashname != NULL) { 203 if (!strcasecmp(hashes[i].hashname, optarg)) { 234 hash->hashname); 342 strncmp(buf, hash->hashname, 343 strlen(hash->hashname)) != 0) { 350 nhash->hashname != NULL; 353 nhash->hashname, [all...] |
| /src/bin/csh/ |
| exec.c | 79 * hash(hashname("name"), i). This is setup automatically 83 * more expensive hashname() only once and the simple hash() several 104 static int hashname(Char *); 207 hashval = hashname(*av); 469 hashval = hash(hashname(str2short(dp->d_name)), i); 497 hashname(Char *cp) function 524 hashval = hashname(name);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| nsec3.c | 553 dns_name_t *hashname; local 576 hashname = dns_fixedname_initname(&fixed); 609 CHECK(dns_db_findnsec3node(db, hashname, true, &newnode)); 615 CHECK(dns_dbiterator_seek(dbit, hashname)); 753 CHECK(delnsec3(db, version, hashname, nsec3param, diff)); 757 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD, hashname, 788 CHECK(dns_db_findnsec3node(db, hashname, true, &newnode)); 807 CHECK(dns_dbiterator_seek(dbit, hashname)); 875 CHECK(delnsec3(db, version, hashname, nsec3param, diff)); 880 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD, hashname, 1402 dns_name_t *hashname; local [all...] |
| zoneverify.c | 629 dns_name_t *hashname; local 647 hashname = dns_fixedname_name(&fixed); 648 result = dns_db_findnsec3node(vctx->db, hashname, false, &node); 694 dns_name_t *hashname; local 741 hashname = dns_fixedname_name(&fixed); 742 result = dns_db_findnsec3node(vctx->db, hashname, false, &node); 753 dns_name_format(hashname, hashbuf, sizeof(hashbuf));
|
| /src/external/mpl/bind/dist/lib/dns/ |
| nsec3.c | 539 dns_name_t *hashname; local 562 hashname = dns_fixedname_initname(&fixed); 595 result = dns_db_findnsec3node(db, hashname, false, &newnode); 600 tresult = dns_dbiterator_seek3(dbit, hashname); 618 CHECK(dns_dbiterator_seek(dbit, hashname)); 747 CHECK(dns_db_findnsec3node(db, hashname, true, &newnode)); 759 CHECK(delnsec3(db, version, hashname, nsec3param, diff)); 763 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD, hashname, 794 CHECK(dns_db_findnsec3node(db, hashname, true, &newnode)); 824 CHECK(dns_dbiterator_seek(dbit, hashname)); 1417 dns_name_t *hashname; local [all...] |
| zoneverify.c | 630 dns_name_t *hashname = dns_fixedname_initname(&fixed); local 646 result = dns_db_findnsec3node(vctx->db, hashname, false, &node); 687 dns_name_t *hashname = dns_fixedname_initname(&fixed); local 719 result = dns_db_findnsec3node(vctx->db, hashname, false, &node); 730 dns_name_format(hashname, hashbuf, sizeof(hashbuf));
|
| /src/usr.bin/vmstat/ |
| vmstat.c | 341 const char *histname, *hashname; local 344 histname = hashname = NULL; 364 hashname = optarg; 508 dohashstat(verbose, todo, hashname); 1933 dohashstat(int verbose, int todo, const char *hashname) 1945 dohashstat_sysctl(verbose, todo, hashname); 1965 if (hashname != NULL) { 1968 hashname) == 0 && 1974 warnx("%s: no such hash", hashname); 1990 if (hashname != NULL & [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| stabsread.c | 3520 i = hashname (sym->linkage_name ()); 6760 i = hashname (sym->linkage_name ()); 7031 hash = hashname (msymbol->linkage_name ()); 7202 hashname (const char *name) 7194 hashname (const char *name) function
|
| /src/external/gpl3/gdb/dist/gdb/ |
| stabsread.c | 3522 i = hashname (sym->linkage_name ()); 6763 i = hashname (sym->linkage_name ()); 7034 hash = hashname (msymbol->linkage_name ()); 7205 hashname (const char *name) 7197 hashname (const char *name) function
|
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssec-signzone.c | 2110 dns_fixedname_t hashname; local 2121 dns_fixedname_init(&hashname); 2125 result = dns_nsec3_hashname(&hashname, hash, &hash_len, name, gorigin, 2141 result = dns_db_findnsec3node(gdb, dns_fixedname_name(&hashname), true, 3076 dns_name_t *hashname; local 3122 hashname = dns_fixedname_initname(&fname); 3128 result = dns_db_findnsec3node(gdb, hashname, false, &node);
|