Lines Matching refs:strcasecmp
529 if (strcasecmp(p, "true") == 0 || in append_filter()
530 strcasecmp(p, "t") == 0 || in append_filter()
531 strcasecmp(p, "success") == 0 || in append_filter()
532 strcasecmp(p, "succ") == 0 || in append_filter()
533 strcasecmp(p, "s") == 0 || in append_filter()
534 strcasecmp(p, "match") == 0 || in append_filter()
535 strcasecmp(p, "m") == 0) { in append_filter()
537 } else if (strcasecmp(p, "false") == 0 || in append_filter()
538 strcasecmp(p, "f") == 0 || in append_filter()
539 strcasecmp(p, "failure") == 0 || in append_filter()
540 strcasecmp(p, "fail") == 0 || in append_filter()
541 strcasecmp(p, "mismatch") == 0 || in append_filter()
542 strcasecmp(p, "mis") == 0) { in append_filter()