Searched refs:DCIGETTEXT (Results 1 – 12 of 12) sorted by relevance
/glibc-2.36/intl/ |
D | dcgettext.c | 36 # define DCIGETTEXT __dcigettext macro 39 # define DCIGETTEXT libintl_dcigettext macro 47 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category); in DCGETTEXT()
|
D | dcngettext.c | 36 # define DCIGETTEXT __dcigettext macro 39 # define DCIGETTEXT libintl_dcigettext macro 49 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category); in DCNGETTEXT()
|
D | dcigettext.c | 429 # define DCIGETTEXT __dcigettext macro 431 # define DCIGETTEXT libintl_dcigettext macro 482 DCIGETTEXT (const char *domainname, const char *msgid1, const char *msgid2, in gl_dcigettext()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.12 | 1766 * intl/dcigettext.c (DCIGETTEXT): Release the lock before returning. 3642 * intl/dcigettext.c (DCIGETTEXT): Pass binding to _nl_find_msg. 4567 (DCIGETTEXT): Use offsetof, not sizeof. 8023 (DCIGETTEXT): Change cache handing in the plural case. Don't call 9760 (DCIGETTEXT): Make domaindata variable const.
|
D | ChangeLog.16 | 10363 (DCIGETTEXT): If HAVE_PER_THREAD_LOCALE, fill the localename field in 10758 * intl/dcigettext.c (DCIGETTEXT): Call _nl_find_msg with convert=1. 11004 (DCIGETTEXT): Remove const-cast. 11972 (libc_freeres_fn, DCIGETTEXT): Don't use INTUSE.
|
D | ChangeLog.13 | 701 * intl/dcigettext.c (DCIGETTEXT): Restore errno only right before 1902 * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY. 11669 * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
|
D | ChangeLog.17 | 5116 * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication. 8338 (DCIGETTEXT): Change the allocation of the 'search' variable so that 14664 * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
|
D | ChangeLog.15 | 2348 * intl/dcigettext.c (DCIGETTEXT): Protect tfind/tsearch calls.
|
D | ChangeLog.11 | 3845 * intl/dcigettext.c (DCIGETTEXT): Remove _nl_find_language in code 10021 * intl/dcigettext.c (DCIGETTEXT): Always define local variable `index'.
|
D | ChangeLog.14 | 13788 (DCIGETTEXT): Free the 'search' variable.
|
D | ChangeLog.18 | 2036 * intl/dcigettext.c (DCIGETTEXT): Use getcwd (NULL, 0) and 2354 * intl/dcigettext.c (DCIGETTEXT): Do not make copy of localename. 57622 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise. 66764 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
|
D | ChangeLog.19 | 8482 * intl/dcigettext.c (DCIGETTEXT): Do not return NULL on asprintf
|