Searched defs:str_totext (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/lib/isc/ |
H A D | base64.c | 34 str_totext(const char *source, isc_buffer_t *target); 61 RETERR(str_totext(buf, target)); 69 RETERR(str_totext(wordbreak, target)); 78 RETERR(str_totext(buf, target)); 84 RETERR(str_totext(buf, target)); 218 str_totext(const char *source, isc_buffer_t *target) { function
|
H A D | hex.c | 34 str_totext(const char *source, isc_buffer_t *target); 55 RETERR(str_totext(buf, target)); 63 RETERR(str_totext(wordbreak, target)); 167 str_totext(const char *source, isc_buffer_t *target) { function
|
H A D | base32.c | 35 str_totext(const char *source, isc_buffer_t *target); 64 RETERR(str_totext(buf, target)); 73 RETERR(str_totext(buf, target)); 81 RETERR(str_totext(buf, target)); 90 RETERR(str_totext(buf, target)); 96 RETERR(str_totext(buf, target)); 104 RETERR(str_totext(wordbreak, target)); 390 str_totext(const char *source, isc_buffer_t *target) { function
|
/bind-9.11.3/lib/dns/ |
H A D | rcode.c | 221 str_totext(const char *source, isc_buffer_t *target) { function 301 return (str_totext(table[i].name, target)); 306 return (str_totext(buf, target)); 542 return (str_totext("ANY", target)); 544 return (str_totext("CH", target)); 546 return (str_totext("HS", target)); 548 return (str_totext("IN", target)); 550 return (str_totext("NONE", target)); 552 return (str_totext("RESERVED0", target)); 563 return (str_totext(bu [all...] |
H A D | masterdump.c | 391 if ((result = str_totext(" ", target)) \ 402 str_totext(const char *source, isc_buffer_t *target) { function 433 CHECK(str_totext("; ", target)); 435 CHECK(str_totext(" ", target)); 438 CHECK(str_totext(" ", target)); 440 CHECK(str_totext(" ...\n", target)); 444 CHECK(str_totext(" ", target)); 447 CHECK(str_totext("\n", target)); 512 RETERR(str_totext(dns_master_indentstr, 519 RETERR(str_totext(" [all...] |
H A D | rdata.c | 145 str_totext(const char *source, isc_buffer_t *target); 494 RETERR(str_totext(tctx->linebreak, target)); 512 RETERR(str_totext(" ", target)); 519 RETERR(str_totext(buf, target)); 1046 result = str_totext(buf, target); 1053 result = str_totext(buf, target); 1059 result = str_totext(" ( ", target); 1061 result = str_totext(" ", target); 1074 result = str_totext(" )", target); 1360 return (str_totext(bu 1706 str_totext(const char *source, isc_buffer_t *target) { function [all...] |
Completed in 23 milliseconds