Searched refs:BSD (Results 1 - 25 of 138) sorted by relevance

123456

/freebsd-13-stable/etc/mtree/
H A DMakefile5 # NOTE: BSD.debug.dist is unconditionally installed for developer ease-of-use.
7 BSD.debug.dist \
8 BSD.include.dist \
9 BSD.root.dist \
14 BSD.usr.dist \
15 BSD.var.dist
18 _BSD.lib32.dist= BSD.lib32.dist
21 _BSD.libsoft.dist= BSD.libsoft.dist
24 _BSD.sendmail.dist= BSD.sendmail.dist
27 _BSD.tests.dist= BSD
[all...]
/freebsd-13-stable/usr.sbin/cron/cron/
H A Dpathnames.h22 #if (defined(BSD)) && (BSD >= 199103) || defined(__linux) || defined(AIX)
24 #endif /*BSD*/
59 /* 4.3BSD-style crontab */
H A Dcompat.h65 # if (BSD >= 199103) || defined(__linux) || defined(ultrix) || defined(AIX) ||\
71 #ifndef BSD
73 # define BSD 198902 macro
79 #if (!defined(BSD) || (BSD < 198902)) && !defined(__linux) && \
84 #if (!defined(BSD) || (BSD < 198911)) && !defined(__linux) &&\
89 #if (!defined(BSD) || (BSD < 198911)) && !defined(POSIX) && !defined(NeXT)
101 #if (defined(POSIX) && !defined(BSD))
[all...]
H A Dexterns.h51 /* classic BSD */
75 #if (!defined(BSD) || (BSD < 198911)) && !defined(ATT) && !defined(UNICOS)
79 #if (!defined(BSD) || (BSD < 199103))
/freebsd-13-stable/contrib/telnet/telnetd/
H A Dpathnames.h33 #if BSD > 43
H A Ddefs.h39 #ifndef BSD
40 # define BSD 43 macro
/freebsd-13-stable/bin/stty/
H A Dstty.h53 enum FMT { NOTSET, GFLAG, BSD, POSIX }; enumerator in enum:FMT
H A Dstty.c79 fmt = BSD;
111 case BSD:
H A Dprint.c85 if (fmt >= BSD)
92 if (fmt >= BSD || on(f) != (d)) \
190 if (fmt >= BSD)
207 if (fmt != BSD && cc[p->sub] == p->def)
/freebsd-13-stable/tools/boot/
H A Dlua-img.sh21 mtree -deUW -f etc/mtree/BSD.root.dist -p ${dir}
22 mtree -deUW -f etc/mtree/BSD.usr.dist -p ${dir}/usr
/freebsd-13-stable/etc/
H A DMakefile101 MTREES= mtree/BSD.root.dist / \
102 mtree/BSD.var.dist /var \
103 mtree/BSD.usr.dist /usr \
104 mtree/BSD.include.dist /usr/include \
105 mtree/BSD.debug.dist /usr/lib
107 MTREES+= mtree/BSD.lib32.dist /usr
108 MTREES+= mtree/BSD.lib32.dist /usr/lib/debug/usr
111 MTREES+= mtree/BSD.libsoft.dist /usr
112 MTREES+= mtree/BSD.libsoft.dist /usr/lib/debug/usr
115 MTREES+= mtree/BSD
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchecksum.h32 BSD = 0, member in class:scudo::Checksum
36 // BSD checksum, unlike a software CRC32, doesn't use any array lookup. We save
H A Dchecksum.cpp25 Checksum HashAlgorithm = {Checksum::BSD};
/freebsd-13-stable/contrib/ipfilter/
H A DMakefile141 @echo "bsd - compile for generic 4.4BSD systems"
142 @echo "bsdi - compile for BSD/OS"
173 make setup "TARGOS=BSD" "CPUDIR=$(CPUDIR)"
174 -rm -f BSD/$(CPUDIR)/ioconf.h
177 ln -s /sys/compile/$(IPFILKERN)/ioconf.h BSD/$$y; \
179 ln -s /sys/$(IPFILKERN)/ioconf.h BSD/$$y; \
188 ln -s $$x BSD/$$y ; \
214 make setup "TARGOS=BSD" "CPUDIR=$(CPUDIR)"
215 (cd BSD/$(CPUDIR); make build TOP=../.. $(MFLAGS) "ML=mlfk_ipl.c" "MLD=mlfk_ipl.c" "LKM=ipf.ko.5" "LKMR=ipfrule.ko.5" "DLKM=-DKLD_MODULE" "MLR=mlfk_rule.o"; cd ..)
216 # (cd BSD/
[all...]
/freebsd-13-stable/
H A DMakefile.libcompat77 ${WORLDTMP_MTREE} -f ${.CURDIR}/etc/mtree/BSD.usr.dist \
79 ${WORLDTMP_MTREE} -f ${.CURDIR}/etc/mtree/BSD.include.dist \
81 ${WORLDTMP_MTREE} -f ${.CURDIR}/etc/mtree/BSD.lib${libcompat}.dist \
84 ${WORLDTMP_MTREE} -f ${.CURDIR}/etc/mtree/BSD.debug.dist \
86 ${WORLDTMP_MTREE} -f ${.CURDIR}/etc/mtree/BSD.lib${libcompat}.dist \
/freebsd-13-stable/contrib/traceroute/
H A Drip_output.c11 #if BSD>=43
63 #if BSD>=43
/freebsd-13-stable/libexec/rc/rc.d/
H A Dvar45 /usr/sbin/mtree -deiU -f /etc/mtree/BSD.var.dist -p /var > /dev/null
50 /usr/sbin/mtree -deiU -f /etc/mtree/BSD.sendmail.dist -p / > /dev/null
/freebsd-13-stable/contrib/bc/gen/
H A Dstrgen.sh3 # SPDX-License-Identifier: BSD-2-Clause
68 // Licensed under the 2-clause BSD license.
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_conf.mk4 # This software may be distributed under the terms of the BSD license.
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
H A Ddefs.h43 #ifndef BSD
44 # define BSD 43 macro
/freebsd-13-stable/usr.sbin/bsdconfig/console/
H A Dsaver159 "3 $msg_beastie") # "BSD Daemon" animated screen saver (graphics)
161 "4 $msg_daemon") # "BSD Daemon" animated screen saver (text)
/freebsd-13-stable/usr.sbin/cron/lib/
H A Dcompat.c31 #if defined(NEED_SETSID) && defined(BSD)
94 # if defined(BSD)
106 # else /*BSD*/
112 # endif /*BSD*/
132 * "BSD to HP-UX porting tricks" maintained by
142 * This routine performs some file locking like the BSD 'flock'
/freebsd-13-stable/contrib/telnet/telnet/
H A Dexterns.h33 #ifndef BSD
34 # define BSD 43 macro
38 * ucb stdio.h defines BSD as something weird
41 #define BSD 43 macro
45 # if BSD > 43 || defined(SYSV_TERMIO)
/freebsd-13-stable/libexec/bootpd/
H A Dhwaddr.c53 /* For BSD 4.4, set arp entry by writing to routing socket */
54 #if defined(BSD)
55 #if BSD >= 199306
187 #if defined(BSD) && (BSD >= 199306)
209 #endif /* ! 4.4 BSD */
/freebsd-13-stable/contrib/bmake/
H A Dmachine.sh62 *BSD)

Completed in 242 milliseconds

123456