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

  /src/external/mpl/bind/dist/lib/isc/
base64.c 32 str_totext(const char *source, isc_buffer_t *target);
59 RETERR(str_totext(buf, target));
66 RETERR(str_totext(wordbreak, target));
75 RETERR(str_totext(buf, target));
81 RETERR(str_totext(buf, target));
238 str_totext(const char *source, isc_buffer_t *target) { function
hex.c 47 str_totext(const char *source, isc_buffer_t *target);
68 RETERR(str_totext(buf, target));
75 RETERR(str_totext(wordbreak, target));
197 str_totext(const char *source, isc_buffer_t *target) { function
base32.c 33 str_totext(const char *source, isc_buffer_t *target);
62 RETERR(str_totext(buf, target));
71 RETERR(str_totext(buf, target));
79 RETERR(str_totext(buf, target));
88 RETERR(str_totext(buf, target));
94 RETERR(str_totext(buf, target));
102 RETERR(str_totext(wordbreak, target));
401 str_totext(const char *source, isc_buffer_t *target) { function
  /src/external/mpl/dhcp/bind/dist/lib/isc/
base64.c 39 str_totext(const char *source, isc_buffer_t *target);
66 RETERR(str_totext(buf, target));
73 RETERR(str_totext(wordbreak, target));
82 RETERR(str_totext(buf, target));
88 RETERR(str_totext(buf, target));
245 str_totext(const char *source, isc_buffer_t *target) { function
hex.c 38 str_totext(const char *source, isc_buffer_t *target);
59 RETERR(str_totext(buf, target));
66 RETERR(str_totext(wordbreak, target));
187 str_totext(const char *source, isc_buffer_t *target) { function
base32.c 40 str_totext(const char *source, isc_buffer_t *target);
69 RETERR(str_totext(buf, target));
78 RETERR(str_totext(buf, target));
86 RETERR(str_totext(buf, target));
95 RETERR(str_totext(buf, target));
101 RETERR(str_totext(buf, target));
109 RETERR(str_totext(wordbreak, target));
418 str_totext(const char *source, isc_buffer_t *target) { function
  /src/external/mpl/bind/dist/lib/dns/
rcode.c 189 str_totext(const char *source, isc_buffer_t *target) { function
276 return str_totext(table[i].name, target);
281 return str_totext(buf, target);
563 return str_totext("ANY", target);
565 return str_totext("CH", target);
567 return str_totext("HS", target);
569 return str_totext("IN", target);
571 return str_totext("NONE", target);
573 return str_totext("RESERVED0", target);
584 return str_totext(buf, target)
    [all...]
masterdump.c 438 if ((result = str_totext(" ", target)) != \
448 str_totext(const char *source, isc_buffer_t *target) { function
516 CHECK(str_totext(ctx->indent.string,
522 CHECK(str_totext("- '", target));
525 CHECK(str_totext("; ", target));
532 CHECK(str_totext(" ", target));
535 CHECK(str_totext(" ", target));
537 CHECK(str_totext(" ...", target));
541 CHECK(str_totext(" ", target));
548 CHECK(str_totext("\'", target))
    [all...]
rdata.c 179 str_totext(const char *source, isc_buffer_t *target);
500 RETERR(str_totext(tctx->linebreak, target));
520 RETERR(str_totext(" ", target));
528 RETERR(str_totext(buf, target));
1270 result = str_totext(buf, target);
1278 result = str_totext(buf, target);
1285 result = str_totext(" ( ", target);
1287 result = str_totext(" ", target);
1303 result = str_totext(" )", target);
1594 return str_totext(buf, target)
2054 str_totext(const char *source, isc_buffer_t *target) { function
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rcode.c 202 str_totext(const char *source, isc_buffer_t *target) { function
289 return (str_totext(table[i].name, target));
294 return (str_totext(buf, target));
541 return (str_totext("ANY", target));
543 return (str_totext("CH", target));
545 return (str_totext("HS", target));
547 return (str_totext("IN", target));
549 return (str_totext("NONE", target));
551 return (str_totext("RESERVED0", target));
562 return (str_totext(buf, target))
    [all...]
masterdump.c 457 if ((result = str_totext(" ", target)) != \
467 str_totext(const char *source, isc_buffer_t *target) { function
503 CHECK(str_totext(ctx->indent.string,
509 CHECK(str_totext("- ", target));
511 CHECK(str_totext("; ", target));
515 CHECK(str_totext(" ", target));
518 CHECK(str_totext(" ", target));
520 CHECK(str_totext(" ...\n", target));
524 CHECK(str_totext(" ", target));
528 CHECK(str_totext("\n", target))
    [all...]
rdata.c 186 str_totext(const char *source, isc_buffer_t *target);
513 RETERR(str_totext(tctx->linebreak, target));
533 RETERR(str_totext(" ", target));
541 RETERR(str_totext(buf, target));
1086 result = str_totext(buf, target);
1094 result = str_totext(buf, target);
1101 result = str_totext(" ( ", target);
1103 result = str_totext(" ", target);
1119 result = str_totext(" )", target);
1410 return (str_totext(buf, target))
1865 str_totext(const char *source, isc_buffer_t *target) { function
    [all...]

Completed in 20 milliseconds