Searched refs:LINT (Results 1 - 25 of 77) sorted by relevance

1234

/freebsd-11-stable/usr.bin/xlint/
H A DMakefile4 .if ${LINT} == "lint"
/freebsd-11-stable/usr.bin/xlint/llib/
H A DMakefile12 ${LINT} ${LINTFLAGS} -Cposix ${.ALLSRC}
15 ${LINT} ${LINTFLAGS} -Cstdc ${.ALLSRC}
/freebsd-11-stable/sys/conf/
H A DmakeLINT.mk3 # The LINT files need to end up in the kernel source directory.
7 @echo "make LINT only"
10 rm -f LINT
12 rm -f LINT-VIMAGE LINT-NOINET LINT-NOINET6 LINT-NOIP
20 LINT: ${NOTES} ${MAKELINT_SED}
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Drpw.c91 #ifdef LINT
/freebsd-11-stable/tools/tools/kernxref/
H A Dkernxref.sh18 KERNELNAME=LINT
/freebsd-11-stable/contrib/byacc/
H A Dmakefile.in30 LINT = @LINT@
162 $(LINT) $(LINTFLAGS) $(CPPFLAGS) $(C_FILES)
/freebsd-11-stable/contrib/ncurses/progs/
H A DMakefile.in127 LINT = @LINT@
315 @MAKE_TERMINFO@ $(LINT) $(LINT_OPTS) $(CPPFLAGS) $(srcdir)/tic.c $(srcdir)/dump_entry.c $(LINT_LIBS)
316 @MAKE_TERMINFO@ $(LINT) $(LINT_OPTS) $(CPPFLAGS) $(srcdir)/toe.c $(srcdir)/dump_entry.c $(LINT_LIBS)
317 $(LINT) $(LINT_OPTS) $(CPPFLAGS) $(srcdir)/clear.c $(LINT_LIBS)
318 $(LINT) $(LINT_OPTS) $(CPPFLAGS) $(srcdir)/infocmp.c $(srcdir)/dump_entry.c $(LINT_LIBS)
319 $(LINT) $(LINT_OPTS) $(CPPFLAGS) $(srcdir)/tabs.c $(LINT_LIBS)
320 $(LINT) $(LINT_OPTS) $(CPPFLAGS) $(srcdir)/tput.c $(LINT_LIBS)
321 $(LINT) $(LINT_OPTS) $(CPPFLAGS) $(srcdir)/tset.c $(srcdir)/dump_entry.c $(LINT_LIBS)
/freebsd-11-stable/contrib/ncurses/form/
H A DMakefile.in120 LINT = @LINT@
/freebsd-11-stable/contrib/ncurses/menu/
H A DMakefile.in120 LINT = @LINT@
/freebsd-11-stable/contrib/ncurses/panel/
H A DMakefile.in122 LINT = @LINT@
/freebsd-11-stable/usr.sbin/cron/cron/
H A Djob.c18 #if !defined(lint) && !defined(LINT)
H A Duser.c18 #if !defined(lint) && !defined(LINT)
/freebsd-11-stable/tools/tools/kerninclude/
H A Dkerninclude.sh24 kernels="LINT GENERIC GENERIC98"
57 make LINT
59 rm -rf ../../compile/LINT ../../compile/GENERIC
61 config LINT
/freebsd-11-stable/crypto/openssl/crypto/bf/
H A Dbfspeed.c123 # ifdef LINT
262 #if defined(LINT) || defined(OPENSSL_SYS_MSDOS)
/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dcast_spd.c123 # ifdef LINT
259 #if defined(LINT) || defined(OPENSSL_SYS_MSDOS)
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A Drc2speed.c123 # ifdef LINT
259 #if defined(LINT) || defined(OPENSSL_SYS_MSDOS)
/freebsd-11-stable/crypto/openssl/crypto/rc4/
H A Drc4speed.c123 # ifdef LINT
236 #if defined(LINT) || defined(OPENSSL_SYS_MSDOS)
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A Drc5speed.c123 # ifdef LINT
262 #if defined(LINT) || defined(OPENSSL_SYS_MSDOS)
/freebsd-11-stable/contrib/ldns/drill/
H A DMakefile.in27 LINT = splint
114 $(LINT) $(LINTFLAGS) $(CPPFLAGS) -I$(srcdir) $(srcdir)/$$i ; \
/freebsd-11-stable/usr.sbin/cron/lib/
H A Denv.c18 #if !defined(lint) && !defined(LINT)
H A Dcompat.c18 #if !defined(lint) && !defined(LINT)
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DIRIX.mk68 LINT?= lint macro
100 ${LINT} ${LINTFLAGS} ${CPPFLAGS:M-[IDU]*} -i ${.IMPSRC}
H A DGeneric.mk80 LINT?= lint macro
108 ${LINT} ${LINTFLAGS} ${CPPFLAGS:M-[IDU]*} -i ${.IMPSRC}
H A DNetBSD.mk103 LINT?= lint macro
135 ${LINT} ${LINTFLAGS} ${CPPFLAGS:M-[IDU]*} -i ${.IMPSRC}
H A DOpenBSD.mk78 LINT?= lint macro
110 ${LINT} ${LINTFLAGS} ${CPPFLAGS:M-[IDU]*} -i ${.IMPSRC}

Completed in 109 milliseconds

1234