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

  /src/sys/sys/
cdefs_aout.h 91 #define __COPYRIGHT(_s) __IDSTRING(copyright,_s)
93 #define __COPYRIGHT(_s) \
cdefs_elf.h 175 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
179 #define __KERNEL_COPYRIGHT(_n, _s) __COPYRIGHT(_s)
  /src/sbin/routed/rtquery/
rtquery.c 60 #ifndef __COPYRIGHT
61 #define __COPYRIGHT(_s) static const char copyright[] UNUSED = _s
63 __COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993\
  /src/tools/compat/
compat_defs.h 690 #undef __COPYRIGHT
691 #define __COPYRIGHT(x) struct XXXNETBSD_COPYRIGHT
  /src/sbin/routed/
defs.h 96 #ifndef __COPYRIGHT
97 #define __COPYRIGHT(_s) static const char copyright[] UNUSED = _s

Completed in 13 milliseconds