Home
last modified time | relevance | path

Searched refs:__IDSTRING (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/sys/
H A Dcdefs.h560 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") macro
566 * #define __IDSTRING(name,string) struct __hack
568 #define __IDSTRING(name,string) static const char name[] __unused = string macro
578 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
586 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
594 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s)
602 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s)
610 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
/third_party/FreeBSD/lib/libc/stdlib/
H A Dqsort.c38 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") macro
44 * #define __IDSTRING(name,string) struct __hack
46 #define __IDSTRING(name,string) static const char name[] __unused = string macro
57 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
/third_party/mksh/
H A Dsh.h161 * We got usable __IDSTRING __COPYRIGHT __RCSID __SCCSID macros
167 #undef __IDSTRING macro
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)

Completed in 12 milliseconds