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

/illumos-gate/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)
/illumos-gate/usr/src/cmd/stmfproxy/
H A DMakefile37 cstyle := TARGET= cstyle macro
42 all install cstyle lint : $(SUBDIRS)
/illumos-gate/usr/src/tools/scripts/
H A Dcstyle.pl30 # @(#)cstyle 1.58 98/09/09 (from shannon)
32 # cstyle - check for some common stylistic errors.
34 # cstyle is a sort of "lint" for C coding style.
62 "usage: cstyle [-chpvCP] [-o constructs] file ...
99 print "cstyle: unrecognized construct \"$x\"\n";
183 &cstyle($arg, $fh);
188 &cstyle("<stdin>", *STDIN);
231 sub cstyle($$) { subroutine
H A Dgit-pbchk.py270 def cstyle(root, parent, flist, output): function
275 ret |= CStyle.cstyle(fh, output=output, picky=True,
340 cstyle,
352 cstyle,
/illumos-gate/usr/src/cmd/lvm/
H A DMakefile52 cstyle := TARGET= cstyle macro
57 all install clean cstyle lint: $(SUBDIRS)
/illumos-gate/usr/src/cmd/ypcmd/
H A DMakefile178 cstyle := TARGET= cstyle macro
301 cstyle: $(SUBDIRS)

Completed in 453 milliseconds