Home
last modified time | relevance | path

Searched refs:vp2 (Results 1 - 2 of 2) sorted by relevance

/third_party/openssl/test/
H A Dparams_api_test.c477 void *vp, *vpn = NULL, *vp2; in test_param_construct() local
611 if (!TEST_true(OSSL_PARAM_get_octet_ptr(cp, (const void **)&vp2, &k)) in test_param_construct()
613 || (tstid <= 1 && !TEST_ptr_eq(vp2, vp))) in test_param_construct()
/third_party/mksh/
H A Dvar.c1184 struct tbl *vp2; in makenv() local
1189 vp2 = ktsearch(&l2->vars, vp->name, h); in makenv()
1190 if (vp2 != NULL) in makenv()
1191 vp2->flag &= ~EXPORT; in makenv()

Completed in 4 milliseconds