Home
last modified time | relevance | path

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

/minix3/external/public-domain/xz/dist/src/common/
H A Dtuklib_gettext.h40 # define ngettext(msgid1, msgid2, n) ((n) == 1 ? (msgid1) : (msgid2)) macro
/minix3/external/bsd/flex/dist/
H A Dgettext.h40 # define ngettext(Msgid1, Msgid2, N) \ macro
/minix3/lib/libintl/
H A Dgettext.c104 ngettext(const char *msgid1, const char *msgid2, unsigned long int n) in ngettext() function