Home | History | Annotate | Download | only in valgrind

Lines Matching full:ignore_case

79 def GlobToRegex(glob_pattern, ignore_case=False):
87 elif ignore_case and char.isalpha():
421 regex += '(%s\!.*\n)+' % GlobToRegex(mod, ignore_case=True)
424 regex += '%s\!%s\n' % (GlobToRegex(mod, ignore_case=True),
425 GlobToRegex(func, ignore_case=False))