Searched refs:mapfilechk (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/onbld/Checks/
H A DMapfile.py45 def mapfilechk(fh, filename=None, verbose=False, output=sys.stderr): function
/illumos-gate/usr/src/tools/scripts/
H A DMakefile70 mapfilechk \
93 mapfilechk.1onbld \
H A Dmapfilechk.py39 from onbld.Checks.Mapfile import mapfilechk namespace
99 return mapfilechk(fh, verbose=opts['verbose'],
H A Dgit-pbchk.py224 def mapfilechk(root, parent, flist, output): function
245 ret |= Mapfile.mapfilechk(fh, output=output)
345 mapfilechk]
357 mapfilechk]
/illumos-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py437 Files can be excluded from this check using the mapfilechk.NOT
443 exclude = not_check(repo, 'mapfilechk')
471 ret |= Mapfile.mapfilechk(fh, output=ui)
835 - mapfilechk (link-editor mapfiles)
871 - mapfilechk (link-editor mapfiles)
1477 'mapfilechk': (cdm_mapfilechk, [('p', 'parent', '', 'parent workspace')],
1478 'hg mapfilechk [-p PARENT]'),

Completed in 88 milliseconds