Searched refs:lint (Results 1 – 25 of 386) sorted by relevance
12345678910>>...16
/freebsd/contrib/tcsh/ |
H A D | tc.alloc.c | 154 #ifndef lint 179 #ifndef lint in malloc() 247 #ifndef lint 308 #ifndef lint in free() 350 #ifndef lint in calloc() 380 #ifndef lint 388 #ifndef lint in realloc() 475 #ifndef lint
|
/freebsd/contrib/ntp/libntp/ |
H A D | adjtimex.c | 7 #ifndef lint 9 #endif not lint
|
/freebsd/contrib/ncurses/misc/ |
H A D | tdlint | 64 for p in $HOME/lib/$ARCH/lint /usr/lib/lint /usr/lib
|
H A D | makellib | 148 if ( lint "$CREATE" "$OPT" "$TARGET" ) 152 for p in $HOME/lib $HOME/lib/$ARCH $HOME/lib/$ARCH/lint
|
/freebsd/usr.sbin/cron/doc/ |
H A D | Makefile.vixie | 97 lint : 98 lint $(LINTFLAGS) $(LINT_CRON) $(LIBS) \ 100 lint $(LINTFLAGS) $(LINT_CRONTAB) $(LIBS) \
|
/freebsd/lib/libc/regex/grot/ |
H A D | Makefile | 89 lint $(LINTFLAGS) -h $(LINTC) 2>&1 | egrep -v '$(JUNKLINT)' | tee lint 95 rm -f junk* core regex.tmp lint
|
/freebsd/contrib/netbsd-tests/lib/libc/stdio/ |
H A D | t_popen.c | 33 #ifndef lint 38 #ifndef lint
|
/freebsd/contrib/unvis/ |
H A D | unvis.c | 33 #ifndef lint 38 #ifndef lint
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_smb.c | 377 u_int32_t lint; in smbfs_smb_query_info() local 409 md_get_uint32le(mdp, &lint); /* specs: secs since 1970 */ in smbfs_smb_query_info() 410 if (lint) /* avoid bogus zero returns */ in smbfs_smb_query_info() 411 smb_time_server2local(lint, SSTOVC(ssp)->vc_sopt.sv_tz, in smbfs_smb_query_info() 413 md_get_uint32le(mdp, &lint); in smbfs_smb_query_info() 414 fap->fa_size = lint; in smbfs_smb_query_info() 1245 int64_t lint; in smbfs_findnextLM2() local 1285 md_get_int64le(mbp, &lint); in smbfs_findnextLM2() 1286 smb_time_NT2local(lint, svtz, &ctx->f_attr.fa_atime); in smbfs_findnextLM2() 1287 md_get_int64le(mbp, &lint); in smbfs_findnextLM2() [all …]
|
/freebsd/contrib/byacc/ |
H A D | Makefile.old | 66 lint:; @lint $(SRCS)
|
/freebsd/contrib/vis/ |
H A D | vis.c | 33 #ifndef lint 38 #ifndef lint
|
/freebsd/contrib/bmake/ |
H A D | make.h | 117 #if MAKE_GNUC_PREREQ(2, 7) || lint 150 #if __STDC_VERSION__ >= 199901L || defined(lint) 157 #if defined(lint) 164 #if __STDC_VERSION__ >= 199901L || defined(lint) || defined(USE_C99_BOOLEAN) 1258 #if defined(lint)
|
/freebsd/contrib/tcp_wrappers/ |
H A D | patchlevel.h | 1 #ifndef lint
|
H A D | clean_exit.c | 11 #ifndef lint
|
H A D | fromhost.c | 13 #ifndef lint
|
/freebsd/usr.sbin/crunch/crunchide/ |
H A D | exec_elf64.c | 36 #ifndef lint
|
/freebsd/contrib/mtree/ |
H A D | mtree.c | 37 #if defined(__COPYRIGHT) && !defined(lint) 42 #if defined(__RCSID) && !defined(lint)
|
/freebsd/lib/libc/powerpc64/gen/ |
H A D | infinity.c | 3 #if defined(LIBC_SCCS) && !defined(lint)
|
/freebsd/lib/libc/powerpc/gen/ |
H A D | infinity.c | 3 #if defined(LIBC_SCCS) && !defined(lint)
|
/freebsd/contrib/bmake/mk/ |
H A D | README | 146 LINTLIBDIR Base path for lint(1) library installation. [/usr/libdata/lint] 210 NOLINT Do not build lint libraries. [set, set unconditionally] 242 lint: 243 run lint on the source files 351 clean, cleandir, depend, includes, install, lint, and tags. For all of 369 includes, install, lint, and tags. It has a limited number of suffixes, 378 LINTLIBDIR Target directory for lint libraries.
|
/freebsd/contrib/libedit/TEST/ |
H A D | rl1.c | 33 #if !defined(lint)
|
/freebsd/lib/libc/string/ |
H A D | wcslen.c | 33 #if defined(LIBC_SCCS) && !defined(lint)
|
H A D | wmemmove.c | 33 #if defined(LIBC_SCCS) && !defined(lint)
|
/freebsd/contrib/file/src/ |
H A D | asctime_r.c | 4 #ifndef lint
|
H A D | ctime_r.c | 4 #ifndef lint
|
12345678910>>...16