Lines Matching refs:strcasecmp
508 if (strcasecmp(p, "true") == 0 || in append_filter()
509 strcasecmp(p, "t") == 0 || in append_filter()
510 strcasecmp(p, "success") == 0 || in append_filter()
511 strcasecmp(p, "succ") == 0 || in append_filter()
512 strcasecmp(p, "s") == 0 || in append_filter()
513 strcasecmp(p, "match") == 0 || in append_filter()
514 strcasecmp(p, "m") == 0) { in append_filter()
516 } else if (strcasecmp(p, "false") == 0 || in append_filter()
517 strcasecmp(p, "f") == 0 || in append_filter()
518 strcasecmp(p, "failure") == 0 || in append_filter()
519 strcasecmp(p, "fail") == 0 || in append_filter()
520 strcasecmp(p, "mismatch") == 0 || in append_filter()
521 strcasecmp(p, "mis") == 0) { in append_filter()