HomeSort by relevance Sort by last modified time
    Searched defs:__IDSTRING (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
cdefs_aout.h 85 #define __IDSTRING(_n,_s) \
90 //#define __RCSID(_s) __IDSTRING(rcsid,_s)
95 #define __COPYRIGHT(_s) __IDSTRING(copyright,_s)
102 #define __KERNEL_RCSID(_n,_s) __IDSTRING(__CONCAT(rcsid,_n),_s)
107 #define __KERNEL_COPYRIGHT(_n, _s) __IDSTRING(__CONCAT(copyright,_n),_s)
  /bionic/libc/include/sys/
cdefs.h 151 #define __IDSTRING(_prefix,_s) /* nothing */
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
cdefs.h 492 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"")
498 * #define __IDSTRING(name,string) struct __hack
500 #define __IDSTRING(name,string) static const char name[] __unused = string
511 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
519 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
527 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s)
535 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s)
543 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
  /external/mksh/src/
sh.h 158 * We got usable __IDSTRING __COPYRIGHT __RCSID __SCCSID macros
164 #undef __IDSTRING
173 #define __IDSTRING(prefix, string) /* nothing */
175 #define __IDSTRING(prefix, string) \
179 #define __COPYRIGHT(x) __IDSTRING(copyright,x)
180 #define __RCSID(x) __IDSTRING(rcsid,x)
181 #define __SCCSID(x) __IDSTRING(sccsid,x)
    [all...]

Completed in 591 milliseconds