Home
last modified time | relevance | path

Searched refs:ICONV_SET_DISCARD_ILSEQ (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/test/iconv/gnu/
H A Dgnu.c161 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()
/freebsd/include/
H A Diconv.h85 #define ICONV_SET_DISCARD_ILSEQ 4 macro
/freebsd/usr.bin/iconv/
H A Diconv.c85 if (iconvctl(cd, ICONV_SET_DISCARD_ILSEQ, (void *)&arg) == -1) in do_conv()
/freebsd/lib/libc/iconv/
H A Dbsd_iconv.c283 case ICONV_SET_DISCARD_ILSEQ: in __bsd_iconvctl()