Searched refs:__IDSTRING (Results 1 – 7 of 7) sorted by relevance
/freebsd/tests/sys/opencrypto/ |
H A D | cryptodevh.py | 66 def __FBSDID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 68 def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 70 def __RCSID_SOURCE(s): return __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 72 def __SCCSID(s): return __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 74 def __COPYRIGHT(s): return __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|
/freebsd/contrib/bmake/missing/sys/ |
H A D | cdefs.h | 175 #define __IDSTRING(name,string) \ macro 179 #define __RCSID(s) __IDSTRING(rcsid,s) 183 #define __COPYRIGHT(s) __IDSTRING(copyright,s)
|
/freebsd/sys/sys/ |
H A D | cdefs.h | 406 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") macro 415 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 423 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 431 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 439 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 447 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|
/freebsd/usr.sbin/crunch/crunchide/ |
H A D | exec_elf64.c | 37 __IDSTRING(elf64rcsid, "$NetBSD: exec_elf64.c,v 1.2 1997/08/02 21:30:19 perry Exp $");
|
/freebsd/tools/build/cross-build/include/common/sys/ |
H A D | cdefs.h | 56 #ifndef __IDSTRING 57 #define __IDSTRING(name, string) macro
|
/freebsd/contrib/bmake/ |
H A D | make.h | 1262 # ifndef __IDSTRING 1263 # define __IDSTRING(name,string) \ 1267 # define __RCSID(s) __IDSTRING(rcsid,s) 1270 # define __COPYRIGHT(s) __IDSTRING(copyright,s) 1264 # define __IDSTRING( global() macro
|
H A D | ChangeLog | 4404 * Remove __IDSTRING()
|