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

  /src/usr.sbin/bootp/common/
getif.c 38 #define BSD 43
102 #if (BSD - 0) < 43
103 /* BSD not defined or earlier than 4.3 */
  /src/games/hack/
config.h 74 * BSD SYSV
82 #define BSD /* delete this line on System V */
121 #ifdef BSD
123 #endif /* BSD */
  /src/bin/sh/
shell.h 40 * define BSD if you are running 4.2 BSD or later.
60 #ifndef BSD
61 #define BSD 1
  /src/sys/sys/
param.h 47 * Historic BSD #defines -- probably will remain untouched for all time.
49 #define BSD 199506 /* System version (year & month). */
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 68 #if defined(BSD) && (BSD < 199103) && defined(__osf__)
69 # undef BSD
70 # define BSD 199103
149 # define BSD_GE_YEAR(x) (BSD >= (x))
150 # define BSD_GT_YEAR(x) (BSD > (x))
151 # define BSD_LT_YEAR(x) (BSD < (x))
290 * For BSD kernels, if bpf is in the kernel, enable ipfilter to use bpf in
502 * On BSD's use quad_t as a guarantee for getting at least a 64bit sized
509 #else /* BSD > 199306 *
    [all...]

Completed in 13 milliseconds