Searched refs:dcgettext (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/head/
H A Dlibintl.h67 extern char *dcgettext(const char *, const char *, const int);
/freebsd-13-stable/contrib/diff/lib/
H A Dgettext.h30 chokes if dcgettext is defined as a macro. So include it now, to make
46 # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) macro
/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Dgettext.h42 chokes if dcgettext is defined as a macro. So include it now, to make
52 <libintl.h>, which chokes if dcgettext is defined as a macro. So include
70 # undef dcgettext macro
71 # define dcgettext(Domainname, Msgid, Category) \ macro
152 const char *translation = dcgettext (domain, msg_ctxt_id, category);
231 translation = dcgettext (domain, msg_ctxt_id, category);

Completed in 163 milliseconds