Home
last modified time | relevance | path

Searched refs:__IDSTRING (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/sys/
Dcdefs.h583 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") macro
591 #define __IDSTRING(name,string) static const char name[] __unused = string macro
602 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
610 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
618 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s)
626 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s)
634 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
/third_party/mksh/
Dsh.h167 #undef __IDSTRING
176 #define __IDSTRING(prefix,string) /* nothing */ macro
180 #define __IDSTRING(prefix,string) \ macro
186 #define __IDSTRING(prefix,string) \ macro
190 #define __COPYRIGHT(x) __IDSTRING(copyright,x)
191 #define __RCSID(x) __IDSTRING(rcsid,x)
192 #define __SCCSID(x) __IDSTRING(sccsid,x)