Home
last modified time | relevance | path

Searched refs:DCIGETTEXT (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/intl/
Ddcgettext.c36 # define DCIGETTEXT __dcigettext macro
39 # define DCIGETTEXT libintl_dcigettext macro
47 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category); in DCGETTEXT()
Ddcngettext.c36 # define DCIGETTEXT __dcigettext macro
39 # define DCIGETTEXT libintl_dcigettext macro
49 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category); in DCNGETTEXT()
Ddcigettext.c429 # 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/
DChangeLog.121766 * 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.
DChangeLog.1610363 (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.
DChangeLog.13701 * 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.
DChangeLog.175116 * 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
DChangeLog.152348 * intl/dcigettext.c (DCIGETTEXT): Protect tfind/tsearch calls.
DChangeLog.113845 * intl/dcigettext.c (DCIGETTEXT): Remove _nl_find_language in code
10021 * intl/dcigettext.c (DCIGETTEXT): Always define local variable `index'.
DChangeLog.1413788 (DCIGETTEXT): Free the 'search' variable.
DChangeLog.182036 * 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
DChangeLog.198482 * intl/dcigettext.c (DCIGETTEXT): Do not return NULL on asprintf