Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/atf-c/
H A Dcheck.h41 struct atf_check_result_impl;
43 struct atf_check_result_impl *pimpl;
H A Dcheck.c290 struct atf_check_result_impl { struct
305 r->pimpl = malloc(sizeof(struct atf_check_result_impl)); in atf_check_result_init() argument