Lines Matching refs:buf2
385 idnconv_strbuf_t buf1, buf2;
432 strbuf_init(&buf2);
447 r = convert_line(&buf1, &buf2, conf2, actions1,
450 r = convert_line(&buf1, &buf2, conf1, actions1,
459 if (!idn_utf8_isvalidstring(strbuf_get(&buf2))) {
469 r = convert_line(&buf2, &buf1, conf1, actions2,
490 strbuf_reset(&buf2);
495 strbuf_reset(&buf2);
502 idnconv_strbuf_t buf1, buf2;
571 strbuf_init(&buf2);
587 if (strbuf_copy(&buf2, strbuf_get(&buf1)) == NULL)
592 r = convert_line(&buf1, &buf2, conf1, IDN_LOCALCONV,
605 r = convert_line(&buf2, &buf1, conf1, actions1,
608 r = convert_line(&buf2, &buf1, conf1, actions1,
628 r = convert_line(&buf1, &buf2, conf2, actions2,
631 r = convert_line(&buf1, &buf2, conf1, actions2,
642 fputs(strbuf_get(&buf2), stdout);
652 strbuf_reset(&buf2);
657 strbuf_reset(&buf2);