Home
last modified time | relevance | path

Searched refs:set_onerror_func (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.h46 void set_onerror_func(test_onerror_func_t *f, void *ctx);
105 #define TEST_ONERROR(f, c) set_onerror_func(f, c)
H A Dtest_helper.c262 set_onerror_func(test_onerror_func_t *f, void *ctx) in set_onerror_func() function