Home
last modified time | relevance | path

Searched refs:__GCONV_NOCONV (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/iconv/
Dgconv_cache.c187 int status = __GCONV_NOCONV; in find_module()
269 return __GCONV_NOCONV; in __gconv_lookup_cache()
275 return __GCONV_NOCONV; in __gconv_lookup_cache()
362 return __GCONV_NOCONV; in __gconv_lookup_cache()
Dgconv_db.c132 return __GCONV_NOCONV; in derivation_lookup()
351 status = __GCONV_NOCONV; in gen_steps()
392 result = __GCONV_NOCONV; in increment_counter()
744 return __GCONV_NOCONV; in __gconv_find_transform()
776 ? (*handle == NULL ? __GCONV_NOCONV : __GCONV_OK) in __gconv_find_transform()
Diconv_open.c46 if (res == __GCONV_NOCONV || res == __GCONV_NODB) in iconv_open()
Dgconv.h40 __GCONV_NOCONV, enumerator
Dskeleton.c350 return __GCONV_NOCONV; in gconv_init()
/glibc-2.36/iconvdata/
Dutf-32.c147 result = __GCONV_NOCONV; in gconv_init()
Dutf-16.c149 result = __GCONV_NOCONV; in gconv_init()
Dutf-7.c233 return __GCONV_NOCONV; in gconv_init()
Diso-2022-jp.c165 result = __GCONV_NOCONV; in gconv_init()
Diso646.c151 result = __GCONV_NOCONV; in gconv_init()
/glibc-2.36/sysdeps/s390/
Dutf16-utf32-z9.c117 result = __GCONV_NOCONV; in gconv_init()
Dutf8-utf16-z9.c123 result = __GCONV_NOCONV; in gconv_init()
Dutf8-utf32-z9.c123 result = __GCONV_NOCONV; in gconv_init()
/glibc-2.36/manual/
Dcharset.texi2602 result = __GCONV_NOCONV;
2679 @item __GCONV_NOCONV
/glibc-2.36/ChangeLog.old/
DChangeLog.1710464 returns __GCONV_NOCONV, but not for __GCONV_NULCONV.