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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.cpp68 header_check(const char *hdrname) argument
72 srcfile << "#include <" << hdrname << ">\n"; local
76 hdrname + " is not self-contained";
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dtest_helpers.c83 header_check(const char *hdrname) argument
90 fprintf(srcfile, "#include <%s>\n", hdrname);
94 "Header check failed; %s is not self-contained", hdrname);

Completed in 10 milliseconds