Searched refs:__GCONV_OK (Results 1 – 25 of 35) sorted by relevance
12
/glibc-2.36/iconv/ |
D | gconv_cache.c | 194 status = __GCONV_OK; in find_module() 335 if (__builtin_expect (res, __GCONV_OK) != __GCONV_OK) in __gconv_lookup_cache() 352 return __GCONV_OK; in __gconv_lookup_cache() 388 if (__builtin_expect (res, __GCONV_OK) != __GCONV_OK) in __gconv_lookup_cache() 422 if (__builtin_expect (res, __GCONV_OK) != __GCONV_OK) in __gconv_lookup_cache() 440 return __GCONV_OK; in __gconv_lookup_cache()
|
D | gconv_db.c | 139 return __GCONV_OK; in derivation_lookup() 249 status = __GCONV_OK; in gen_steps() 313 if (__builtin_expect (status, __GCONV_OK) != __GCONV_OK) in gen_steps() 350 if (status == __GCONV_OK) in gen_steps() 372 int result = __GCONV_OK; in increment_counter() 440 if (result == __GCONV_OK) in find_derivation() 775 return (result == __GCONV_OK in __gconv_find_transform() 776 ? (*handle == NULL ? __GCONV_NOCONV : __GCONV_OK) in __gconv_find_transform() 785 int result = __GCONV_OK; in __gconv_close_transform()
|
D | skeleton.c | 358 return __GCONV_OK; in gconv_init() 421 status = __GCONV_OK; in FUNCTION_NAME() 447 if (status == __GCONV_OK) in FUNCTION_NAME() 483 if (status == __GCONV_OK) in FUNCTION_NAME() 581 if (__builtin_expect (status, __GCONV_OK) != __GCONV_OK) in FUNCTION_NAME() 765 status = __GCONV_OK; in FUNCTION_NAME() 770 if (status != __GCONV_OK) in FUNCTION_NAME()
|
D | iconv_open.c | 43 if (__builtin_expect (res, __GCONV_OK) != __GCONV_OK) in iconv_open()
|
D | gconv_trans.c | 137 res = __GCONV_OK; in __gconv_transliterate() 188 return __GCONV_OK; in __gconv_transliterate() 227 res = __GCONV_OK; in __gconv_transliterate()
|
D | iconv.c | 62 switch (__builtin_expect (result, __GCONV_OK)) in iconv() 85 case __GCONV_OK: in iconv()
|
D | gconv_open.c | 74 if (res == __GCONV_OK) in __gconv_open() 147 if (res != __GCONV_OK) in __gconv_open()
|
D | gconv.h | 39 __GCONV_OK = 0, enumerator
|
D | gconv_simple.c | 211 return __GCONV_OK; in internal_ucs4_loop_single() 422 return __GCONV_OK; in ucs4_internal_loop_single() 582 return __GCONV_OK; in internal_ucs4le_loop_single() 796 return __GCONV_OK; in ucs4le_internal_loop_single()
|
D | loop.c | 380 int result = __GCONV_OK; in SINGLE() 475 result = __GCONV_OK; in SINGLE()
|
D | gconv.c | 64 if (result == __GCONV_OK) in __gconv()
|
/glibc-2.36/wcsmbs/ |
D | mbsnrtowcs.c | 95 if ((status == __GCONV_OK || status == __GCONV_EMPTY_INPUT) in __mbsnrtowcs() 116 if ((status == __GCONV_OK || status == __GCONV_EMPTY_INPUT) in __mbsnrtowcs() 128 assert (status == __GCONV_OK || status == __GCONV_EMPTY_INPUT in __mbsnrtowcs() 133 if (status != __GCONV_OK && status != __GCONV_FULL_OUTPUT in __mbsnrtowcs()
|
D | wcsnrtombs.c | 97 if ((status == __GCONV_OK || status == __GCONV_EMPTY_INPUT) in __wcsnrtombs() 121 if ((status == __GCONV_OK || status == __GCONV_EMPTY_INPUT) in __wcsnrtombs() 133 assert (status == __GCONV_OK || status == __GCONV_EMPTY_INPUT in __wcsnrtombs() 138 if (status != __GCONV_OK && status != __GCONV_FULL_OUTPUT in __wcsnrtombs()
|
D | wcsrtombs.c | 90 if (status == __GCONV_OK || status == __GCONV_EMPTY_INPUT) in __wcsrtombs() 118 if ((status == __GCONV_OK || status == __GCONV_EMPTY_INPUT) in __wcsrtombs() 130 assert (status == __GCONV_OK || status == __GCONV_EMPTY_INPUT in __wcsrtombs() 135 if (status != __GCONV_OK && status != __GCONV_FULL_OUTPUT in __wcsrtombs()
|
D | mbsrtowcs_l.c | 90 if (status == __GCONV_OK || status == __GCONV_EMPTY_INPUT) in __mbsrtowcs_l() 137 if ((status == __GCONV_OK || status == __GCONV_EMPTY_INPUT) in __mbsrtowcs_l() 149 assert (status == __GCONV_OK || status == __GCONV_EMPTY_INPUT in __mbsrtowcs_l() 154 if (status != __GCONV_OK && status != __GCONV_FULL_OUTPUT in __mbsrtowcs_l()
|
D | wcrtomb.c | 79 if (status == __GCONV_OK || status == __GCONV_EMPTY_INPUT) in __wcrtomb_internal() 96 assert (status == __GCONV_OK || status == __GCONV_EMPTY_INPUT in __wcrtomb_internal() 101 if (status == __GCONV_OK || status == __GCONV_EMPTY_INPUT in __wcrtomb_internal()
|
D | mbrtowc.c | 92 assert (status == __GCONV_OK || status == __GCONV_EMPTY_INPUT in __mbrtowc() 97 if (status == __GCONV_OK || status == __GCONV_EMPTY_INPUT in __mbrtowc()
|
D | mbrtoc16.c | 111 assert (status == __GCONV_OK || status == __GCONV_EMPTY_INPUT in mbrtoc16() 116 if (status == __GCONV_OK || status == __GCONV_EMPTY_INPUT in mbrtoc16()
|
D | wctob.c | 75 if ((status != __GCONV_OK && status != __GCONV_FULL_OUTPUT in wctob()
|
D | btowc.c | 91 if (status != __GCONV_OK && status != __GCONV_FULL_OUTPUT in __btowc()
|
/glibc-2.36/iconvdata/ |
D | iso-2022-jp.c | 196 result = __GCONV_OK; in gconv_init() 753 res = __GCONV_OK; \ 792 res = __GCONV_OK; \ 826 res = __GCONV_OK; \ 854 res = __GCONV_OK; \ 887 res = __GCONV_OK; \ 920 res = __GCONV_OK; \ 954 res = __GCONV_OK; \ 988 res = __GCONV_OK; \
|
D | iso646.c | 180 result = __GCONV_OK; in gconv_init() 203 int failure = __GCONV_OK; \ 412 if (__builtin_expect (failure, __GCONV_OK) == __GCONV_ILLEGAL_INPUT) \ 435 int failure = __GCONV_OK; \ 886 if (__builtin_expect (failure, __GCONV_OK) == __GCONV_ILLEGAL_INPUT) \
|
D | unicode.c | 130 result = __GCONV_OK; in gconv_init()
|
D | utf-32.c | 176 result = __GCONV_OK; in gconv_init()
|
/glibc-2.36/libio/ |
D | iofwide.c | 142 case __GCONV_OK: in __libio_codecvt_out() 194 case __GCONV_OK: in __libio_codecvt_in()
|
12