Searched refs:__GCONV_OK (Results 1 – 12 of 12) sorted by relevance
43 if (__builtin_expect (res, __GCONV_OK) != __GCONV_OK) in iconv_open()
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()
62 switch (__builtin_expect (result, __GCONV_OK)) in iconv()85 case __GCONV_OK: in iconv()
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()
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()
137 res = __GCONV_OK; in __gconv_transliterate()188 return __GCONV_OK; in __gconv_transliterate()227 res = __GCONV_OK; in __gconv_transliterate()
74 if (res == __GCONV_OK) in __gconv_open()147 if (res != __GCONV_OK) in __gconv_open()
39 __GCONV_OK = 0, enumerator
64 if (result == __GCONV_OK) in __gconv()
380 int result = __GCONV_OK; in SINGLE()469 result = __GCONV_OK; in SINGLE()
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()
188 if (res != __GCONV_OK) in main()
Completed in 58 milliseconds