Searched refs:__IDSTRING (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/tests/sys/opencrypto/ |
| HD | cryptodevh.py | 87 def __FBSDID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 89 def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 91 def __RCSID_SOURCE(s): return __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 93 def __SCCSID(s): return __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 95 def __COPYRIGHT(s): return __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|
| /NextBSD/sys/sys/ |
| HD | cdefs.h | 592 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") macro 600 #define __IDSTRING(name,string) static const char name[] __unused = string macro 611 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 619 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 627 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 635 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 643 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|
| /NextBSD/usr.sbin/lpr/common_source/ |
| HD | lp.cdefs.h | 90 # elif defined(__IDSTRING) /* NetBSD */ 91 # define __FBSDID(s) __IDSTRING(rcsid,s)
|
| /NextBSD/usr.sbin/crunch/crunchide/ |
| HD | exec_elf64.c | 35 __IDSTRING(elf64rcsid, "$NetBSD: exec_elf64.c,v 1.2 1997/08/02 21:30:19 perry Exp $");
|
| /NextBSD/sys/dev/si/ |
| HD | si.c | 39 __IDSTRING(si_copyright1, "@(#) Copyright (C) Specialix International, 1990,1992,1998"); 40 __IDSTRING(si_copyright2, "@(#) Copyright (C) Andy Rutter 1993"); 41 __IDSTRING(si_copyright3, "@(#) Copyright (C) Peter Wemm 2000");
|
| /NextBSD/contrib/bmake/ |
| HD | ChangeLog | 1334 * Remove __IDSTRING()
|