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

/freebsd-10.0-release/usr.bin/iconv/
H A Diconv.c46 static void do_conv(FILE *, const char *, const char *, bool, bool);
72 do_conv(FILE *fp, const char *from, const char *to, bool silent, function
205 do_conv(stdin, opt_f, opt_t, opt_s, opt_c);
213 do_conv(fp, opt_f, opt_t, opt_s,
/freebsd-10.0-release/tools/test/iconv/tablegen/
H A Dtablegen.c65 static void do_conv(iconv_t, bool);
249 do_conv(cd, false);
264 do_conv(cd, true);
276 do_conv(cd, false);
286 do_conv(iconv_t cd, bool uniinput) { function
/freebsd-10.0-release/lib/libiconv_modules/iconv_std/
H A Dcitrus_iconv_std.c311 do_conv(const struct _citrus_iconv_std_shared *is, function
543 ret = do_conv(is, &csid, &idx);

Completed in 99 milliseconds