Searched refs:check_flags (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| H A D | acl.c | 176 check_flags (unsigned op, in check_flags() function 214 ret = check_flags (op, context->acl_flags); in _kadm5_acl_check_permission() 220 return check_flags (op, princ_flags); in _kadm5_acl_check_permission()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | t1_lib.c | 2173 int check_flags = 0, strict_mode; in tls1_check_chain() local 2206 check_flags = CERT_PKEY_STRICT_FLAGS; in tls1_check_chain() 2208 check_flags = CERT_PKEY_VALID_FLAGS; in tls1_check_chain() 2214 if (check_flags) in tls1_check_chain() 2215 check_flags |= CERT_PKEY_SUITEB; in tls1_check_chain() 2219 else if (!check_flags) in tls1_check_chain() 2285 if (check_flags) in tls1_check_chain() 2300 if (!check_flags) in tls1_check_chain() 2307 if (check_flags) { in tls1_check_chain() 2316 else if (check_flags) in tls1_check_chain() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa-modref.h | 70 bool useful_p (int ecf_flags, bool check_flags = true);
|
| H A D | ipa-modref.cc | 323 modref_summary::useful_p (int ecf_flags, bool check_flags) in useful_p() argument 325 if (arg_flags.length () && !check_flags) in useful_p() 327 if (check_flags && eaf_flags_useful_p (arg_flags, ecf_flags)) in useful_p() 330 if (check_flags && remove_useless_eaf_flags (retslot_flags, ecf_flags, false)) in useful_p() 332 if (check_flags in useful_p() 371 bool useful_p (int ecf_flags, bool check_flags = true); 396 modref_summary_lto::useful_p (int ecf_flags, bool check_flags) in useful_p() argument 398 if (arg_flags.length () && !check_flags) in useful_p() 400 if (check_flags && eaf_flags_useful_p (arg_flags, ecf_flags)) in useful_p() 403 if (check_flags && remove_useless_eaf_flags (retslot_flags, ecf_flags, false)) in useful_p() [all …]
|
| H A D | ChangeLog-2020 | 4622 (modref_summary::useful_p): Add new check_flags 4625 (modref_summary_lto::useful_p): Add new check_flags
|
| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | texceptions.c | 156 check_flags (void) in check_flags() function 564 check_flags(); in main()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/ |
| H A D | ChangeLog.2000 | 1041 * kdc/kaserver.c (do_authenticate, do_getticket): call check_flags 1042 * kdc/kerberos4.c (do_version4): call check_flags. 1043 * kdc/kerberos5.c (check_flags): make global
|
| H A D | ChangeLog.1998 | 246 * kdc/kerberos5.c (check_flags): handle case where client is NULL 599 function `check_flags'.
|
| H A D | ChangeLog.1999 | 2130 * kdc/kerberos5.c (check_flags): handle NULL client or server
|