Home
last modified time | relevance | path

Searched defs:ngettext (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/xz/src/common/
H A Dtuklib_gettext.h39 # define ngettext(msgid1, msgid2, n) ((n) == 1 ? (msgid1) : (msgid2)) macro
/freebsd/contrib/diff/lib/
H A Dgettext.h47 # define ngettext(Msgid1, Msgid2, N) \ macro
/freebsd/crypto/krb5/doc/html/_static/
H A Ddoctools.js178 ngettext : function(singular, plural, n) { method
/freebsd/contrib/ntp/sntp/libopts/
H A Dgettext.h36 # define ngettext(Msgid1, Msgid2, N) \ macro
75 # define ngettext(Msgid1, Msgid2, N) \ macro
/freebsd/crypto/krb5/src/include/
H A Dk5-platform.h1092 #define ngettext(m1, m2, n) (((n) == 1) ? m1 : m2) macro