Searched refs:strbuf_get (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dutil.h88 extern char *strbuf_get(idnconv_strbuf_t *buf);
H A Didnconv.c459 if (!idn_utf8_isvalidstring(strbuf_get(&buf2))) {
479 fputs(strbuf_get(&buf1), stdout);
587 if (strbuf_copy(&buf2, strbuf_get(&buf1)) == NULL)
617 if (!idn_utf8_isvalidstring(strbuf_get(&buf1))) {
642 fputs(strbuf_get(&buf2), stdout);
667 char *s = strbuf_get(buf);
683 char *from_str = strbuf_get(from);
686 char *to_str = strbuf_get(to);
H A Dutil.c462 strbuf_get(idnconv_strbuf_t *buf) { function

Completed in 12 milliseconds