Searched refs:__IDSTRING (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/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-current/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-current/tests/sys/opencrypto/
H A Dcryptodevh.py66 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-current/sys/sys/
H A Dcdefs.h544 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") macro
550 * #define __IDSTRING(name,string) struct __hack
552 #define __IDSTRING(name,string) static const char name[] __unused = string macro
562 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
570 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
578 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s)
586 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s)
594 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
/freebsd-current/tools/build/cross-build/include/common/sys/
H A Dcdefs.h56 #ifndef __IDSTRING
57 #define __IDSTRING(name, string) macro
/freebsd-current/contrib/bmake/
H A Dmake.h1239 # ifndef __IDSTRING
1240 # define __IDSTRING(name,string) \ macro
1244 # define __RCSID(s) __IDSTRING(rcsid,s)
1247 # define __COPYRIGHT(s) __IDSTRING(copyright,s)

Completed in 212 milliseconds