Home
last modified time | relevance | path

Searched refs:ICONV_GET_DISCARD_ILSEQ (Results 1 – 3 of 3) sorted by relevance

/freebsd/tools/test/iconv/gnu/
H A Dgnu.c125 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()
/freebsd/include/
H A Diconv.h84 #define ICONV_GET_DISCARD_ILSEQ 3 macro
/freebsd/lib/libc/iconv/
H A Dbsd_iconv.c280 case ICONV_GET_DISCARD_ILSEQ: in __bsd_iconvctl()