Home
last modified time | relevance | path

Searched refs:__gconv_path_elem (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/iconv/
Dgconv_conf.c49 struct path_elem *__gconv_path_elem; variable
361 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()
/glibc-2.36/ChangeLog.old/
DChangeLog.129723 * iconv/gconv_conf.c (__gconv_path_elem): Remove const.
9730 * iconv/gconv_int.h (__gconv_path_elem): Remove const.
DChangeLog.138830 * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
DChangeLog.1911839 __gconv_path_elem and call __gconv_get_path unconditionally.
13059 * iconv/gconv_int.h (__gconv_path_elem): Remove.