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

/darwin-on-arm/xnu/bsd/sys/
H A Dcdefs.h188 #define __IDSTRING(name,string) static const char name[] __used = string macro
191 #define __COPYRIGHT(s) __IDSTRING(copyright,s)
195 #define __RCSID(s) __IDSTRING(rcsid,s)
199 #define __SCCSID(s) __IDSTRING(sccsid,s)
203 #define __PROJECT_VERSION(s) __IDSTRING(project_version,s)

Completed in 77 milliseconds