Home
last modified time | relevance | path

Searched +defs:all +defs:ok (Results 1 – 9 of 9) sorted by relevance

/src/crypto/openssl/ssl/
H A Dssl_ciph.c963 int j, multi, found, rule, retval, ok, buflen; in ssl_cipher_process_rulestr() local
1414 int ok, num_of_ciphers, num_of_alias_max, num_of_group_aliases, i; in STACK_OF() local
2070 int all) in ssl_get_cipher_by_char()
H A Dt1_lib.c949 TLS_GROUP_INFO *grps, size_t num, long all, in tls1_get0_implemented_groups()
4050 int ok; in tls1_check_chain() local
/src/contrib/sendmail/src/
H A Dsrvrsmtp.c968 bool ok; local
4743 logundelrcpts(e, msg, level, all) in logundelrcpts() argument
H A Dqueue.c7025 bool ok; local
7512 set_def_queueval(qg, all) in set_def_queueval() argument
/src/sys/contrib/dev/rtw89/
H A Drtw8852b_rfk.c2954 enum rtw89_rf_path path, bool all, in _tssi_alignment_default()
3578 bool ok; in _tssi_alimentk() local
H A Drtw8852bt_rfk.c3047 enum rtw89_rf_path path, bool all, in _tssi_alignment_default()
3650 bool ok; in _tssi_alimentk() local
/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c8487 int ok = 0, notflag = 0; local
9362 int all = 0; local
13111 int i, all = 0; local
/src/contrib/sqlite3/autosetup/
H A Djimsh0.c2562 int ok = 1; in aio_cmd_copy() local
4596 int ok = 1; in mkdir_all() local
19770 int ok; in JimCatchTryHelper() local
23938 const char *all = in opendir() local
/src/contrib/bsnmp/tests/
H A Dcatch.hpp8923 static auto ok( U const &value ) -> BasicResult { return { ResultBase::Ok, value }; } in ok() function in Catch::clara::detail::BasicResult
8924 static auto ok() -> BasicResult { return { ResultBase::Ok }; } in ok() function in Catch::clara::detail::BasicResult
11140 std::string TagInfo::all() const { in all() function in Catch::TagInfo