Home | History | Annotate | Download | only in include

Lines Matching refs:domainname

43 /* Look up MSGID in the DOMAINNAME message catalog for the current
50 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
80 /* Set the current default message catalog to DOMAINNAME.
81 If DOMAINNAME is null, return the current default.
82 If DOMAINNAME is "", reset to the default of "messages". */
85 /* Specify that the DOMAINNAME message catalog will be found
91 DOMAINNAME message catalog will be returned. */
112 # define dgettext(domainname, msgid) \
113 dcgettext (domainname, msgid, LC_MESSAGES)
117 # define dngettext(domainname, msgid1, msgid2, n) \
118 dcngettext (domainname, msgid1, msgid2, n, LC_MESSAGES)