Searched refs:__IDSTRING (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13-stable/tests/sys/opencrypto/ |
| HD | cryptodevh.py | 86 def __FBSDID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 88 def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 90 def __RCSID_SOURCE(s): return __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 92 def __SCCSID(s): return __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 94 def __COPYRIGHT(s): return __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|
| /freebsd-13-stable/contrib/bmake/missing/sys/ |
| HD | cdefs.h | 175 #define __IDSTRING(name,string) \ macro 179 #define __RCSID(s) __IDSTRING(rcsid,s) 183 #define __COPYRIGHT(s) __IDSTRING(copyright,s)
|
| /freebsd-13-stable/sys/sys/ |
| HD | cdefs.h | 558 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") macro 566 #define __IDSTRING(name,string) static const char name[] __unused = string macro 576 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 584 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 592 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 600 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 608 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|
| /freebsd-13-stable/usr.sbin/crunch/crunchide/ |
| HD | exec_elf64.c | 37 __IDSTRING(elf64rcsid, "$NetBSD: exec_elf64.c,v 1.2 1997/08/02 21:30:19 perry Exp $");
|
| /freebsd-13-stable/tools/build/cross-build/include/common/sys/ |
| HD | cdefs.h | 56 #ifndef __IDSTRING 57 #define __IDSTRING(name, string) macro
|
| /freebsd-13-stable/contrib/bmake/ |
| HD | make.h | 1207 # ifndef __IDSTRING 1208 # define __IDSTRING(name,string) \ macro 1212 # define __RCSID(s) __IDSTRING(rcsid,s) 1215 # define __COPYRIGHT(s) __IDSTRING(copyright,s)
|
| HD | ChangeLog | 3401 * Remove __IDSTRING()
|