Home
last modified time | relevance | path

Searched refs:iconvctl (Results 1 – 10 of 10) sorted by relevance

/freebsd/tools/test/iconv/gnu/
H A Dgnu.c59 if (iconvctl(cd, ICONV_GET_TRANSLITERATE, &arg) == 0) in ctl_get_translit1()
77 if (iconvctl(cd, ICONV_GET_TRANSLITERATE, &arg) == 0) in ctl_get_translit2()
95 ret = iconvctl(cd, ICONV_SET_TRANSLITERATE, &arg) == 0 ? 0 : -1; in ctl_set_translit1()
110 ret = iconvctl(cd, ICONV_SET_TRANSLITERATE, &arg) == 0 ? 0 : -1; in ctl_set_translit2()
125 if (iconvctl(cd, ICONV_GET_DISCARD_ILSEQ, &arg) == 0) in ctl_get_discard_ilseq1()
143 if (iconvctl(cd, ICONV_GET_DISCARD_ILSEQ, &arg) == 0) in ctl_get_discard_ilseq2()
161 ret = iconvctl(cd, ICONV_SET_DISCARD_ILSEQ, &arg) == 0 ? 0 : -1; in ctl_set_discard_ilseq1()
176 ret = iconvctl(cd, ICONV_SET_DISCARD_ILSEQ, &arg) == 0 ? 0 : -1; in ctl_set_discard_ilseq2()
191 if (iconvctl(cd, ICONV_TRIVIALP, &arg) == 0) { in ctl_trivialp1()
209 if (iconvctl(cd, ICONV_TRIVIALP, &arg) == 0) { in ctl_trivialp2()
[all …]
/freebsd/tools/test/iconv/tablegen/
H A Dtablegen.c244 if (iconvctl(cd, ICONV_SET_FALLBACKS, &fbs) != 0) in main()
254 if (dflag && iconvctl(cd, ICONV_SET_FALLBACKS, &fbs) != 0) in main()
265 if (dflag && (iconvctl(cd, ICONV_SET_FALLBACKS, &fbs) != 0)) in main()
/freebsd/lib/libc/iconv/
H A Diconvctl.c34 iconvctl(iconv_t a, int b, void *c) in iconvctl() function
H A DMakefile.inc4 MAN+= iconv.3 iconvctl.3 iconv_canonicalize.3 iconvlist.3 __iconv_get_list.3
H A Diconv_compat.c120 __sym_compat(iconvctl, iconvctl_compat, FBSD_1.3);
/freebsd/lib/libc_nonshared/
H A DMakefile.iconv6 iconv_set_relocation_prefix.c iconvctl.c iconvlist.c
/freebsd/lib/libc/tests/iconv/
H A Diconvctl_test.c39 status = iconvctl(ic, ICONV_TRIVIALP, &actual); in test_trivialp()
/freebsd/include/
H A Diconv.h129 int iconvctl(iconv_t, int, void *);
/freebsd/usr.bin/iconv/
H A Diconv.c85 if (iconvctl(cd, ICONV_SET_DISCARD_ILSEQ, (void *)&arg) == -1) in do_conv()
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc2476 OLD_FILES+=usr/share/man/man3/iconvctl.3.gz