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

/barrelfish-master/include/sys/
H A Dcdefs.h599 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") macro
605 * #define __IDSTRING(name,string) struct __hack
607 #define __IDSTRING(name,string) static const char name[] __unused = string macro
618 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
626 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
634 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s)
642 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s)
650 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)

Completed in 82 milliseconds