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

12345

/freebsd-11-stable/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-11-stable/etc/sendmail/
H A DMakefile28 ALL= freebsd.cf freebsd.submit.cf macro
39 ALL+= ${INSTALL_CF}
43 ALL+= ${SENDMAIL_CF}
49 ALL+= ${INSTALL_SUBMIT_CF}
57 ALL+= ${SENDMAIL_ADDITIONAL_CF}
64 all: ${ALL}
/freebsd-11-stable/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-11-stable/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh77 ALL=`"$PRG" -dumpversion 2>/dev/null || exit 0`
78 ONE=`echo "$ALL" | sed -e 's/\..*$//'`
79 if test -n "$FSF" && test -n "$ALL" && test -n "$ONE" ; then
81 echo ".. adding -P option to work around $PRG $ALL" >&2
96 ALL=$USE
122 /^extern.*${ALL}/{
124 s/^.*${ALL}:\([^ *]*\).*/P_POUNDCif_USE_\1_SUPPORT/p
128 s/^.*${ALL}:\([^ *]*\).*/P_POUNDCendif/p
/freebsd-11-stable/usr.bin/showmount/
H A Dshowmount.c67 #define ALL 1 macro
124 type = ALL;
188 case ALL:
298 case ALL:
401 case ALL:
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql85 UNION ALL
93 UNION ALL
106 UNION ALL
123 UNION ALL
135 UNION ALL
154 UNION ALL
164 UNION ALL
183 UNION ALL
192 UNION ALL
207 UNION ALL
[all...]
/freebsd-11-stable/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-11-stable/contrib/lua/src/
H A DMakefile85 ALL= all macro
92 $(MAKE) $(ALL) CC="xlc" CFLAGS="-O2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN" SYSLIBS="-ldl" SYSLDFLAGS="-brtl -bexpall"
95 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN" SYSLIBS="-Wl,-E"
98 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_C89" CC="gcc -std=c89"
105 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_LINUX -DLUA_USE_READLINE -I/usr/include/edit" SYSLIBS="-Wl,-E -ledit" CC="cc"
107 generic: $(ALL)
110 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -ldl -lreadline"
113 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_MACOSX" SYSLIBS="-lreadline"
122 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_POSIX"
125 $(MAKE) $(ALL) SYSCFLAG
[all...]
/freebsd-11-stable/crypto/openssl/crypto/krb5/
H A DMakefile29 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dglobals.h96 #define ALL (SLAVE|MASTER|IGNORE) macro
/freebsd-11-stable/contrib/sendmail/cf/cf/
H A DMakefile54 ALL= submit.cf $(GENERIC) $(OTHER) macro
56 all: $(ALL)
63 $(RM) $(ALL) core
211 $(ALL): $(M4FILES)
/freebsd-11-stable/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-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2193 # Generate filtered INDEX-ALL with only the components listed
2202 cut -f 1-3 -d '|' < INDEX-ALL |
2226 rm INDEX-ALL compfreq compfreq.total compfreq.present
2231 # Sometimes the kernel isn't installed where INDEX-ALL
2324 # Convert INDEX-OLD (last release) and INDEX-ALL (new release) into
2327 # For each ${F}|... which appears in INDEX-ALL but does not appear
2338 # Remove lines from INDEX-OLD which also appear in INDEX-ALL
2342 # Remove lines from INDEX-ALL which have a file name not appearing
2353 # Rename INDEX-ALL to INDEX-NEW.
2566 # Fetch the INDEX-OLD and INDEX-ALL
[all...]
/freebsd-11-stable/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-11-stable/contrib/amd/fixmount/
H A Dfixmount.c49 #define ALL 1 macro
132 case ALL:
225 printf("%s: removing ALL\n", host);
281 type = ALL;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h95 ALL = 7 }; enumerator in enum:llvm::Dependence::DVEntry::__anon1350
96 unsigned char Direction : 3; // Init to ALL, then refine.
102 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
157 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_mips24k.c225 PMCDBG2(MDP,ALL,2,"mips24k-get_perfctl ri=%d -> config=0x%x", ri, config);
H A Dhwpmc_octeon.c191 PMCDBG2(MDP,ALL,2,"mips-allocate ri=%d -> config=0x%x", ri,
/freebsd-11-stable/crypto/openssl/crypto/idea/
H A DMakefile28 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-11-stable/crypto/openssl/crypto/lhash/
H A DMakefile28 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-11-stable/crypto/openssl/crypto/md2/
H A DMakefile28 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-11-stable/crypto/openssl/crypto/md4/
H A DMakefile29 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-11-stable/crypto/openssl/crypto/mdc2/
H A DMakefile28 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-11-stable/crypto/openssl/crypto/pqueue/
H A DMakefile28 ALL= $(GENERAL) $(SRC) $(HEADER) macro

Completed in 178 milliseconds

12345