Searched refs:cr (Results 1 - 8 of 8) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check.cpp508 run_status_check(const status_check& sc, const atf::check::check_result& cr) argument
513 if (cr.exited() && sc.value != INT_MIN) {
514 const int status = cr.exitcode();
528 } else if (cr.exited() && sc.value == INT_MIN) {
537 if (cr.signaled() && sc.value != INT_MIN) {
538 const int status = cr.termsig();
551 } else if (cr.signaled() && sc.value == INT_MIN) {
564 cat_file(atf::fs::path(cr.stdout_path()));
568 cat_file(atf::fs::path(cr.stderr_path()));
/bind-9.11.3/lib/isc/
H A Dhttpd.c382 char *cr, *nl, *h; local
397 cr = strchr(h, '\r');
398 if (cr != NULL && cr[1] == '\n')
399 cr++;
403 h = cr;
/bind-9.11.3/bin/tests/
H A Dnamed.conf85 treat-cr-as-space yes;
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dconfigure890 | --no-cr | --no-c | -n)
/bind-9.11.3/contrib/perftcpdns/
H A Dconfigure868 | --no-cr | --no-c | -n)
/bind-9.11.3/contrib/queryperf/
H A Dconfigure848 | --no-cr | --no-c | -n)
/bind-9.11.3/unit/atf-src/
H A Dconfigure1058 | --no-cr | --no-c | -n)
6473 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
/bind-9.11.3/
H A Dconfigure1315 | --no-cr | --no-c | -n)
5869 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp

Completed in 1005 milliseconds