Home
last modified time | relevance | path

Searched +defs:test +defs:o (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_open2.c59 test(int formatted, archive_open_callback *o, archive_read_callback *r, in test() function
/freebsd-14.2/contrib/lua/src/
H A DMakefile55 o: $(ALL_O) target
69 test: target
/freebsd-14.2/crypto/openssl/test/
H A Dbioprinttest.c187 static int dofptest(int test, int sub, double val, const char *width, int prec) in dofptest()
275 OPTION_CHOICE o; in setup_tests() local
H A Dbntest.c2048 const MPITEST *test = &kMPITests[i]; in test_mpi() local
2824 const MOD_EXP_TEST *test = &ModExpTests[i]; in test_mod_exp() local
2858 const MOD_EXP_TEST *test = &ModExpTests[i]; in test_mod_exp_consttime() local
3123 OPTION_CHOICE o; in setup_tests() local
/freebsd-14.2/crypto/openssl/apps/
H A Ds_client.c733 #define IS_INET_FLAG(o) \ argument
735 #define IS_UNIX_FLAG(o) (o == OPT_UNIX) argument
737 #define IS_PROT_FLAG(o) \ argument
832 OPTION_CHOICE o; in s_client_main() local
2101 BIO *test; in s_client_main() local
H A Ds_server.c973 #define IS_PROT_FLAG(o) \ argument
1012 OPTION_CHOICE o; in s_server_main() local
2443 BIO *test; in sv_body() local
3103 BIO *test; in www_body() local
/freebsd-14.2/tests/sys/netmap/
H A Dctrl-api-test.c2000 #define ckroff(f, o) do {\ in binarycomp() argument
2038 testfunc_t test; member
/freebsd-14.2/contrib/libucl/src/
H A Ducl_util.c1759 bool try_load, multiline, test; local
2919 const ucl_object_t *o = NULL, *found; local
/freebsd-14.2/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c1651 bool test) in bwn_nphy_gen_load_samples()
3165 int o = core ? 0x85 : 0; in bwn_nphy_workarounds_rev7plus() local
/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp695 #define CATCH_REC_NEXT0(test, next, ...) next CATCH_REC_OUT argument
696 #define CATCH_REC_NEXT1(test, next) CATCH_DEFER ( CATCH_REC_NEXT0 ) ( test, next, 0) argument
697 #define CATCH_REC_NEXT(test, next) CATCH_REC_NEXT1(CATCH_REC_GET_END test, next) argument
4763 std::shared_ptr<ITestInvoker> test; member in Catch::TestCase
6910 OutlierClassification o; in classify_outliers() local
9445 for (auto const &o : m_options) { in getHelpColumns() local
13104 for (auto const& test : allTestCases) local
14389 for( auto const& test : testCases ) in matchesByFilter() local
/freebsd-14.2/sys/contrib/openzfs/cmd/
H A Dztest.c6694 char *o = umem_alloc(buflen, UMEM_NOFAIL); /* trailing 0 byte */ in join_strings() local
7179 ztest_execute(int test, ztest_info_t *zi, uint64_t id) in ztest_execute()