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

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.cpp73 header_check(const char *hdrname) argument
77 srcfile << "#include <" << hdrname << ">\n"; local
81 hdrname + " is not self-contained";
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dtest_helpers.c78 header_check(const char *hdrname) argument
85 fprintf(srcfile, "#include <%s>\n", hdrname);
89 "Header check failed; %s is not self-contained", hdrname);

Completed in 10 milliseconds