Searched defs:nbuf (Results 1 - 12 of 12) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dttl.c154 char nbuf[64]; /* Number buffer */ local
169 char *np = nbuf;
173 INSIST(np - nbuf <= (int)sizeof(nbuf));
174 result = isc_parse_uint32(&n, nbuf, 10);
H A Dopenssleddsa_link.c226 isc_buffer_t *nbuf = NULL; local
239 result = isc_buffer_allocate(dctx->mctx, &nbuf, length);
243 (void) isc_buffer_copyregion(nbuf, &r);
244 (void) isc_buffer_copyregion(nbuf, data);
246 dctx->ctxdata.generic = nbuf;
H A Dnta.c535 char nbuf[DNS_NAME_FORMATSIZE]; local
547 dns_name_format(name, nbuf, sizeof(nbuf));
552 first ? "" : "\n", nbuf,
595 char nbuf[DNS_NAME_FORMATSIZE], tbuf[80];
603 dns_name_format(name, nbuf, sizeof(nbuf));
606 fprintf(fp, "%s: %s %s\n", nbuf,
676 char nbuf[DNS_NAME_FORMATSIZE + 1], tbuf[80]; local
684 isc_buffer_init(&b, nbuf, sizeo
[all...]
H A Dpkcs11eddsa_link.c96 isc_buffer_t *nbuf = NULL; local
109 result = isc_buffer_allocate(dctx->mctx, &nbuf, length);
113 (void) isc_buffer_copyregion(nbuf, &r);
114 (void) isc_buffer_copyregion(nbuf, data);
116 dctx->ctxdata.generic = nbuf;
H A Dgssapictx.c349 char nbuf[DNS_NAME_FORMATSIZE]; local
365 dns_name_format(name, nbuf, sizeof(nbuf));
399 if ((strcasecmp(sname, nbuf) == 0)
422 char nbuf[DNS_NAME_FORMATSIZE]; local
439 dns_name_format(name, nbuf, sizeof(nbuf));
478 nname = strchr(nbuf, '.');
488 if ((strcasecmp(sname, nbuf) == 0)
H A Dresolver.c6535 char nbuf[DNS_NAME_FORMATSIZE]; local
6539 dns_name_format(name, nbuf,
6540 sizeof(nbuf));
6546 tbuf, nbuf, qbuf);
6759 char nbuf[DNS_NAME_FORMATSIZE]; local
6765 dns_name_format(save_name, nbuf, sizeof(nbuf));
6771 nbuf, tbuf, dbuf);
H A Dzone.c18923 unsigned char nbuf[DNS_NSEC3PARAM_BUFFERSIZE]; local
18959 isc_buffer_init(&b, nbuf, sizeof(nbuf));
/bind-9.11.3/lib/lwres/
H A Dgetaddrinfo.c353 char nbuf[NI_MAXHOST]; local
441 ai->ai_addrlen, nbuf, sizeof(nbuf),
444 ai->ai_canonname = strdup(nbuf);
/bind-9.11.3/bin/check/
H A Dcheck-tool.c618 char nbuf[DNS_NAME_FORMATSIZE]; local
623 dns_name_format(name, nbuf, sizeof(nbuf));
632 nbuf, tbuf, rdataset.ttl, maxttl);
/bind-9.11.3/lib/irs/
H A Dgetaddrinfo.c363 char nbuf[NI_MAXHOST]; local
452 nbuf, sizeof(nbuf), NULL, 0,
454 ai->ai_canonname = strdup(nbuf);
/bind-9.11.3/bin/named/
H A Dquery.c584 isc_buffer_t *nbuf)
601 isc_buffer_init(nbuf, r.base, r.length);
603 dns_name_setbuffer(name, nbuf);
3438 isc_buffer_t *nbuf)
3444 *fname = query_newname(client, *dbuf, nbuf);
583 query_newname(ns_client_t *client, isc_buffer_t *dbuf, isc_buffer_t *nbuf) argument
3437 fixfname(ns_client_t *client, dns_name_t **fname, isc_buffer_t **dbuf, isc_buffer_t *nbuf) argument
H A Dserver.c13022 char nbuf[256]; local
13044 n = snprintf(nbuf, sizeof(nbuf), "%s %s %s",
13046 if (n == sizeof(nbuf))
13048 n = sscanf(nbuf, "%hu %hu %hu", &hash, &flags, &iter);
13801 char nbuf[DNS_NAME_FORMATSIZE]; local
13802 dns_name_format(name, nbuf, sizeof(nbuf));
13803 snprintf(buf, sizeof(buf), "\n\n name: %s", nbuf);

Completed in 145 milliseconds