Home
last modified time | relevance | path

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

/NextBSD/tests/sys/opencrypto/
HDcryptodevh.py87 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/
HDcdefs.h592 #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/
HDlp.cdefs.h90 # elif defined(__IDSTRING) /* NetBSD */
91 # define __FBSDID(s) __IDSTRING(rcsid,s)
/NextBSD/usr.sbin/crunch/crunchide/
HDexec_elf64.c35 __IDSTRING(elf64rcsid, "$NetBSD: exec_elf64.c,v 1.2 1997/08/02 21:30:19 perry Exp $");
/NextBSD/sys/dev/si/
HDsi.c39 __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/
HDChangeLog1334 * Remove __IDSTRING()