Searched refs:LIBINTL_DLL_EXPORTED (Results 1 – 6 of 6) sorted by relevance
21 #define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default"))) macro23 #define LIBINTL_DLL_EXPORTED __declspec(dllexport) macro25 #define LIBINTL_DLL_EXPORTED macro66 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 …]
3 #define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default"))) macro5 #define LIBINTL_DLL_EXPORTED __declspec(dllexport) macro7 #define LIBINTL_DLL_EXPORTED macro
37 #ifndef LIBINTL_DLL_EXPORTED38 # define LIBINTL_DLL_EXPORTED macro126 extern LIBINTL_DLL_EXPORTED const char *_nl_expand_alias (const char *name);
232 extern LIBINTL_DLL_EXPORTED int _nl_msg_cat_cntr;
285 | sed -e 's/extern \([^"]\)/extern LIBINTL_DLL_EXPORTED \1/' \
2332 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.