Searched refs:pass (Results 276 - 300 of 305) sorted by relevance

<<111213

/freebsd-11-stable/crypto/heimdal/lib/ipc/
H A DMakefile.in693 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
/freebsd-11-stable/crypto/heimdal/lib/ntlm/
H A DMakefile.in695 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A DMakefile.in745 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A DMakefile.in899 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
/freebsd-11-stable/contrib/bmake/mk/
H A Ddirdeps.mk700 # we pass _DEP_TARGET_SPEC to tell the next step what we want
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c2041 * removed in the previous pass are not in use. And if dyn_hp
2045 * unlinked in this pass.
2056 * Check each entry from previous pass in the dyn_expired_xxx
2058 * keep it until next pass. Otherwise it is safe to free the
2855 /* No need to pass through all the buckets. */
2910 /* 'rule' is used to pass up the rule number and set */
2943 /* 'rule' is used to pass up the rule number and set */
3202 ipfw_dyn_uninit(int pass) argument
3210 if (pass == 0) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp88 MachineVerifier(Pass *pass, const char *b) : PASS(pass), Banner(b) {} argument
147 // Vregs that pass through MBB untouched. This set is disjoint from
151 // Vregs that must pass through MBB because they are needed by a successor
352 // If a pass has introduced virtual registers without clearing the
2130 // can pass through an MBB live, but may not be live every time. It is assumed
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-df.S929 @ Loop again for the low word if this pass was for the high word.
/freebsd-11-stable/contrib/groff/contrib/groffer/
H A Dgroffer2.sh3803 -T --device=name pass to groff using output device "name".
4376 # Arguments: pass the command line arguments unaltered.
4595 groff) # pass input to plain groff
4753 --xrm) # pass X resource string, arg;
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl.h1069 * Engine to pass requests for client certs to
2320 int SSL_set_srp_server_param_pw(SSL *s, const char *user, const char *pass,
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A DMakefile.in618 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
2017 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
2050 result_count $$1 "PASS: " $$pass "$$grn"; \
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1580 if (changed && tc.pass >= 10) {
2165 // stack, you can pass -z execstack, but that's not recommended for
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A DMakefile.in1032 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c2705 /* Never make frag if expect extra pass. */
3904 Integer arg to pass to the function. */
11089 unsigned i, pass, key_el = 0;
11168 for (pass = 0; pass < 2; pass++)
11173 unsigned types_allowed = ((thisarg & N_EQK) != 0 && pass != 0)
11193 if (pass == 0)
16887 /* If frag has yet to be reached on this pass, assume it will
16890 another pass
11079 unsigned i, pass, key_el = 0; local
[all...]
/freebsd-11-stable/contrib/gperf/lib/
H A Dconfigure1220 LIBS libraries to pass to the linker, e.g. -l<library>
/freebsd-11-stable/contrib/gperf/src/
H A Dconfigure1220 LIBS libraries to pass to the linker, e.g. -l<library>
/freebsd-11-stable/crypto/heimdal/lib/gssapi/
H A DMakefile.in2097 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A DMakefile.in1542 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
/freebsd-11-stable/contrib/ldns/drill/
H A Dconfigure1310 LIBS libraries to pass to the linker, e.g. -l<library>
/freebsd-11-stable/contrib/bmake/
H A Dconfigure1320 LIBS libraries to pass to the linker, e.g. -l<library>
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex422 % Parse an argument, then pass it to #1. The argument is the rest of
8753 % pass the control sequence. On the other hand, XR#1-pg is just the
8812 % The language names to pass are determined when the format is built.
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex396 % Parse an argument, then pass it to #1. The argument is the rest of
6813 % pass the control sequence. On the other hand, XR#1-pg is just the
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex388 % Parse an argument, then pass it to #1. The argument is the rest of
6684 % pass the control sequence. On the other hand, XR#1-pg is just the
/freebsd-11-stable/contrib/tcpdump/
H A Dconfigure1367 LIBS libraries to pass to the linker, e.g. -l<library>
7733 # an unknown non-warning error, even if you pass it
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure1399 LIBS libraries to pass to the linker, e.g. -l<library>
2237 # TEA extensions pass this us the version of TEA they think they

Completed in 670 milliseconds

<<111213