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

/osnet-11/usr/src/tools/onbld/Checks/
H A DCStyle.py30 # CStyle, wrap the cstyle tool in a pythonic API
36 def cstyle(fh, filename=None, output=sys.stderr, **opts): function
47 raise TypeError('cstyle() got an unexpected keyword '
55 ret, tmpfile = processcheck('cstyle', options, fh, output)

Completed in 44 milliseconds