Lines Matching refs:strcasecmp
461 if (strcasecmp(p, "true") == 0 || in append_filter()
462 strcasecmp(p, "t") == 0 || in append_filter()
463 strcasecmp(p, "success") == 0 || in append_filter()
464 strcasecmp(p, "succ") == 0 || in append_filter()
465 strcasecmp(p, "s") == 0 || in append_filter()
466 strcasecmp(p, "match") == 0 || in append_filter()
467 strcasecmp(p, "m") == 0) { in append_filter()
469 } else if (strcasecmp(p, "false") == 0 || in append_filter()
470 strcasecmp(p, "f") == 0 || in append_filter()
471 strcasecmp(p, "failure") == 0 || in append_filter()
472 strcasecmp(p, "fail") == 0 || in append_filter()
473 strcasecmp(p, "mismatch") == 0 || in append_filter()
474 strcasecmp(p, "mis") == 0) { in append_filter()