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

/freebsd-10.0-release/usr.sbin/crunch/crunchide/
H A Dexec_elf64.c35 __IDSTRING(elf64rcsid, "$NetBSD: exec_elf64.c,v 1.2 1997/08/02 21:30:19 perry Exp $");
/freebsd-10.0-release/usr.sbin/lpr/common_source/
H A Dlp.cdefs.h90 # elif defined(__IDSTRING) /* NetBSD */
91 # define __FBSDID(s) __IDSTRING(rcsid,s)
/freebsd-10.0-release/sys/sys/
H A Dcdefs.h549 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") macro
555 * #define __IDSTRING(name,string) struct __hack
557 #define __IDSTRING(name,string) static const char name[] __unused = string macro
568 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
576 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
584 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s)
592 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s)
600 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)

Completed in 128 milliseconds