Home | History | Annotate | Download | only in src

Lines Matching defs:__IDSTRING

158  * We got usable __IDSTRING __COPYRIGHT __RCSID __SCCSID macros
164 #undef __IDSTRING
173 #define __IDSTRING(prefix, string) /* nothing */
175 #define __IDSTRING(prefix, string) \
179 #define __COPYRIGHT(x) __IDSTRING(copyright,x)
180 #define __RCSID(x) __IDSTRING(rcsid,x)
181 #define __SCCSID(x) __IDSTRING(sccsid,x)