Home
last modified time | relevance | path

Searched refs:test_user (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_test_cpp17.cc42 static void test_user(isl::ctx ctx) in test_user() function
73 test_user(ctx); in main()
H A Disl_test_python.py173 def test_user(): function
497 test_user()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dhmap_templ.c373 void *test_user; in ISL_S() local
383 return data->test(pair->key, pair->val, data->test_user); in call_on_pair()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dssh-agent.c470 const char *test_user; in identity_permitted() local
520 test_user = NULL; in identity_permitted()
523 test_user = user; in identity_permitted()
538 test_user, hp) != 0) in identity_permitted()