Searched refs:ALL (Results 51 - 75 of 117) sorted by relevance

12345

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp604 if (Direction == DVEntry::ALL)
2453 Bound[K].Direction = Dependence::DVEntry::ALL;
2458 if (Bound[K].Lower[Dependence::DVEntry::ALL])
2459 DEBUG(dbgs() << *Bound[K].Lower[Dependence::DVEntry::ALL] << '\t');
2462 if (Bound[K].Upper[Dependence::DVEntry::ALL])
2463 DEBUG(dbgs() << *Bound[K].Upper[Dependence::DVEntry::ALL] << '\n');
2471 if (testBounds(Dependence::DVEntry::ALL, 0, Bound, Delta)) {
2538 case Dependence::DVEntry::ALL:
2606 Bound[Level].Direction = Dependence::DVEntry::ALL;
2649 Bound[K].Lower[Dependence::DVEntry::ALL]
[all...]
/freebsd-9.3-release/contrib/tzdata/
H A DMakefile419 ALL: all date $(ENCHILADA)
435 INSTALL: ALL install date.1
675 $(MAKE) "CFLAGS=$(GCC_DEBUG_FLAGS)" ALL
784 .PHONY: ALL INSTALL all
/freebsd-9.3-release/crypto/openssl/
H A DMakefile.shared133 ALL=$$ALLSYMSFLAGS; ALLSYMSFLAGS=; NOALLSYMSFLAGS=; \
135 ld $(LDFLAGS) -r -o lib$(LIBNAME).o $$ALL lib$(LIBNAME).a $(LIBEXTRAS) ); \
H A DMakefile.org192 $${LIBSRC+LIBSRC} $${LIBOBJ+LIBOBJ} $${ALL+ALL} \
/freebsd-9.3-release/crypto/openssl/crypto/aes/
H A DMakefile36 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-9.3-release/crypto/openssl/crypto/ecdh/
H A DMakefile29 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-9.3-release/crypto/openssl/crypto/objects/
H A DMakefile29 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-9.3-release/crypto/openssl/fips/hmac/
H A DMakefile33 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-9.3-release/crypto/openssl/fips/sha/
H A DMakefile38 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-9.3-release/libexec/ftpd/
H A Dftpcmd.y101 ALL
125 %type <s> ALL NOTIMPL
161 reply(501, "No PORT allowed after EPSV ALL.");
184 reply(501, "No LPRT allowed after EPSV ALL.");
214 reply(501, "No EPRT allowed after EPSV ALL.");
307 reply(501, "No PASV allowed after EPSV ALL.");
314 reply(501, "No LPSV allowed after EPSV ALL.");
338 | EPSV check_login_epsv SP ALL CRLF
341 reply(200, "EPSV ALL command successful.");
1082 { "EPSV", EPSV, ARGS, 1, "[<sp> af|ALL]" },
[all...]
/freebsd-9.3-release/contrib/wpa/hostapd/
H A DMakefile707 ALL=hostapd hostapd_cli macro
709 all: verify_config $(ALL)
732 for i in $(ALL); do cp -f $$i /usr/local/bin/$$i; done
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpcmd.y143 SP CRLF COMMA ALL
303 "LPSV disallowed after EPSV ALL");
322 | EPSV check_login SP ALL CRLF
327 "EPSV ALL command successful.");
1236 { "EPSV", EPSV, ARGS, 1, "[<sp> af|ALL]" },
1640 if (strncasecmp(&cmdp[cpos], "ALL", 3) == 0
1643 return (ALL);
1833 reply(501, "%s disallowed after EPSV ALL", cmd);
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A DMakefile15 ALL=wpa_supplicant wpa_passphrase wpa_cli macro
17 all: verify_config $(ALL) dynamic_eap_methods
38 for i in $(ALL); do cp $$i $(DESTDIR)$(BINDIR)/$$i; done
1377 rm -f core *~ *.o *.d eap_*.so $(ALL) $(WINALL) eapol_test preauth_test
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A DMakefile31 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-9.3-release/crypto/openssl/crypto/dh/
H A DMakefile28 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-9.3-release/crypto/openssl/crypto/dso/
H A DMakefile30 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A DMakefile28 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-9.3-release/crypto/openssl/crypto/sha/
H A DMakefile33 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-9.3-release/crypto/openssl/fips/rand/
H A DMakefile33 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-9.3-release/sys/dev/hwpmc/
H A Dhwpmc_mips24k.c260 PMCDBG(MDP,ALL,2,"mips-allocate ri=%d -> config=0x%x", ri, config);
H A Dhwpmc_xscale.c280 PMCDBG(MDP,ALL,2,"xscale-allocate ri=%d -> config=0x%x", ri, config);
H A Dhwpmc_amd.c456 PMCDBG(MDP,ALL,1,"amd-allocate ri=%d caps=0x%x", ri, caps);
503 PMCDBG(MDP,ALL,2,"amd-allocate ri=%d -> config=0x%x", ri, config);
H A Dhwpmc_logging.c424 PMCDBG(LOG,ALL,1, "po=%p len=%d", po, length);
843 PMCDBG(LOG,ALL,1, "pm=%p", pm);
/freebsd-9.3-release/crypto/openssl/crypto/ecdsa/
H A DMakefile29 ALL= $(GENERAL) $(SRC) $(HEADER) macro
/freebsd-9.3-release/share/examples/ppp/
H A Dppp.conf.sample505 delete ALL

Completed in 304 milliseconds

12345