Lines Matching refs:strcasecmp
619 if (strcasecmp(p, "true") == 0 || in append_filter()
620 strcasecmp(p, "t") == 0 || in append_filter()
621 strcasecmp(p, "success") == 0 || in append_filter()
622 strcasecmp(p, "succ") == 0 || in append_filter()
623 strcasecmp(p, "s") == 0 || in append_filter()
624 strcasecmp(p, "match") == 0 || in append_filter()
625 strcasecmp(p, "m") == 0) { in append_filter()
627 } else if (strcasecmp(p, "false") == 0 || in append_filter()
628 strcasecmp(p, "f") == 0 || in append_filter()
629 strcasecmp(p, "failure") == 0 || in append_filter()
630 strcasecmp(p, "fail") == 0 || in append_filter()
631 strcasecmp(p, "mismatch") == 0 || in append_filter()
632 strcasecmp(p, "mis") == 0) { in append_filter()