Searched refs:cstyle (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/tools/onbld/Checks/ |
H A D | CStyle.py | 30 # 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 D | Makefile | 62 cstyle:
|
/osnet-11/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 542 (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 55 milliseconds