Home
last modified time | relevance | path

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

/freebsd-14.2/tests/sys/opencrypto/
H A Dcryptodevh.py85 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 Dcdefs.h175 #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 Dcdefs.h557 #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 Dexec_elf64.c37 __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 Dcdefs.h56 #ifndef __IDSTRING
57 #define __IDSTRING(name, string) macro
/freebsd-14.2/contrib/bmake/
H A Dmake.h1221 # ifndef __IDSTRING
1222 # define __IDSTRING(name,string) \ macro
1226 # define __RCSID(s) __IDSTRING(rcsid,s)
1229 # define __COPYRIGHT(s) __IDSTRING(copyright,s)
H A DChangeLog3785 * Remove __IDSTRING()