Searched refs:bufp2 (Results 1 – 1 of 1) sorted by relevance
598 char buf[100], buf2[100], *bufp, *bufp2; in test_param_construct() local702 || !TEST_true(OSSL_PARAM_get_utf8_ptr(cp, (const char **)&bufp2)) in test_param_construct()703 || !TEST_str_eq(bufp2, "tuvwxyz") in test_param_construct()704 || (tstid <= 1 && !TEST_ptr_eq(bufp2, bufp))) in test_param_construct()
Completed in 7 milliseconds