Searched refs:L_DECL (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h35 * the macro L_DECL() below expands to an extern const char * declaration
37 * literals.c which change L_DECL() to initialize the string by calling
48 #ifndef L_DECL
49 #define L_DECL(s) extern const char *L_##s macro
53 L_DECL(asru);
54 L_DECL(div);
55 L_DECL(engine);
56 L_DECL(event);
57 L_DECL(fru);
58 L_DECL(i
[all...]
H A Dliterals.c41 #define L_DECL(s) const char *L_##s macro
56 #undef L_DECL macro
57 #define L_DECL(s) L_##s = stable(#s) macro

Completed in 94 milliseconds