| /src/usr.bin/cksum/ |
| cksum.c | 114 const char *hashname; member in struct:hash 177 for (hash = hashes; hash->hashname != NULL; hash++) 181 if (hash->hashname == NULL) { 201 while (hashes[i].hashname != NULL) { 202 if (!strcasecmp(hashes[i].hashname, optarg)) { 233 hash->hashname); 340 strncmp(buf, hash->hashname, 341 strlen(hash->hashname)) != 0) { 348 nhash->hashname != NULL; 351 nhash->hashname, [all...] |
| /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/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/bind/dist/lib/dns/ |
| nsec3.c | 538 dns_name_t *hashname; local 561 hashname = dns_fixedname_initname(&fixed); 594 result = dns_db_findnsec3node(db, hashname, false, &newnode); 599 tresult = dns_dbiterator_seek3(dbit, hashname); 617 CHECK(dns_dbiterator_seek(dbit, hashname)); 746 CHECK(dns_db_findnsec3node(db, hashname, true, &newnode)); 758 CHECK(delnsec3(db, version, hashname, nsec3param, diff)); 762 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD, hashname, 793 CHECK(dns_db_findnsec3node(db, hashname, true, &newnode)); 823 CHECK(dns_dbiterator_seek(dbit, hashname)); 1405 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/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/usr.bin/vmstat/ |
| vmstat.c | 341 const char *histname, *hashname; local 344 histname = hashname = NULL; 364 hashname = optarg; 508 dohashstat(verbose, todo, hashname); 1935 dohashstat(int verbose, int todo, const char *hashname) 1947 dohashstat_sysctl(verbose, todo, hashname); 1967 if (hashname != NULL) { 1970 hashname) == 0 && 1976 warnx("%s: no such hash", hashname); 1992 if (hashname != NULL & [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| stabsread.c | 1035 i = hashname (sym->linkage_name ()); 4275 i = hashname (sym->linkage_name ()); 4546 hash = hashname (msymbol->linkage_name ()); 4717 hashname (const char *name) 4709 hashname (const char *name) function
|
| /src/external/gpl3/gdb/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/mpl/bind/dist/bin/dnssec/ |
| dnssec-signzone.c | 2030 dns_fixedname_t hashname; local 2041 dns_fixedname_init(&hashname); 2045 result = dns_nsec3_hashname(&hashname, hash, &hash_len, name, gorigin, 2061 result = dns_db_findnsec3node(gdb, dns_fixedname_name(&hashname), true, 2995 dns_name_t *hashname; local 3041 hashname = dns_fixedname_initname(&fname); 3047 result = dns_db_findnsec3node(gdb, hashname, false, &node);
|