Searched refs:report (Results 1 - 9 of 9) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | Makefile.am.inc | 30 bin_PROGRAMS += atf-report/atf-report 31 atf_report_atf_report_SOURCES = atf-report/atf-report.cpp \ 32 atf-report/reader.cpp \ 33 atf-report/reader.hpp 35 dist_man_MANS += atf-report/atf-report.1 38 css_DATA = atf-report/tests-results.css 42 dtd_DATA = atf-report/test [all...] |
H A D | integration_test.sh | 99 -o match:'Summary for' -e empty -x 'atf-report <tps.out' 141 "atf-report -o csv:- <tps.out | " \ 188 "atf-report -o ticker:- <tps.out | " \ 192 atf_check -s eq:0 -o ignore -e empty -x "atf-report -o xml:- <tps.out" 206 atf_check -s eq:0 -o save:stdout -e empty -x 'atf-report <tps.out' 210 atf_check -s eq:0 -o save:stdout -e empty -x 'atf-report -o csv:- <tps.out' 215 atf_check -s eq:0 -o empty -e empty -x 'atf-report -o csv:fmt.out <tps.out' 221 'atf-report -o csv:fmt.out -o csv:fmt2.out <tps.out' 228 'atf-report -o csv:fmt.out -o ticker:fmt2.out <tps.out' 238 'atf-report [all...] |
/bind-9.6-ESV-R11/unit/ |
H A D | unittest.sh.in | 30 atf-report < atf.out | cat
|
/bind-9.6-ESV-R11/bin/named/win32/ |
H A D | os.c | 216 void (*report)(const char *, ...); 222 report = first_time ? ns_main_earlyfatal : ns_main_earlywarning; 232 (*report)("couldn't malloc '%s': %s", filename, strbuf); 241 (*report)("couldn't open pid file '%s': %s", filename, strbuf); 249 (*report)("could not fdopen() pid file '%s': %s", 259 (*report)("fprintf() to pid file '%s' failed", filename); 265 (*report)("fflush() to pid file '%s' failed", filename);
|
/bind-9.6-ESV-R11/bin/named/unix/ |
H A D | os.c | 674 mkdirpath(char *filename, void (*report)(const char *, ...)) { 686 (*report)("couldn't stat '%s': %s", filename, 690 if (mkdirpath(filename, report) == -1) 697 (*report)("couldn't mkdir '%s': %s", filename, 718 void (*report)(const char *, ...); 724 report = first_time ? ns_main_earlyfatal : ns_main_earlywarning; 735 (*report)("couldn't malloc '%s': %s", filename, strbuf); 745 if (mkdirpath(pidfile, report) == -1) { 754 (*report)("couldn't open pid file '%s': %s", filename, strbuf); 762 (*report)("coul [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | rootns.c | 263 report(dns_view_t *view, dns_name_t *name, isc_boolean_t missing, function 348 report(view, name, ISC_TRUE, &rdata); 356 report(view, name, ISC_FALSE, &rdata); 366 report(view, name, ISC_TRUE, &rdata); 390 report(view, name, ISC_TRUE, &rdata); 399 report(view, name, ISC_FALSE, &rdata); 410 report(view, name, ISC_TRUE, &rdata);
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/ |
H A D | ltconfig | 2185 *** may want to report the problem to your system manager and/or to
|
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/ |
H A D | testsuite | 1282 # the test group subshell with that same exit code. Use LINE in any report 1556 report this failure to <atf-devel@NetBSD.org>.
|
/bind-9.6-ESV-R11/ |
H A D | configure | 1440 as_fn_error $? "pwd does not report name of working directory" 1603 --enable-full-report report values of all configure options 1664 # If there are subdirs, report their specific --help. 7463 *** may want to report the problem to your system manager and/or to 7529 *** may want to report the problem to your system manager and/or to 19565 # report actual input values of CONFIG_FILES etc. instead of their 21438 # Check whether --enable-full-report was given. 21456 # these lines are only printed if run with --enable-full-report
|
Completed in 7207 milliseconds