Searched defs:msgid (Results 1 – 5 of 5) sorted by relevance
6 char *gettext(const char *msgid) in gettext()11 char *dgettext(const char *domainname, const char *msgid) in dgettext()16 char *dcgettext(const char *domainname, const char *msgid, int category) in dcgettext()
345 #define _(msgid) gettext (msgid) argument346 #define N_(msgid) gettext_noop (msgid) argument
85 #define _(msgid) gettext (msgid) argument
530 int setid, int msgid, const char *dfault) in _Locale_catgets()
1316 int setid, int msgid, const char *dfault) { in _Locale_catgets()