| /src/external/bsd/nsd/dist/ |
| nsec3.c | 919 char hashbuf[512]; local 921 (void)b32_ntop(hash, sizeof(hash), hashbuf, sizeof(hashbuf)); 945 dname_to_string(to_prove, NULL), hashbuf, reversebuf));
|
| nsec3.c | 919 char hashbuf[512]; local 921 (void)b32_ntop(hash, sizeof(hash), hashbuf, sizeof(hashbuf)); 945 dname_to_string(to_prove, NULL), hashbuf, reversebuf));
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-dedup.c | 571 char hashbuf[CTF_SHA1_SIZE]; local 609 ctf_sha1_fini (&hash, hashbuf); 611 if ((hval = intern (fp, strdup (hashbuf))) == NULL) 926 ctf_sha1_fini (&hash, hashbuf); 928 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
|
| ctf-dedup.c | 571 char hashbuf[CTF_SHA1_SIZE]; local 609 ctf_sha1_fini (&hash, hashbuf); 611 if ((hval = intern (fp, strdup (hashbuf))) == NULL) 926 ctf_sha1_fini (&hash, hashbuf); 928 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-dedup.c | 572 char hashbuf[CTF_SHA1_SIZE]; local 610 ctf_sha1_fini (&hash, hashbuf); 612 if ((hval = intern (fp, strdup (hashbuf))) == NULL) 928 ctf_sha1_fini (&hash, hashbuf); 930 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
|
| ctf-dedup.c | 572 char hashbuf[CTF_SHA1_SIZE]; local 610 ctf_sha1_fini (&hash, hashbuf); 612 if ((hval = intern (fp, strdup (hashbuf))) == NULL) 928 ctf_sha1_fini (&hash, hashbuf); 930 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
|
| /src/external/mpl/bind/dist/lib/dns/ |
| zoneverify.c | 690 char hashbuf[DNS_NAME_FORMATSIZE]; local 753 dns_name_format(hashname, hashbuf, sizeof(hashbuf)); 755 namebuf, hashbuf);
|
| zoneverify.c | 690 char hashbuf[DNS_NAME_FORMATSIZE]; local 753 dns_name_format(hashname, hashbuf, sizeof(hashbuf)); 755 namebuf, hashbuf);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| zoneverify.c | 690 char hashbuf[DNS_NAME_FORMATSIZE]; local 753 dns_name_format(hashname, hashbuf, sizeof(hashbuf)); 755 namebuf, hashbuf);
|
| zoneverify.c | 690 char hashbuf[DNS_NAME_FORMATSIZE]; local 753 dns_name_format(hashname, hashbuf, sizeof(hashbuf)); 755 namebuf, hashbuf);
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-dedup.c | 573 char hashbuf[CTF_SHA1_SIZE]; local 611 ctf_sha1_fini (&hash, hashbuf); 613 if ((hval = intern (fp, strdup (hashbuf))) == NULL) 932 ctf_sha1_fini (&hash, hashbuf); 934 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
|
| ctf-dedup.c | 573 char hashbuf[CTF_SHA1_SIZE]; local 611 ctf_sha1_fini (&hash, hashbuf); 613 if ((hval = intern (fp, strdup (hashbuf))) == NULL) 932 ctf_sha1_fini (&hash, hashbuf); 934 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-dedup.c | 573 char hashbuf[CTF_SHA1_SIZE]; local 611 ctf_sha1_fini (&hash, hashbuf); 613 if ((hval = intern (fp, strdup (hashbuf))) == NULL) 932 ctf_sha1_fini (&hash, hashbuf); 934 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
|
| ctf-dedup.c | 573 char hashbuf[CTF_SHA1_SIZE]; local 611 ctf_sha1_fini (&hash, hashbuf); 613 if ((hval = intern (fp, strdup (hashbuf))) == NULL) 932 ctf_sha1_fini (&hash, hashbuf); 934 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
|
| /src/usr.bin/vmstat/ |
| vmstat.c | 1941 void *hashaddr, *hashbuf, *nhashbuf, *nextaddr; local 1951 hashbuf = NULL; 2024 if (hashbuf == NULL || thissize > hashbufsize) { 2025 if ((nhashbuf = realloc(hashbuf, thissize)) == NULL) 2026 errx(1, "malloc hashbuf %llu", 2028 hashbuf = nhashbuf; 2031 deref_kptr(hashaddr, hashbuf, thissize, 2036 hashtbl_list = hashbuf; 2041 hashtbl_slist = hashbuf; 2046 hashtbl_tailq = hashbuf; [all...] |
| vmstat.c | 1941 void *hashaddr, *hashbuf, *nhashbuf, *nextaddr; local 1951 hashbuf = NULL; 2024 if (hashbuf == NULL || thissize > hashbufsize) { 2025 if ((nhashbuf = realloc(hashbuf, thissize)) == NULL) 2026 errx(1, "malloc hashbuf %llu", 2028 hashbuf = nhashbuf; 2031 deref_kptr(hashaddr, hashbuf, thissize, 2036 hashtbl_list = hashbuf; 2041 hashtbl_slist = hashbuf; 2046 hashtbl_tailq = hashbuf; [all...] |
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssec-signzone.c | 809 unsigned char *hashbuf; member in struct:hashlist 822 l->hashbuf = malloc(l->size * l->length); 823 if (l->hashbuf == NULL) { 828 l->hashbuf = NULL; 834 if (l->hashbuf) { 835 free(l->hashbuf); 836 l->hashbuf = NULL; 849 l->hashbuf = realloc(l->hashbuf, l->size * l->length); 850 if (l->hashbuf == NULL) [all...] |
| dnssec-signzone.c | 809 unsigned char *hashbuf; member in struct:hashlist 822 l->hashbuf = malloc(l->size * l->length); 823 if (l->hashbuf == NULL) { 828 l->hashbuf = NULL; 834 if (l->hashbuf) { 835 free(l->hashbuf); 836 l->hashbuf = NULL; 849 l->hashbuf = realloc(l->hashbuf, l->size * l->length); 850 if (l->hashbuf == NULL) [all...] |
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 15016 char hashbuf[64], flagbuf[64], iterbuf[64]; local 15028 strlcpy(hashbuf, ptr, sizeof(hashbuf)); 15041 n = snprintf(nbuf, sizeof(nbuf), "%s %s %s", hashbuf,
|
| server.c | 15016 char hashbuf[64], flagbuf[64], iterbuf[64]; local 15028 strlcpy(hashbuf, ptr, sizeof(hashbuf)); 15041 n = snprintf(nbuf, sizeof(nbuf), "%s %s %s", hashbuf,
|