HomeSort by: relevance | last modified time | path
    Searched defs:totext (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/fuzz/
dns_rdata_fromwire_text.c 80 char totext[64 * 1044 * 4]; local
155 isc_buffer_init(&target, totext, sizeof(totext) - 1);
162 totext[isc_buffer_usedlength(&target)] = 0;
167 isc_buffer_constinit(&source, totext, isc_buffer_usedlength(&target));
175 fprintf(stderr, "'%s'\n", totext);
184 isc_buffer_init(&target, totext, sizeof(totext));
193 isc_buffer_constinit(&source, totext, isc_buffer_usedlength(&target));
  /src/external/mpl/bind/dist/bin/dig/
host.c 94 } totext; local
98 totext.deconsttext = buf;
100 totext.consttext = rcodetext[rcode];
102 return totext.deconsttext;
nslookup.c 125 } totext; local
129 totext.deconsttext = buf;
131 totext.consttext = rcodetext[rcode];
133 return totext.deconsttext;
  /src/external/mpl/bind/dist/bin/tools/
mdig.c 180 } totext; local
184 totext.deconsttext = buf;
186 totext.consttext = rcodetext[rcode];
188 return totext.deconsttext;

Completed in 28 milliseconds