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

  /external/libedit/src/
sys.h 118 #ifndef __RCSID
119 #define __RCSID(x)
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
cdefs_aout.h 90 //#define __RCSID(_s) __IDSTRING(rcsid,_s)
91 #define __RCSID(_s)
  /bionic/libc/include/sys/
cdefs.h 196 #define __RCSID(_s) /* nothing */
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
cdefs.h 517 #ifndef __RCSID
519 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
521 #define __RCSID(s) struct __hack
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 58 def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 58 def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 58 def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
  /external/mksh/src/
sh.h 158 * We got usable __IDSTRING __COPYRIGHT __RCSID __SCCSID macros
168 #undef __RCSID
180 #define __RCSID(x) __IDSTRING(rcsid,x)
185 __RCSID("$MirOS: src/bin/mksh/sh.h,v 1.858 2018/01/14 01:47:36 tg Exp $");
    [all...]

Completed in 144 milliseconds