Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dssl_ciph.c1003 int j, multi, found, rule, retval, ok, buflen; in ssl_cipher_process_rulestr() local
1449 int ok, num_of_ciphers, num_of_alias_max, num_of_group_aliases, i; in STACK_OF() local
2095 int all) in ssl_get_cipher_by_char()
/freebsd/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
/freebsd/sys/contrib/dev/rtw89/
H A Drtw8852b_rfk.c2962 _tssi_alignment_default(struct rtw89_dev * rtwdev,enum rtw89_phy_idx phy,enum rtw89_rf_path path,bool all) _tssi_alignment_default() argument
3587 bool ok; _tssi_alimentk() local
[all...]
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c8459 int ok = 0, notflag = 0; local
9334 int all = 0; local
13083 int i, all = 0; local
/freebsd/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