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

/osnet-11/usr/src/lib/libparted/common/lib/
H A Dgettext.h84 # undef dcngettext macro
85 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ macro
170 dcngettext (domain, msg_ctxt_id, msgid_plural, n, category);
271 translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgettext.h82 # undef dcngettext macro
83 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ macro
168 dcngettext (domain, msg_ctxt_id, msgid_plural, n, category);
269 translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category);
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext.c33 #pragma weak _dcngettext = dcngettext
196 dcngettext(const char *domain, const char *msgid1, const char *msgid2, function

Completed in 18 milliseconds