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

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Ddcgettext.c1 /* Implementation of the dcgettext(3) function.
58 weak_alias (__dcgettext, dcgettext);
H A Dintl-compat.c40 #undef dcgettext macro
80 dcgettext (domainname, msgid, category) function
H A Dlibgnuintl.h.in154 static inline char *dcgettext (const char *__domainname, const char *__msgid,
161 # define dcgettext libintl_dcgettext
163 extern char *dcgettext _INTL_PARAMS ((const char *__domainname,
211 /* Similar to `dcgettext' but select the plural form corresponding to the
/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A Ddcgettext.c1 /* Implementation of the dcgettext(3) function.
58 weak_alias (__dcgettext, dcgettext);
H A Dintl-compat.c40 #undef dcgettext macro
80 dcgettext (domainname, msgid, category) function
H A Dlibgnuintl.h154 static inline char *dcgettext (const char *__domainname, const char *__msgid, function
161 # define dcgettext libintl_dcgettext macro
163 extern char *dcgettext _INTL_PARAMS ((const char *__domainname,
211 /* Similar to `dcgettext' but select the plural form corresponding to the
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dopintl.h37 # define dcgettext(Domainname, Msgid, Category) (Msgid) macro
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dgettext.h37 # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dgettext.h31 chokes if dcgettext is defined as a macro. So include it now, to make
47 # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) macro
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dgettext.h31 chokes if dcgettext is defined as a macro. So include it now, to make
41 <libintl.h>, which chokes if dcgettext is defined as a macro. So include
57 # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) macro
/macosx-10.10.1/text_cmds-88/sort/
H A Dgettext.h30 chokes if dcgettext is defined as a macro. So include it now, to make
40 <libintl.h>, which chokes if dcgettext is defined as a macro. So include
56 # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) macro
/macosx-10.10.1/bash-94.1.2/
H A Dlibgnuintl.h154 static inline char *dcgettext (const char *__domainname, const char *__msgid, function
161 # define dcgettext libintl_dcgettext macro
163 extern char *dcgettext _INTL_PARAMS ((const char *__domainname,
211 /* Similar to `dcgettext' but select the plural form corresponding to the
H A Dlibintl.h154 static inline char *dcgettext (const char *__domainname, const char *__msgid, function
161 # define dcgettext libintl_dcgettext macro
163 extern char *dcgettext _INTL_PARAMS ((const char *__domainname,
211 /* Similar to `dcgettext' but select the plural form corresponding to the
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dsysdep.h194 # define dcgettext(Domainname, Msgid, Category) (Msgid) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dbucomm.h166 # define dcgettext(Domainname, Msgid, Category) (Msgid)
165 # define dcgettext macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
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
68 # define dcgettext(Domainname, Msgid, Category) \ macro
137 const char *translation = dcgettext (domain, msg_ctxt_id, category);
213 translation = dcgettext (domain, msg_ctxt_id, category);
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dgettext.h31 chokes if dcgettext is defined as a macro. So include it now, to make
41 <libintl.h>, which chokes if dcgettext is defined as a macro. So include
57 # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) macro
111 const char *translation = dcgettext (domain, msg_ctxt_id, category);
182 translation = dcgettext (domain, msg_ctxt_id, category);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dawk.vim43 syn keyword awkFunction dcgettext bindtextdomain
H A Dphp.vim175 syn keyword phpFunctions bind_textdomain_codeset bindtextdomain dcgettext dcngettext dgettext dngettext gettext ngettext textdomain contained
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A DMANIFEST244 lib/intl/dcgettext.c f
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim1505 \ 'dcgettext(': 'string domain, string message, int category | string',

Completed in 302 milliseconds