Searched defs:lint (Results 826 - 846 of 846) sorted by relevance

<<31323334

/illumos-gate/usr/src/cmd/svc/svccfg/
H A DMakefile98 lint := LINTFLAGS = -mux macro
99 lint := SVCCFG_EXTRA_LIBS = -lscf -ll -luutil -lumem -lmd5 -lnvpair macro
156 lint: $(LNTS)
/illumos-gate/usr/src/cmd/pools/poold/
H A DMakefile55 lint := TARGET = lint macro
112 lint: $(SUBDIRS)
150 lint:
/illumos-gate/usr/src/lib/libnisdb/
H A DMakefile138 # More and stricter semantic checks and lint-like checks
194 lint := TARGET= lint macro
202 lint: $(DERIVED_FILES) .WAIT lintcheck
/illumos-gate/usr/src/lib/
H A DMakefile517 lint := TARGET= lint macro
526 # the remaining targets (check, clean, clobber, install_h, lint, _dc
531 # clobber and lint, we must use $(NOWAIT_SUBDIRS) rather than
544 clean clobber lint: $(NOWAIT_SUBDIRS:%=%-nodepend)
/illumos-gate/usr/src/cmd/sgs/
H A DMakefile105 lint := TARGET= lint macro
147 lint: $(SUBDIRS)
/illumos-gate/usr/src/lib/libsecdb/
H A DMakefile36 lint:= TARGET= lint macro
75 all clean clobber delete install lint package: $(SUBDIRS)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A DMakefile111 lint := TARGET= lint macro
169 lint:
/illumos-gate/usr/src/cmd/power/
H A DMakefile90 # lint pass one enforcement
147 lint := LINTFLAGS=-auxn macro
148 lint:
/illumos-gate/usr/src/cmd/acct/
H A DMakefile58 lint:= TARGET= lint macro
154 lint: $(SUBDIRS)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A DMakefile40 # As programs get lint-clean, add them here. Eventually.
41 # This hack should go away, and all in PROG should be lint-clean.
44 # Likewise, as subdirs get lint-clean, add them here. Once
45 # they're all clean, replace the dependency of the lint target
47 # for the lint rule.
67 lint:= TARGET= lint macro
79 # PROGS are lint clean.
87 rcp lint-rcp := LDLIBS += -lsocket -lsec -lsendfile
88 rdate lint
[all...]
/illumos-gate/usr/src/lib/libbsm/
H A DMakefile37 lint := TARGET= lint macro
61 all install lint package: $(GENSRCS) $(SUBDIRS)
/illumos-gate/usr/src/lib/libc/
H A DMakefile211 # install rule for lint library target
235 lint := TARGET= lint macro
247 lint: $(SUBDIRS)
/illumos-gate/usr/src/cmd/cron/
H A DMakefile142 lint := LDLIBS += -lproject -lsecdb -lcontract -lpam macro
224 lint : lint_SRCS
/illumos-gate/usr/src/cmd/rpcsvc/
H A DMakefile114 lint:= TARGET= lint macro
233 lint:
/illumos-gate/usr/src/cmd/allocate/
H A DMakefile104 lint := LDLIBS += -lbsm -lsec -lsecdb -ldevinfo -ltsol macro
185 lint : lint_SRCS
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A DMakefile73 # As programs get lint-clean, add them here and to the 'lint' target.
75 # lint-clean.
79 # Likewise, as subdirs get lint-clean, add them here. Once
80 # they're all clean, replace the dependency of the lint target
82 # for the lint rule.
123 lint:= TARGET= lint macro
136 # PROGS are lint clean.
241 lint
[all...]
/illumos-gate/usr/src/cmd/fs.d/
H A DMakefile55 lint:= TARGET= lint macro
198 lint:
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_hdlr.c30 #undef lint macro
/illumos-gate/usr/src/cmd/pack/
H A Dpack.c46 #undef lint macro
58 struct { long int lng; } lint; member in union:FOUR
155 temp = insize.lint.lng;
188 mask.lint.lng = bits[c]<<bitsleft;
207 ((union FOUR *)outbuff)->lint.lng =
208 ((union FOUR *)&outbuff[BUFSIZ])->lint.lng;
257 insize.lint.lng = n = 0;
262 insize.lint.lng += count[i];
272 insize.lint.lng >>= 1;
306 /* can't occur unless insize.lint
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A DMakefile177 lint:= TARGET= lint macro
273 lint := CPPFLAGS += -I$(SRC)/lib/libnisdb/yptol macro
275 lint: $(SUBDIRS)
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile1080 # list of C source for lint
1197 lint := CPPFLAGS += -I$(LIBCDIR)/$(MACH)/fp macro
1198 lint := CPPFLAGS += -D_MSE_INT_H -D_LCONV_C99 macro
1199 lint := LINTFLAGS64 += -mn -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED macro
1201 lint:

Completed in 169 milliseconds

<<31323334