Home
last modified time | relevance | path

Searched defs:msgid2 (Results 1 – 3 of 3) sorted by relevance

/minix3/lib/libintl/
H A Dlibintl.h45 #define npgettext_expr(msgctxt, msgid1, msgid2, n) \ argument
49 #define dcnpgettext_expr(domainname, msgctxt, msgid1, msgid2, n, category) \ argument
H A Dgettext.c104 ngettext(const char *msgid1, const char *msgid2, unsigned long int n) in ngettext()
111 dngettext(const char *domainname, const char *msgid1, const char *msgid2, in dngettext()
141 npgettext(const char *msgctxt, const char *msgid1, const char *msgid2, in npgettext()
150 const char *msgid2, unsigned long int n) in dnpgettext()
158 const char *msgid2, unsigned long int n, int category) in dcnpgettext()
166 const char *msgid2, unsigned long int n, int category) in pgettext_impl()
937 #define _NGETTEXT_DEFAULT(msgid1, msgid2, n) \ argument
941 dcngettext(const char *domainname, const char *msgid1, const char *msgid2, in dcngettext()
/minix3/external/public-domain/xz/dist/src/common/
H A Dtuklib_gettext.h40 # define ngettext(msgid1, msgid2, n) ((n) == 1 ? (msgid1) : (msgid2)) argument