Searched refs:_nl_find_msg (Results 1 – 16 of 16) sorted by relevance
/glibc-2.36/intl/ |
D | dcigettext.c | 707 retval = _nl_find_msg (domain, binding, encoding, msgid1, &retlen); in gl_dcigettext() 709 retval = _nl_find_msg (domain, binding, msgid1, 1, &retlen); in gl_dcigettext() 719 retval = _nl_find_msg (domain->successor[cnt], binding, in gl_dcigettext() 722 retval = _nl_find_msg (domain->successor[cnt], binding, in gl_dcigettext() 867 _nl_find_msg (struct loaded_l10nfile *domain_file, in _nl_find_msg() function 872 _nl_find_msg (struct loaded_l10nfile *domain_file, in _nl_find_msg() 1086 _nl_find_msg (domain_file, domainbinding, NULL, "", in _nl_find_msg() 1089 _nl_find_msg (domain_file, domainbinding, "", 0, &nullentrylen); in _nl_find_msg()
|
D | gettextP.h | 262 char *_nl_find_msg (struct loaded_l10nfile *domain_file, 268 char *_nl_find_msg (struct loaded_l10nfile *domain_file,
|
D | loadmsgcat.c | 1261 _nl_find_msg (domain_file, domainbinding, NULL, "", &nullentrylen); in _nl_load_domain() 1263 nullentry = _nl_find_msg (domain_file, domainbinding, "", 0, &nullentrylen); in _nl_load_domain()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.12 | 3636 (_nl_find_msg): New declaration, moved here from loadinfo.h. 3639 (_nl_find_msg): Move declaration to gettextP.h. 3642 * intl/dcigettext.c (DCIGETTEXT): Pass binding to _nl_find_msg. 3643 (_nl_find_msg): Add domainbinding argument. Reinitialize the converter 4394 (_nl_find_msg): Add casts to avoid compiler warnings. 4488 * intl/dcigettext.c (_nl_find_msg): Optimize for space. 8027 (_nl_find_msg): Remove index argument, return length of translation 8031 * intl/loadinfo.h (_nl_find_msg): Remove index argument, add lengthp 8033 * intl/loadmsgcat.c (_nl_load_domain): Adapt to _nl_find_msg change.
|
D | ChangeLog.17 | 7401 * intl/dcigettext.c (_nl_find_msg): Reread nconversions after 8879 * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock 9233 * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before 10200 * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open 10463 * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open 14664 * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't 14666 (_nl_find_msg): Do not return found translation if the conversion
|
D | ChangeLog.11 | 7335 * intl/dcigettext.c (_nl_find_msg): Correct reallocation of 10010 (_nl_find_msg): Use it instead of __alignof__. Pass correct output 10287 * intl/dcigettext.c (dcigettext, _nl_find_msg): Use 10306 * intl/dcigettext.c (_nl_find_msg): Terminate __gconv loop if return 10611 * intl/dcigettext.c (_nl_find_msg): Do the plural treatment and
|
D | ChangeLog.16 | 10757 (_nl_find_msg): Add convert argument. 10758 * intl/dcigettext.c (DCIGETTEXT): Call _nl_find_msg with convert=1. 10759 (_nl_find_msg): Add convert argument. When a conversion to a different 10766 _nl_find_msg instead of _nl_init_domain_conv to retrieve the header 11923 * intl/dcigettext.c (_nl_find_msg): Add a cast.
|
D | ChangeLog.10 | 1470 * intl/loadinfo.h: Add new parameter to _nl_find_msg declaration. 6301 * intl/dcgettext.c (_nl_find_msg): Rewrite to use gconv instead of 6386 * intl/dcgettext.c (find_msg): Rename to _nl_find_msg and make public. 6390 Declare _nl_find_msg.
|
D | ChangeLog.22 | 10423 [! IN_LIBGLOCALE](_nl_find_msg): Modified function. 10424 [IN_LIBGLOCALE](_nl_find_msg): Modified function.
|
D | ChangeLog.15 | 2349 * intl/dcigettext.c (_nl_find_msg): Call _nl_load_domain also if
|
D | ChangeLog.21 | 2338 [! IN_LIBGLOCALE](_nl_find_msg): Modified function. 2339 [IN_LIBGLOCALE](_nl_find_msg): Modified function.
|
D | ChangeLog.19 | 33128 (_nl_find_msg): Likewise. 35814 (category_to_name, get_output_charset, _nl_find_msg): Likewise. 35818 (_nl_load_domain, _nl_find_msg): Likewise.
|
D | ChangeLog.13 | 5157 * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
|
D | ChangeLog.18 | 48180 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument. 57622 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise. 66764 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg 66766 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is 66768 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort 80140 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
|
D | ChangeLog.14 | 7660 * intl/dcigettext.c (_nl_find_msg): Likewise.
|
/glibc-2.36/manual/ |
D | message.texi | 940 @c _nl_find_msg dup @mtsenv @asucorrupt @ascuheap @asulock @ascudlopen @acucorrupt @aculock @ac… 955 @c _nl_find_msg @mtsenv @asucorrupt @ascuheap @asulock @ascudlopen @acucorrupt @aculock @acsfd @a…
|