Searched defs:dcgettext (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libparted/common/lib/ |
H A D | gettext.h | 45 chokes if dcgettext is defined as a macro. So include it now, to make 55 <libintl.h>, which chokes if dcgettext is defined as a macro. So include 73 # undef dcgettext macro 74 # define dcgettext(Domainname, Msgid, Category) \ macro 149 const char *translation = dcgettext (domain, msg_ctxt_id, category); 225 translation = dcgettext (domain, msg_ctxt_id, category);
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | gettext.h | 43 chokes if dcgettext is defined as a macro. So include it now, to make 53 <libintl.h>, which chokes if dcgettext is defined as a macro. So include 71 # undef dcgettext macro 72 # define dcgettext(Domainname, Msgid, Category) \ macro 147 const char *translation = dcgettext (domain, msg_ctxt_id, category); 223 translation = dcgettext (domain, msg_ctxt_id, category);
|
/osnet-11/usr/src/lib/libc/port/i18n/ |
H A D | gettext.c | 30 #pragma weak _dcgettext = dcgettext 133 * In dcgettext() call, domain is valid only for this call. 150 dcgettext(const char *domain, const char *msg_id, const int category) function
|
/osnet-11/usr/src/lib/hal/libhal/common/ |
H A D | libhal.c | 51 # define dcgettext(Domain,Message,Type) (Message) macro
|
/osnet-11/usr/src/lib/hal/libhal-storage/common/ |
H A D | libhal-storage.c | 54 # define dcgettext(Domain,Message,Type) (Message) macro
|
Completed in 41 milliseconds