HelenOS sources

pcut_report_ops_t  127 uspace/lib/pcut/src/internal.h void pcut_report_register_handler(pcut_report_ops_t *ops);
pcut_report_ops_t   50 uspace/lib/pcut/src/report/report.c static pcut_report_ops_t *report_ops = NULL;
pcut_report_ops_t  163 uspace/lib/pcut/src/report/report.c void pcut_report_register_handler(pcut_report_ops_t *ops) {
pcut_report_ops_t   40 uspace/lib/pcut/src/report/report.h extern pcut_report_ops_t pcut_report_tap;
pcut_report_ops_t   43 uspace/lib/pcut/src/report/report.h extern pcut_report_ops_t pcut_report_xml;
pcut_report_ops_t  200 uspace/lib/pcut/src/report/tap.c pcut_report_ops_t pcut_report_tap = {
pcut_report_ops_t  177 uspace/lib/pcut/src/report/xml.c pcut_report_ops_t pcut_report_xml = {
HelenOS homepage, sources at GitHub