Searched refs:__gconv_path_elem (Results 1 – 4 of 4) sorted by relevance
49 struct path_elem *__gconv_path_elem; variable361 result = __gconv_path_elem; in __gconv_get_path()451 __gconv_path_elem = result ?: (struct path_elem *) &empty_path_elem; in __gconv_get_path()479 for (cnt = 0; __gconv_path_elem[cnt].name != NULL; ++cnt) in __gconv_read_conf()480 gconv_parseconfdir (NULL, __gconv_path_elem[cnt].name, in __gconv_read_conf()481 __gconv_path_elem[cnt].len); in __gconv_read_conf()535 if (__gconv_path_elem != NULL && __gconv_path_elem != &empty_path_elem) in libc_freeres_fn()536 free ((void *) __gconv_path_elem); in libc_freeres_fn()
9723 * iconv/gconv_conf.c (__gconv_path_elem): Remove const.9730 * iconv/gconv_int.h (__gconv_path_elem): Remove const.
8830 * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
11839 __gconv_path_elem and call __gconv_get_path unconditionally.13059 * iconv/gconv_int.h (__gconv_path_elem): Remove.