Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/
H A Dcheck.h37 struct atf_check_result_impl;
39 struct atf_check_result_impl *pimpl;
H A Dcheck.c287 struct atf_check_result_impl { struct
302 r->pimpl = malloc(sizeof(struct atf_check_result_impl)); in atf_check_result_init() argument