Home
last modified time | relevance | path

Searched refs:LIBINTL_DLL_EXPORTED (Results 1 – 6 of 6) sorted by relevance

/third_party/gettext/gettext-runtime/intl/
Dlibgnuintl.h21 #define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default"))) macro
23 #define LIBINTL_DLL_EXPORTED __declspec(dllexport) macro
25 #define LIBINTL_DLL_EXPORTED macro
66 extern LIBINTL_DLL_EXPORTED int libintl_version;
132 extern LIBINTL_DLL_EXPORTED char *libintl_gettext (const char *__msgid)
144 extern LIBINTL_DLL_EXPORTED char *gettext (const char *__msgid)
152 extern LIBINTL_DLL_EXPORTED char *libintl_dgettext (const char *__domainname, const char *__msgid)
164 extern LIBINTL_DLL_EXPORTED char *dgettext (const char *__domainname, const char *__msgid)
172 extern LIBINTL_DLL_EXPORTED char *libintl_dcgettext (const char *__domainname, const char *__msgid,
185 extern LIBINTL_DLL_EXPORTED char *dcgettext (const char *__domainname, const char *__msgid,
[all …]
Dexport.h3 #define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default"))) macro
5 #define LIBINTL_DLL_EXPORTED __declspec(dllexport) macro
7 #define LIBINTL_DLL_EXPORTED macro
Dloadinfo.h37 #ifndef LIBINTL_DLL_EXPORTED
38 # define LIBINTL_DLL_EXPORTED macro
126 extern LIBINTL_DLL_EXPORTED const char *_nl_expand_alias (const char *name);
DgettextP.h232 extern LIBINTL_DLL_EXPORTED int _nl_msg_cat_cntr;
DMakefile.am285 | sed -e 's/extern \([^"]\)/extern LIBINTL_DLL_EXPORTED \1/' \
DChangeLog.02332 LIBINTL_DLL_EXPORTED and loadinfo.h uses it.
2334 * loadinfo.h (LIBINTL_DLL_EXPORTED): Provide fallback declaration.
2346 (libgnuintl.h): Add LIBINTL_DLL_EXPORTED definition and uses.
2348 LIBINTL_DLL_EXPORTED.