Searched refs:str_totext (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/ntp/lib/isc/ |
| D | base32.c | 43 str_totext(const char *source, isc_buffer_t *target); 72 RETERR(str_totext(buf, target)); in base32_totext() 81 RETERR(str_totext(buf, target)); in base32_totext() 89 RETERR(str_totext(buf, target)); in base32_totext() 98 RETERR(str_totext(buf, target)); in base32_totext() 104 RETERR(str_totext(buf, target)); in base32_totext() 112 RETERR(str_totext(wordbreak, target)); in base32_totext() 348 str_totext(const char *source, isc_buffer_t *target) { in str_totext() function
|
| D | base64.c | 43 str_totext(const char *source, isc_buffer_t *target); 70 RETERR(str_totext(buf, target)); in isc_base64_totext() 78 RETERR(str_totext(wordbreak, target)); in isc_base64_totext() 87 RETERR(str_totext(buf, target)); in isc_base64_totext() 93 RETERR(str_totext(buf, target)); in isc_base64_totext() 227 str_totext(const char *source, isc_buffer_t *target) { in str_totext() function
|
| D | hex.c | 43 str_totext(const char *source, isc_buffer_t *target); 64 RETERR(str_totext(buf, target)); in isc_hex_totext() 72 RETERR(str_totext(wordbreak, target)); in isc_hex_totext() 176 str_totext(const char *source, isc_buffer_t *target) { in str_totext() function
|