HomeSort by: relevance | last modified time | path
    Searched defs:__RCSID (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.sbin/mopd/common/
port.h 38 #ifndef __RCSID
39 #define __RCSID(a)
  /src/lib/libedit/
sys.h 68 #ifndef __RCSID
69 #define __RCSID(x)
  /src/sys/arch/or1k/include/
asm.h 87 #define __RCSID(x) .pushsection ".ident","MS",@progbits,1; \
94 #define __RCSID(x) .pushsection ".ident","MS",@progbits,1; \
98 #define RCSID(x) __RCSID(x)
  /src/sys/sys/
cdefs_aout.h 81 #define __RCSID(_s) \
86 #define __RCSID(_s) __IDSTRING(rcsid,_s)
cdefs_elf.h 166 #define __RCSID(_s) \
171 #define __RCSID(_s) __IDSTRING(rcsid,_s)
177 #define __KERNEL_RCSID(_n, _s) __RCSID(_s)
cdefs.h 495 #undef __RCSID
496 #define __RCSID(_s) /* nothing */
  /src/sbin/routed/rtquery/
rtquery.c 57 #ifndef __RCSID
58 #define __RCSID(_s) static const char rcsid[] UNUSED = _s
66 __RCSID("$NetBSD: rtquery.c,v 1.25 2014/03/23 05:36:58 dholland Exp $");
68 __RCSID("$FreeBSD$");
70 __RCSID("Revision: 2.26 ");
  /src/lib/librumpuser/
rumpuser_port.h 217 #ifndef __RCSID
218 #define __RCSID(a)
  /src/sys/arch/riscv/include/
asm.h 125 #define __RCSID(x) .pushsection ".ident","MS",@progbits,1; \
132 #define __RCSID(x) .pushsection ".ident","MS",@progbits,1; \
136 #define RCSID(name) __RCSID(name)
  /src/sys/arch/powerpc/include/
asm.h 157 #undef __RCSID
159 #define RCSID(x) __RCSID(x)
161 #define __RCSID(x) .pushsection ".ident","MS",@progbits,1; \
168 #define __RCSID(x) .pushsection ".ident","MS",@progbits,1; \
  /src/tools/compat/
compat_defs.h 686 #undef __RCSID
687 #define __RCSID(x) struct XXXNETBSD_RCSID
  /src/sbin/routed/
defs.h 93 #ifndef __RCSID
94 #define __RCSID(_s) static const char rcsid[] UNUSED = _s

Completed in 19 milliseconds