Searched refs:__IDSTRING (Results 1 – 1 of 1) sorted by relevance
/trusted-firmware-a-latest/include/lib/libc/sys/ |
D | cdefs.h | 565 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") macro 573 #define __IDSTRING(name,string) static const char name[] __unused = string macro 584 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 592 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 600 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 608 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 616 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|