Searched refs:lenient (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/tools/onbld/Checks/ |
H A D | HdrChk.py | 74 def __init__(self, fh, filename=None, lenient=False): argument 76 self.lenient = lenient 110 if self.lenient and re.search(r'^\s*//', line): 156 def hdrchk(fh, filename=None, lenient=False, output=sys.stderr): argument 161 hdr = HeaderFile(fh, filename=filename, lenient=lenient) 180 if lenient and line.startswith("#pragma ident") and IDENT.search(line): 194 if not lenient: 253 if not lenient and not re.search(r'\s<.*>', 309 if (not lenient) and (not found_cplusplus) and found_code:
|
H A D | Cddl.py | 52 def cddlchk(fh, filename=None, lenient=False, verbose=False, output=sys.stderr): argument 54 lenient=lenient, verbose=verbose, output=output)
|
H A D | Keywords.py | 46 def keywords(fh, filename=None, lenient=False, verbose=False, argument 64 if lenient and ident.search(line):
|
H A D | CmtBlk.py | 55 lenient=False, verbose=False, output=sys.stderr): argument 96 if not len(blocks) and not lenient:
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | hdrchk.py | 55 lenient = False variable 58 lenient = True variable 65 ret |= hdrchk(fh, lenient=lenient, output=sys.stderr)
|
H A D | cddlchk.py | 98 lenient=opts['lenient'],
|
H A D | git-pbchk.py | 323 ret |= HdrChk.hdrchk(fh, lenient=True, output=output)
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 1715 The compatibility requirements of fastpath flows have to be lenient, as we can't afford to penalize…
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 13364 lenient
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 13366 lenient
|