Searched refs:__IDSTRING (Results 1 – 7 of 7) sorted by relevance
| /src/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)
|
| /src/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)
|
| /src/sys/sys/ |
| H A D | cdefs.h | 439 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") macro 448 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 456 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 464 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 472 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 480 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|
| /src/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 $");
|
| /src/tools/build/cross-build/include/common/sys/ |
| H A D | cdefs.h | 56 #ifndef __IDSTRING 57 #define __IDSTRING(name, string) macro
|
| /src/contrib/bmake/ |
| H A D | make.h | 1272 # ifndef __IDSTRING 1273 # define __IDSTRING(name,string) \ macro 1277 # define __RCSID(s) __IDSTRING(rcsid,s) 1280 # define __COPYRIGHT(s) __IDSTRING(copyright,s)
|
| H A D | ChangeLog | 4611 * Remove __IDSTRING()
|