Home
last modified time | relevance | path

Searched refs:__GCONV_IGNORE_ERRORS (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/iconv/
Dgconv_simple.c263 if (flags & __GCONV_IGNORE_ERRORS) in ucs4_internal_loop()
321 if (flags & __GCONV_IGNORE_ERRORS) in ucs4_internal_loop_unaligned()
396 if (!(flags & __GCONV_IGNORE_ERRORS)) in ucs4_internal_loop_single()
633 if (flags & __GCONV_IGNORE_ERRORS) in ucs4le_internal_loop()
694 if (flags & __GCONV_IGNORE_ERRORS) in ucs4le_internal_loop_unaligned()
773 if (!(flags & __GCONV_IGNORE_ERRORS)) in ucs4le_internal_loop_single()
Dgconv.h58 __GCONV_IGNORE_ERRORS = 0x0002, enumerator
Dgconv_open.c49 conv_flags |= __GCONV_IGNORE_ERRORS; in __gconv_open()
Dloop.c188 (irreversible != NULL && (flags & __GCONV_IGNORE_ERRORS))
/glibc-2.36/sysdeps/s390/multiarch/
Dgconv_simple.c582 if (flags & __GCONV_IGNORE_ERRORS) in ICONV_VX_IFUNC()
714 if (flags & __GCONV_IGNORE_ERRORS) in ICONV_VX_IFUNC()
/glibc-2.36/ChangeLog.old/
DChangeLog.119144 * iconv/gconv.h (__GCONV_IS_LAST, __GCONV_IGNORE_ERRORS): Define.