Searched defs:cr (Results 1 - 2 of 2) 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;

Completed in 11 milliseconds