Searched defs:hdrchk (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dhdrchk.py39 from onbld.Checks.HdrChk import hdrchk namespace
67 ret |= hdrchk(fh, lenient=lenient, output=sys.stderr)
H A Dgit-pbchk.py260 def hdrchk(root, parent, flist, output): function
265 ret |= HdrChk.hdrchk(fh, lenient=True, output=output)
341 hdrchk,
353 hdrchk,
/illumos-gate/usr/src/tools/onbld/Checks/
H A DHdrChk.py156 def hdrchk(fh, filename=None, lenient=False, output=sys.stderr): function

Completed in 89 milliseconds