OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_onerror_func_t
(Results
1 - 2
of
2
) sorted by null
/external/openssh/regress/unittests/test_helper/
test_helper.c
114
static
test_onerror_func_t
*test_onerror = NULL;
220
set_onerror_func(
test_onerror_func_t
*f, void *ctx)
test_helper.h
36
typedef void (
test_onerror_func_t
)(void *);
typedef
44
void set_onerror_func(
test_onerror_func_t
*f, void *ctx);
Completed in 71 milliseconds