Home
last modified time | relevance | path

Searched defs:msgid_plural (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/pam_passwdqc/
H A Dpasswdqc_i18n.h17 #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 Dgettext.h170 const char *msgid_plural, unsigned long int n, in npgettext_aux()
268 const char *msgid_plural, unsigned long int n, in dcnpgettext_expr()