| /src/external/mpl/bind/dist/lib/dns/ |
| byaddr.c | 43 char textname[128]; local 60 (void)snprintf(textname, sizeof(textname), 69 cp = textname; 76 remaining = sizeof(textname) - (cp - textname); 82 len = (unsigned int)strlen(textname); 83 isc_buffer_init(&buffer, textname, len);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| byaddr.c | 48 char textname[128]; local 66 (void)snprintf(textname, sizeof(textname), 75 cp = textname; 82 remaining = sizeof(textname) - (cp - textname); 88 len = (unsigned int)strlen(textname); 89 isc_buffer_init(&buffer, textname, len);
|
| /src/external/mpl/bind/dist/bin/delv/ |
| delv.c | 1458 char textname[MAXNAME]; local 1626 result = get_reverse(textname, sizeof(textname), value, false); 1632 curqname = isc_mem_strdup(mctx, textname);
|
| /src/external/mpl/bind/dist/bin/dig/ |
| dig.c | 1723 strlcpy(lookup->textname, 1725 sizeof(lookup->textname)); 2627 char textname[MXNAME]; local 2783 strlcpy((*lookup)->textname, value, 2784 sizeof((*lookup)->textname)); 2793 debug("looking up %s", (*lookup)->textname); 2884 if (get_reverse(textname, sizeof(textname), value, false) == 2887 strlcpy((*lookup)->textname, textname, [all...] |
| dighost.h | 130 char textname[MXNAME]; /*% Name we're going to be looking up */ member in struct:dig_lookup
|
| dighost.c | 690 strlcpy(looknew->textname, lookold->textname, MXNAME); 692 looknew->textname[MXNAME - 1] = 0; 1863 debug("following up %s", query->lookup->textname); 2035 debug("following up %s", oldlookup->textname); 2049 result = dns_name_fromstring(name, oldlookup->textname, NULL, 0, NULL); 2200 char *textname = NULL; local 2232 * We cannot convert `textname' and `origin' separately. 2233 * `textname' doesn't contain TLD, but local mapping needs 2236 textname = lookup->textname [all...] |
| /src/external/mpl/bind/dist/bin/tools/ |
| mdig.c | 128 char textname[MXNAME]; /*% Name we're going to be member in struct:query 592 isc_buffer_init(&buf, query->textname, strlen(query->textname)); 593 isc_buffer_add(&buf, strlen(query->textname)); 1657 char textname[MXNAME]; local 1783 get_reverse(textname, sizeof(textname), value); 1784 strlcpy(query->textname, textname, sizeof(query->textname)); [all...] |