Searched refs:__gconv (Results 1 – 11 of 11) sorted by relevance
/glibc-2.36/iconv/ ! |
D | iconv.c | 41 result = __gconv (gcd, NULL, NULL, NULL, NULL, &irreversible); in iconv() 43 result = __gconv (gcd, NULL, NULL, (unsigned char **) outbuf, in iconv() 51 result = __gconv (gcd, (const unsigned char **) inbuf, in iconv()
|
D | gconv.c | 30 __gconv (__gconv_t cd, const unsigned char **inbuf, in __gconv() function
|
D | gconv_int.h | 183 extern int __gconv (__gconv_t cd, const unsigned char **inbuf,
|
/glibc-2.36/intl/ ! |
D | dcigettext.c | 1275 res = __gconv (convd->conv, in _nl_find_msg()
|
/glibc-2.36/ChangeLog.old/ ! |
D | ChangeLog.10 | 1566 * iconv/gconv_int.h (__gconv): Update comment. 2803 * iconv/gconv.c (__gconv): Deal with outbuf being NULL. 3558 * iconv/gconv.c (__gconv): Always initialize 12399 * iconv/gconv.c (__gconv): Change type of last_start to unsigned 12404 * iconv/iconv.c (iconv): Correctly cast parameters for __gconv. 12420 * iconv/gconv_int.h (__gconv): Likewise. 12422 * iconv/gconv.c (__gconv): Likewise. 12423 * iconv/iconv.c (iconv): Add casts for call of __gconv.
|
D | ChangeLog.11 | 8736 * iconv/gconv.c (__gconv): Pass new parameter to conversion function. 10011 buffer length to __gconv/iconv. If malloc (freemem_size) fails, set 10306 * intl/dcigettext.c (_nl_find_msg): Terminate __gconv loop if return
|
D | ChangeLog.12 | 2459 * iconv/gconv.c (__gconv): For flush without output, pass do_flush = 2. 3790 * iconv/gconv.c (__gconv): Don't derefer parameter cd before
|
D | ChangeLog.8 | 5052 * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
|
D | ChangeLog.19 | 33110 (__gconv): Likewise. 35790 * iconv/gconv.c (__gconv): Remove internal_function. 35804 * iconv/gconv_int.h (__gconv_open, __gconv_close, __gconv)
|
D | ChangeLog.17 | 9814 * iconv/gconv.c (__gconv): If flush was successful, clear rest of
|
/glibc-2.36/posix/ ! |
D | tst-regex.input | 5052 * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
|