Searched defs:msgid_plural (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/pam_passwdqc/ |
H A D | passwdqc_i18n.h | 17 #define P3_(msgid, msgid_plural, count) (dngettext(PACKAGE, (msgid), (msgid_plural), (count))) argument 22 #define P3_(msgid, msgid_plural, count) ((count) == 1 ? (msgid) : (msgid_plural)) argument
|
/dflybsd-src/contrib/grep/lib/ |
H A D | gettext.h | 170 const char *msgid_plural, unsigned long int n, in npgettext_aux() 268 const char *msgid_plural, unsigned long int n, in dcnpgettext_expr()
|