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

/freebsd-current/usr.bin/iconv/
H A Diconv.c46 static int do_conv(FILE *, iconv_t, bool, bool);
72 do_conv(FILE *fp, iconv_t cd, bool silent, bool hide_invalid) function
226 res = do_conv(stdin, cd, opt_s, opt_c);
239 res |= do_conv(fp, cd, opt_s, opt_c);
/freebsd-current/tools/test/iconv/tablegen/
H A Dtablegen.c63 static void do_conv(iconv_t, bool);
247 do_conv(cd, false);
261 do_conv(cd, true);
272 do_conv(cd, false);
282 do_conv(iconv_t cd, bool uniinput) { function
/freebsd-current/lib/libiconv_modules/iconv_std/
H A Dcitrus_iconv_std.c312 do_conv(const struct _citrus_iconv_std_shared *is, function
558 ret = do_conv(is, &csid, &idx);

Completed in 276 milliseconds