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

1234567

/freebsd-10.1-release/etc/mtree/
H A DMakefile6 BSD.include.dist \
7 BSD.root.dist \
10 BSD.usr.dist \
11 BSD.var.dist
14 _BSD.debug.dist= BSD.debug.dist
17 _BSD.groff.dist= BSD.groff.dist
20 _BSD.sendmail.dist= BSD.sendmail.dist
23 _BSD.tests.dist= BSD.tests.dist
/freebsd-10.1-release/contrib/telnet/telnetd/
H A Dpathnames.h37 #if BSD > 43
H A Ddefs.h43 #ifndef BSD
44 # define BSD 43 macro
/freebsd-10.1-release/usr.sbin/cron/cron/
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) && !defined(HPUX) && !defined(CONVEX) && !defined(__linux)
83 #if (!defined(BSD) || (BSD < 198902)) && !defined(__linux) && \
88 #if (!defined(BSD) || (BSD < 198911)) && !defined(__linux) &&\
93 #if (!defined(BSD) || (BSD < 19891
[all...]
H A Dpathnames.h22 #if (defined(BSD)) && (BSD >= 199103) || defined(__linux) || defined(AIX)
24 #endif /*BSD*/
63 /* 4.3BSD-style crontab */
H A Dexterns.h51 /* classic BSD */
75 #if (!defined(BSD) || (BSD < 198911)) && !defined(ATT) && !defined(UNICOS)
79 #if (!defined(BSD) || (BSD < 199103))
/freebsd-10.1-release/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:
/freebsd-10.1-release/lib/clang/liblldbPluginObjectContainerBSDArchive/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/ObjectContainer/BSD-Archive
/freebsd-10.1-release/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-10.1-release/release/amd64/
H A Dmake-memstick.sh44 gpart create -s BSD ${unit}
/freebsd-10.1-release/release/i386/
H A Dmake-memstick.sh44 gpart create -s BSD ${unit}
/freebsd-10.1-release/contrib/tcsh/
H A DMAKEDIFFS7 BSDDIR=/usr/share/src/mtXinu/BSD/bin/csh
/freebsd-10.1-release/contrib/traceroute/
H A Drip_output.c11 #if BSD>=43
63 #if BSD>=43
/freebsd-10.1-release/etc/rc.d/
H A Dvar44 /usr/sbin/mtree -deU -f /etc/mtree/BSD.var.dist -p /var > /dev/null
49 /usr/sbin/mtree -deU -f /etc/mtree/BSD.sendmail.dist -p / > /dev/null
/freebsd-10.1-release/usr.sbin/pc-sysinstall/backend-partmanager/
H A Dcreate-part.sh61 bsd|BSD) ;;
/freebsd-10.1-release/etc/
H A DMakefile142 MTREE= BSD.include.dist BSD.root.dist BSD.usr.dist BSD.var.dist
144 MTREE+= BSD.tests.dist
147 MTREE+= BSD.sendmail.dist
150 MTREE+= BSD.debug.dist
320 MTREES= mtree/BSD.root.dist / \
321 mtree/BSD.var.dist /var \
322 mtree/BSD
[all...]
/freebsd-10.1-release/crypto/heimdal/appl/telnet/telnetd/
H A Ddefs.h43 #ifndef BSD
44 # define BSD 43 macro
/freebsd-10.1-release/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-10.1-release/usr.sbin/cron/lib/
H A Dcompat.c31 #if defined(NEED_SETSID) && defined(BSD)
106 # if defined(BSD)
118 # else /*BSD*/
124 # endif /*BSD*/
144 * "BSD to HP-UX porting tricks" maintained by
154 * This routine performs some file locking like the BSD 'flock'
/freebsd-10.1-release/contrib/bmake/
H A Dmachine.sh52 *BSD)
/freebsd-10.1-release/contrib/ipfilter/ipsd/
H A DMakefile13 BSD= macro
24 @echo " bsd-bpf (4.4BSD variant with BPF in the kernel)"
47 make ipsd "OBJS=$(OBJS)" "UNIXOBJS=$(BPF) $(BSD)" "CC=$(CC)" \
/freebsd-10.1-release/contrib/top/
H A Dos.h2 #include <sys/param.h> /* This defines BSD */
3 #if defined(BSD) && !defined(BSD4_4) && !defined(__osf__)
/freebsd-10.1-release/contrib/ofed/libibcm/
H A Dlibibcm.spec9 License: GPL/BSD
/freebsd-10.1-release/contrib/telnet/telnet/
H A Dexterns.h37 #ifndef BSD
38 # define BSD 43 macro
42 * ucb stdio.h defines BSD as something weird
45 #define BSD 43 macro
49 # if BSD > 43 || defined(SYSV_TERMIO)

Completed in 223 milliseconds

1234567