Searched refs:ALL (Results 1 - 25 of 117) sorted by relevance

12345

/freebsd-9.3-release/etc/
H A Dhosts.allow23 ALL : ALL : allow
35 ALL : PARANOID : RFC931 20 : deny
39 ALL : localhost 127.0.0.1 : allow
41 ALL : [::1] : allow
42 #ALL : my.machine.example.com 192.0.2.35 : allow
45 #ALL : [fe80::%fxp0]/10 : allow
46 #ALL : [fe80::]/10 : deny
47 #ALL : [2001:db8:2:1:2:3:4:3fe1] : deny
48 #ALL
[all...]
/freebsd-9.3-release/tools/tools/crypto/
H A DMakefile28 ALL= cryptotest cryptokeytest cryptostats \ macro
32 all: ${ALL}
59 rm -f ${ALL} core a.out
61 install: ${ALL}
62 for i in ${ALL}; do \
/freebsd-9.3-release/sys/contrib/dev/iwi/
H A DMakefile4 ALL= ipw2200-bss.fw.uu ipw2200-ibss.fw.uu ipw2200-sniffer.fw.uu macro
6 all: ${ALL}
24 rm -f ${ALL}
/freebsd-9.3-release/etc/sendmail/
H A DMakefile27 ALL= freebsd.cf freebsd.submit.cf macro
38 ALL+= ${INSTALL_CF}
42 ALL+= ${SENDMAIL_CF}
48 ALL+= ${INSTALL_SUBMIT_CF}
56 ALL+= ${SENDMAIL_ADDITIONAL_CF}
63 all: ${ALL}
/freebsd-9.3-release/contrib/bind9/bin/rndc/
H A Drndc.conf9 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
/freebsd-9.3-release/contrib/ncurses/
H A Ddist.mk64 ALL = ANNOUNCE doc/html/announce.html doc/ncurses-intro.doc doc/hackguide.doc manhtml adahtml macro
66 all : $(ALL)
68 dist: $(ALL)
72 rm -f $(ALL) subst.tmp subst.sed
/freebsd-9.3-release/tools/kerneldoc/subsys/
H A DMakefile6 ALL= ${_ALL:C/Doxyfile-//g} macro
21 .for entry in ${ALL}
31 all: ${ALL}
50 .for target in ${ALL}
/freebsd-9.3-release/usr.bin/showmount/
H A Dshowmount.c66 #define ALL 1 macro
121 type = ALL;
172 case ALL:
271 case ALL:
374 case ALL:
/freebsd-9.3-release/usr.bin/hexdump/
H A Dhexdump.h81 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */ enumerator in enum:_vflag
H A Dhexsyntax.c113 vflag = ALL;
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh79 ALL=$USE
103 /^extern.*${ALL}/{
105 s/^.*${ALL}:\([^ *]*\).*/P_POUNDCif_USE_\1_SUPPORT/p
109 s/^.*${ALL}:\([^ *]*\).*/P_POUNDCendif/p
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dspnego_asn1.pl9 # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10 # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
93 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
94 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
/freebsd-9.3-release/contrib/sendmail/cf/cf/
H A DMakefile54 ALL= submit.cf $(GENERIC) $(OTHER) macro
56 all: $(ALL)
63 $(RM) $(ALL) core
206 $(ALL): $(M4FILES)
/freebsd-9.3-release/crypto/openssl/crypto/krb5/
H A DMakefile29 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-9.3-release/crypto/openssl/crypto/txt_db/
H A DMakefile28 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-9.3-release/usr.sbin/timed/timed/
H A Dglobals.h96 #define ALL (SLAVE|MASTER|IGNORE) macro
/freebsd-9.3-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2117 # Generate filtered INDEX-ALL with only the components listed
2126 cut -f 1-3 -d '|' < INDEX-ALL |
2150 rm INDEX-ALL compfreq compfreq.total compfreq.present
2155 # Sometimes the kernel isn't installed where INDEX-ALL
2248 # Convert INDEX-OLD (last release) and INDEX-ALL (new release) into
2251 # For each ${F}|... which appears in INDEX-ALL but does not appear
2262 # Remove lines from INDEX-OLD which also appear in INDEX-ALL
2266 # Remove lines from INDEX-ALL which have a file name not appearing
2277 # Rename INDEX-ALL to INDEX-NEW.
2490 # Fetch the INDEX-OLD and INDEX-ALL
[all...]
/freebsd-9.3-release/contrib/one-true-awk/
H A Db.c15 LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
16 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
49 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
54 leaf (CCL, NCCL, CHAR, DOT, FINAL, ALL, EMPTYRE):
131 p1 = op2(CAT, op2(STAR, op2(ALL, NIL, NIL), NIL), p);
132 /* put ALL STAR in front of reg. exp. */
655 case ALL:
657 return (unary(op2(ALL, NIL, NIL)));
660 return (unary(op2(ALL, NIL, NIL)));
700 case CHAR: case DOT: case ALL
[all...]
/freebsd-9.3-release/contrib/amd/fixmount/
H A Dfixmount.c53 #define ALL 1 macro
136 case ALL:
229 printf("%s: removing ALL\n", host);
285 type = ALL;
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h91 ALL = 7 }; enumerator in enum:llvm::Dependence::DVEntry::__anon1872
92 unsigned char Direction : 3; // Init to ALL, then refine.
98 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
153 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
/freebsd-9.3-release/crypto/openssl/crypto/hmac/
H A DMakefile28 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A DMakefile28 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-9.3-release/crypto/openssl/crypto/lhash/
H A DMakefile28 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-9.3-release/crypto/openssl/crypto/md2/
H A DMakefile28 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-9.3-release/crypto/openssl/crypto/md4/
H A DMakefile29 ALL= $(GENERAL) $(SRC) $(HEADER) macro

Completed in 351 milliseconds

12345