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

/osnet-11/usr/src/lib/libparted/common/lib/
H A Dgettext.h31 the gettext() and ngettext() macros. This is an alternative to calling
37 # undef ngettext macro
38 # define ngettext(Msgid1, Msgid2, N) \ macro
76 # undef ngettext macro
77 # define ngettext(Msgid1, Msgid2, N) \ macro
83 ((void) (Domainname), ngettext (Msgid1, Msgid2, N))
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgettext.h29 the gettext() and ngettext() macros. This is an alternative to calling
35 # undef ngettext macro
36 # define ngettext(Msgid1, Msgid2, N) \ macro
74 # undef ngettext macro
75 # define ngettext(Msgid1, Msgid2, N) \ macro
81 ((void) (Domainname), ngettext (Msgid1, Msgid2, N))
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext.c31 #pragma weak _ngettext = ngettext
167 ngettext(const char *msgid1, const char *msgid2, unsigned long int n) function

Completed in 16 milliseconds