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

  /src/external/bsd/unbound/dist/dynlibmod/examples/
helloworld.c 21 /* Declare the EXPORT macro that expands to exporting the symbol for DLLs when
22 * compiling for Windows. All procedures marked with EXPORT in this example are
26 #define EXPORT __declspec(dllexport)
28 #define EXPORT
40 EXPORT int init(struct module_env* env, int id) {
53 EXPORT void deinit(struct module_env* env, int id) {
62 EXPORT void operate(struct module_qstate* qstate, enum module_ev event,
93 EXPORT void inform_super(struct module_qstate* qstate, int id,
100 EXPORT void clear(struct module_qstate* qstate, int id) {
111 EXPORT size_t get_mem(struct module_env* env, int id)
    [all...]
  /src/sys/arch/ia64/include/
asm.h 113 * EXPORT
114 * Export a symbol
116 #define EXPORT(_name_) \
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Template.h 504 #define EXPORT(DERIVED, BASE)
  /src/external/gpl3/gdb.old/dist/gdb/
hppa-tdep.h 187 EXPORT = 10,
  /src/external/gpl3/gdb/dist/gdb/
hppa-tdep.h 187 EXPORT = 10,
  /src/bin/ksh/
table.h 16 * or offset from val.s of value (if EXPORT) */
40 #define EXPORT BIT(3) /* exported variable/function */
70 #define USERATTRIB (EXPORT|INTEGER|RDONLY|LJUST|RJUST|ZEROFIL\
  /src/sys/arch/mips/include/
asm.h 297 * EXPORT -- export definition of symbol
299 #define EXPORT(x) \
304 * EXPORT_OBJECT -- export definition of symbol of symbol
308 EXPORT(x); \
318 EXPORT(x); \
321 EXPORT(__CONCAT(x,_end)); \
  /src/external/bsd/ntp/dist/sntp/libopts/
autoopts.h 64 #undef EXPORT
65 #define EXPORT
  /src/sys/arch/alpha/include/
asm.h 433 * EXPORT
434 * Export a symbol
436 #define EXPORT(_name_) \
  /src/external/gpl2/xcvs/dist/src/
cvs.h 326 CHECKOUT, TAG, PATCH, EXPORT, MISC

Completed in 27 milliseconds