/freebsd/crypto/openssh/regress/ |
H A D | cfgmatch.sh | 126 criteria=`echo $i | cut -f2 -d:` 144 criteria=`echo $j | cut -f2 -d:` 146 if [ "$criteria" = "$testcriteria" ]; then 147 spec="$criteria=$value,$spec" 149 spec="$criteria=1$value,$spec"
|
/freebsd/bin/pkill/ |
H A D | pkill.c | 137 int i, ch, bestidx, rv, criteria, pidfromfile, pidfilelock; in main() local 180 criteria = 0; in main() 195 criteria = 1; in main() 199 criteria = 1; in main() 217 criteria = 1; in main() 226 criteria = 1; in main() 233 criteria = 1; in main() 245 criteria = 1; in main() 252 criteria = 1; in main() 259 criteria = 1; in main() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_STORE_SEARCH.pod | 17 - Type and functions to create OSSL_STORE search criteria 48 These functions are used to specify search criteria to help search for specific 51 and then wants to add on search criteria in a uniform and supported manner.
|
H A D | X509_LOOKUP.pod | 152 associated with the B<X509_LOOKUP> using different criteria, where the looked up 155 matching the criteria in the associated B<X509_STORE>, which makes it 156 possible to handle cases where the criteria have more than one hit.
|
H A D | EVP_ASYM_CIPHER_free.pod | 37 B<algorithm> from any provider offering it, within the criteria given
|
H A D | EVP_KEYEXCH_free.pod | 35 I<algorithm> from any provider offering it, within the criteria given
|
H A D | EVP_SIGNATURE.pod | 41 B<algorithm> from any provider offering it, within the criteria given
|
H A D | EVP_KEM_free.pod | 33 provider offering it, within the criteria given by the B<properties> and in the
|
H A D | OCSP_resp_find_status.pod | 139 criteria including potential delegation. If this does not succeed and the
|
H A D | OSSL_STORE_LOADER.pod | 91 OSSL_STORE_SEARCH *criteria);
|
H A D | EVP_DigestInit.pod | 145 provider offering it, within the criteria given by the I<properties>.
|
/freebsd/crypto/openssh/ |
H A D | readconf.c | 713 char *arg, *oattrib = NULL, *attrib = NULL, *cmd, *host, *criteria; in match_cfg_line() local 741 arg = criteria = NULL; in match_cfg_line() 803 criteria = xstrdup(host); in match_cfg_line() 808 criteria = xstrdup(original_host); in match_cfg_line() 813 criteria = xstrdup(ruser); in match_cfg_line() 818 criteria = xstrdup(pw->pw_name); in match_cfg_line() 832 criteria = xstrdup(options->tag == NULL ? "" : in match_cfg_line() 834 r = match_pattern_list(criteria, arg, 0) == 1; in match_cfg_line() 857 criteria = xstrdup(cmd); in match_cfg_line() 870 criteria == NULL ? "" : " \"", in match_cfg_line() [all …]
|
H A D | servconf.c | 1034 match_test_missing_fatal(const char *criteria, const char *attrib) in match_test_missing_fatal() argument 1037 "test specification.", criteria, attrib); in match_test_missing_fatal()
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_cmp_msg_protect.pod | 23 using the credentials, library context, and property criteria in the I<ctx>.
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | provider-storemgmt.pod | 89 kind of data to expect, search criteria, and so on. More on those below, in 177 Several of these search criteria may be combined. For example, to
|
H A D | openssl-glossary.pod | 81 implementations, applying selection criteria (via a property query string), and 101 criteria the first time the algorithm is used.
|
H A D | crypto.pod | 104 applying selection criteria (via a property query string), and finally choosing 178 fetched implicitly using default search criteria. 182 using default search criteria and an algorithm name that is consistent with 468 * we're not supplying any particular search criteria for our SHA256
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | store.h | 304 (OSSL_STORE_LOADER_CTX *ctx, const OSSL_STORE_SEARCH *criteria);
|
H A D | cmp.h.in | 55 * -- no certificate could be found matching the provided criteria
|
/freebsd/contrib/dialog/ |
H A D | COPYING | 77 entire combination fits its criteria of freedom. The Lesser General 78 Public License permits more lax criteria for linking other code with
|
/freebsd/share/misc/ |
H A D | iso639 | 11 # existing ones according to criteria indicated in the standard. It
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 228 CODEGENOPT(MCDCCoverage , 1, 0) ///< Enable MC/DC code coverage criteria.
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc4518.txt | 43 criteria defined for the rule. The proposition may be evaluated to
|
/freebsd/sys/dev/ocs_fc/ |
H A D | sli4.c | 6547 abort->criteria = SLI4_ABORT_CRITERIA_XRI_TAG; in sli_abort_wqe() 6554 abort->criteria = SLI4_ABORT_CRITERIA_ABORT_TAG; in sli_abort_wqe() 6557 abort->criteria = SLI4_ABORT_CRITERIA_REQUEST_TAG; in sli_abort_wqe()
|
/freebsd/share/examples/ipfilter/ |
H A D | ipf-howto.txt | 288 IPF will match packets on many criteria. The one that 379 received from it. The more criteria the firewall matches 1146 The reply packet matches the state criteria and is let
|