Lines Matching refs:strmatch
170 …if (strmatch(comment, "(ARGSUSED|PRINTFLIKE|PROTOLIB|SCANFLIKE|VARARGS)*([0-9])|CONSTCOND|CONSTANT… in pplint()
311 if (strmatch(s, "__GNUC__*")) in ppargs()
313 …else if (strmatch(s, "__(ANSI|STDC|STRICT)__*") || !(pp.arg_style & STYLE_gnu) && strmatch(s, "__S… in ppargs()
315 else if (strmatch(s, "__cplusplus*")) in ppargs()
540 if (strmatch(s, "i*.h")) in ppargs()
542 else if (strmatch(s, "*@(nostandard|nostdinc)*")) in ppargs()
544 else if (strmatch(s, "*@(exten|xansi)*|std")) in ppargs()
549 else if (strmatch(s, "*@(ansi|conform|pedantic|stand|std1|strict[!-])*")) in ppargs()
553 if (strmatch(s, "*pedantic*")) in ppargs()
556 else if (strmatch(s, "*@(trans)*")) in ppargs()
561 else if (strmatch(s, "*@(classic|compat|std0|tradition|[kK][n&+][rR])*")) in ppargs()
566 else if (strmatch(s, "*@(plusplus|++)*")) in ppargs()
568 else if (strmatch(s, "*@(warn)*")) in ppargs()