Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dcdefs.h570 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") macro
578 #define __IDSTRING(name,string) static const char name[] __unused = string macro
589 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
597 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
605 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s)
613 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s)
621 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)