Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dcdefs.h438 #define __IDSTRING(name, string) static const char name[] __used = string macro
441 #define __COPYRIGHT(s) __IDSTRING(copyright,s)
445 #define __RCSID(s) __IDSTRING(rcsid,s)
449 #define __SCCSID(s) __IDSTRING(sccsid,s)
453 #define __PROJECT_VERSION(s) __IDSTRING(project_version,s)