Searched refs:cstyle (Results 1 - 3 of 3) 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)
/osnet-11/usr/src/lib/libc/i386/etc/
H A DMakefile62 cstyle:
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py542 (http://hub.opensolaris.org/bin/download/Community+Group+on/WebHome/cstyle.ms.pdf)
544 Files can be excluded from this check using the cstyle.NOT file.
549 exclude = not_check(repo, 'cstyle')
564 ret |= CStyle.cstyle(fh, output=ui,
858 - cstyle (C source style)
893 - cstyle (C source style)
1416 'cstyle': (cdm_cstyle, [('p', 'parent', '', 'parent workspace')],
1417 'hg cstyle [-p PARENT]'),

Completed in 110 milliseconds