Searched refs:__IDSTRING_CONCAT (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/bin/pax/ |
| D | pax.h | 267 #undef __IDSTRING_CONCAT 272 #define __IDSTRING_CONCAT(l,p) __LINTED__ ## l ## _ ## p macro 273 #define __IDSTRING_EXPAND(l,p) __IDSTRING_CONCAT(l,p)
|
| /mirbsd/src/sys/sys/ |
| D | cdefs.h | 234 #define __IDSTRING_CONCAT(l,p) __LINTED__ ## l ## _ ## p macro 235 #define __IDSTRING_EXPAND(l,p) __IDSTRING_CONCAT(l,p)
|
| /mirbsd/src/bin/mksh/ |
| D | sh.h | 152 #undef __IDSTRING_CONCAT 157 #define __IDSTRING_CONCAT(l,p) __LINTED__ ## l ## _ ## p macro 158 #define __IDSTRING_EXPAND(l,p) __IDSTRING_CONCAT(l,p)
|
| /mirbsd/src/usr.bin/host/ |
| D | host.c | 129 #undef __IDSTRING_CONCAT 134 #define __IDSTRING_CONCAT(l,p) __LINTED__ ## l ## _ ## p macro 135 #define __IDSTRING_EXPAND(l,p) __IDSTRING_CONCAT(l,p)
|