Searched refs:__IDSTRING (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/tests/sys/opencrypto/ |
| H A D | cryptodevh.py | 85 def __FBSDID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 87 def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 89 def __RCSID_SOURCE(s): return __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 91 def __SCCSID(s): return __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 93 def __COPYRIGHT(s): return __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|
| /freebsd-14.2/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-14.2/sys/sys/ |
| H A D | cdefs.h | 557 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") macro 565 #define __IDSTRING(name,string) static const char name[] __unused = string macro 575 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 583 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 591 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 599 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 607 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|
| /freebsd-14.2/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-14.2/tools/build/cross-build/include/common/sys/ |
| H A D | cdefs.h | 56 #ifndef __IDSTRING 57 #define __IDSTRING(name, string) macro
|
| /freebsd-14.2/contrib/bmake/ |
| H A D | make.h | 1221 # ifndef __IDSTRING 1222 # define __IDSTRING(name,string) \ macro 1226 # define __RCSID(s) __IDSTRING(rcsid,s) 1229 # define __COPYRIGHT(s) __IDSTRING(copyright,s)
|
| H A D | ChangeLog | 3785 * Remove __IDSTRING()
|