Home | History | Annotate | Download | only in sys

Lines Matching refs:_s

163 #define	__IDSTRING(_n,_s)		__SECTIONSTRING(.ident,_s)
166 #define __RCSID(_s) \
167 __IDSTRING(rcsid,_s); \
171 #define __RCSID(_s) __IDSTRING(rcsid,_s)
173 #define __SCCSID(_s)
174 #define __SCCSID2(_s)
175 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
177 #define __KERNEL_RCSID(_n, _s) __RCSID(_s)
178 #define __KERNEL_SCCSID(_n, _s)
179 #define __KERNEL_COPYRIGHT(_n, _s) __COPYRIGHT(_s)