Searched refs:sc (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp507 run_status_check(const status_check& sc, const atf::check::check_result& cr) argument
511 if (sc.type == sc_exit) {
512 if (cr.exited() && sc.value != INT_MIN) {
515 if (!sc.negated && sc.value != status) {
518 << sc.value << "\n";
520 } else if (sc.negated && sc.value == status) {
527 } else if (cr.exited() && sc.value == INT_MIN) {
533 } else if (sc
[all...]
/bind-9.6-ESV-R11/lib/isc/
H A Dstring.c230 char sc, dc; local
235 for (s = string; (sc = *s) != '\0'; s++)
237 if (sc == dc) {
/bind-9.6-ESV-R11/lib/lwres/
H A Dgetaddrinfo.c482 char sc, dc; local
488 sc = *s;
490 if (sc == dc) {
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c363 char sc, dc; local
369 sc = *string;
371 if (sc == dc)
379 sc = *s;
381 if (sc == dc) {

Completed in 20 milliseconds