Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-freebsd6/
DIN.py56 def __FBSDID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
58 def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
60 def __RCSID_SOURCE(s): return __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s)
62 def __SCCSID(s): return __IDSTRING(__CONCAT(__sccsid_,__LINE__),s)
64 def __COPYRIGHT(s): return __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py56 def __FBSDID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
58 def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
60 def __RCSID_SOURCE(s): return __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s)
62 def __SCCSID(s): return __IDSTRING(__CONCAT(__sccsid_,__LINE__),s)
64 def __COPYRIGHT(s): return __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py56 def __FBSDID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
58 def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
60 def __RCSID_SOURCE(s): return __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s)
62 def __SCCSID(s): return __IDSTRING(__CONCAT(__sccsid_,__LINE__),s)
64 def __COPYRIGHT(s): return __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
/external/mksh/src/
Dsh.h157 #undef __IDSTRING
166 #define __IDSTRING(prefix, string) /* nothing */ macro
168 #define __IDSTRING(prefix, string) \ macro
172 #define __COPYRIGHT(x) __IDSTRING(copyright,x)
173 #define __RCSID(x) __IDSTRING(rcsid,x)
174 #define __SCCSID(x) __IDSTRING(sccsid,x)