HomeSort by: relevance | last modified time | path
    Searched defs:DLL_EXPORTED (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
intl-compat.c 53 # define DLL_EXPORTED __attribute__((__visibility__("default")))
55 # define DLL_EXPORTED __declspec(dllexport)
57 # define DLL_EXPORTED
61 DLL_EXPORTED
69 DLL_EXPORTED
77 DLL_EXPORTED
85 DLL_EXPORTED
93 DLL_EXPORTED
102 DLL_EXPORTED
112 DLL_EXPORTED
    [all...]
printf.c 64 # define DLL_EXPORTED __declspec(dllexport)
66 # define DLL_EXPORTED
93 DLL_EXPORTED
120 DLL_EXPORTED
133 DLL_EXPORTED
140 DLL_EXPORTED
153 DLL_EXPORTED
178 DLL_EXPORTED
201 DLL_EXPORTED
232 DLL_EXPORTED
    [all...]
  /src/external/gpl2/texinfo/dist/intl/
intl-compat.c 55 # define DLL_EXPORTED __declspec(dllexport)
57 # define DLL_EXPORTED
61 DLL_EXPORTED
69 DLL_EXPORTED
77 DLL_EXPORTED
85 DLL_EXPORTED
93 DLL_EXPORTED
102 DLL_EXPORTED
112 DLL_EXPORTED
120 DLL_EXPORTED
    [all...]
printf.c 59 # define DLL_EXPORTED __declspec(dllexport)
61 # define DLL_EXPORTED
80 DLL_EXPORTED
101 DLL_EXPORTED
114 DLL_EXPORTED
121 DLL_EXPORTED
134 DLL_EXPORTED
154 DLL_EXPORTED
177 DLL_EXPORTED
204 DLL_EXPORTED
    [all...]
  /src/external/gpl3/gcc.old/dist/intl/
intl-compat.c 53 # define DLL_EXPORTED __declspec(dllexport)
55 # define DLL_EXPORTED
59 DLL_EXPORTED
68 DLL_EXPORTED
78 DLL_EXPORTED
89 DLL_EXPORTED
100 DLL_EXPORTED
112 DLL_EXPORTED
125 DLL_EXPORTED
134 DLL_EXPORTED
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
mbtowc-lock.c 40 # ifndef DLL_EXPORTED
43 # define DLL_EXPORTED __attribute__((__visibility__("default")))
45 # define DLL_EXPORTED __declspec(dllexport)
47 # define DLL_EXPORTED
62 DLL_EXPORTED CRITICAL_SECTION *gl_get_mbtowc_lock (void);
99 DLL_EXPORTED pthread_mutex_t *gl_get_mbtowc_lock (void);
126 DLL_EXPORTED mtx_t *gl_get_mbtowc_lock (void);
setlocale-lock.c 40 # ifndef DLL_EXPORTED
43 # define DLL_EXPORTED __attribute__((__visibility__("default")))
45 # define DLL_EXPORTED __declspec(dllexport)
47 # define DLL_EXPORTED
62 DLL_EXPORTED CRITICAL_SECTION *gl_get_setlocale_null_lock (void);
99 DLL_EXPORTED pthread_mutex_t *gl_get_setlocale_null_lock (void);
126 DLL_EXPORTED mtx_t *gl_get_setlocale_null_lock (void);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
mbtowc-lock.c 40 # ifndef DLL_EXPORTED
43 # define DLL_EXPORTED __attribute__((__visibility__("default")))
45 # define DLL_EXPORTED __declspec(dllexport)
47 # define DLL_EXPORTED
62 DLL_EXPORTED CRITICAL_SECTION *gl_get_mbtowc_lock (void);
99 DLL_EXPORTED pthread_mutex_t *gl_get_mbtowc_lock (void);
126 DLL_EXPORTED mtx_t *gl_get_mbtowc_lock (void);
setlocale-lock.c 40 # ifndef DLL_EXPORTED
43 # define DLL_EXPORTED __attribute__((__visibility__("default")))
45 # define DLL_EXPORTED __declspec(dllexport)
47 # define DLL_EXPORTED
62 DLL_EXPORTED CRITICAL_SECTION *gl_get_setlocale_null_lock (void);
99 DLL_EXPORTED pthread_mutex_t *gl_get_setlocale_null_lock (void);
126 DLL_EXPORTED mtx_t *gl_get_setlocale_null_lock (void);

Completed in 20 milliseconds