Searched defs:cpd (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dprocess_test.c401 struct child_print_data *cpd = v; local
403 fprintf(stdout, "stdout: %s\n", cpd->m_msg);
404 fprintf(stderr, "stderr: %s\n", cpd->m_msg);
416 struct child_print_data cpd = { "msg" }; local
422 errfs->m_sb_ptr, &cpd));

Completed in 1023 milliseconds