Home
last modified time | relevance | path

Searched refs:__GCONV_OK (Results 1 – 12 of 12) sorted by relevance

/iconv/
A Diconv_open.c43 if (__builtin_expect (res, __GCONV_OK) != __GCONV_OK) in iconv_open()
A Dgconv_cache.c194 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()
A Diconv.c62 switch (__builtin_expect (result, __GCONV_OK)) in iconv()
85 case __GCONV_OK: in iconv()
A Dskeleton.c358 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()
A Dgconv_db.c139 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()
A Dgconv_trans.c137 res = __GCONV_OK; in __gconv_transliterate()
188 return __GCONV_OK; in __gconv_transliterate()
227 res = __GCONV_OK; in __gconv_transliterate()
A Dgconv_open.c74 if (res == __GCONV_OK) in __gconv_open()
147 if (res != __GCONV_OK) in __gconv_open()
A Dgconv.h39 __GCONV_OK = 0, enumerator
A Dgconv.c64 if (result == __GCONV_OK) in __gconv()
A Dloop.c380 int result = __GCONV_OK; in SINGLE()
469 result = __GCONV_OK; in SINGLE()
A Dgconv_simple.c211 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()
A Diconv_prog.c188 if (res != __GCONV_OK) in main()

Completed in 58 milliseconds