Lines Matching full:macro
45 want extra underscores (e.g., "nlm_32_"). The XCONCAT2 macro will
53 /* This is a utility macro to handle the situation where the code
56 is error prone, so using this macro is safer. The macro will
59 /* Unfortunately it is not possible to use the STRING_COMMA_LEN macro
60 to create the arguments to another macro, since the preprocessor
61 will mis-count the number of arguments to the outer macro (by not
64 the arguments to the strncmp() macro. Hence this alternative