Home
last modified time | relevance | path

Searched full:cppcheck (Results 1 – 25 of 36) sorted by relevance

12

/src/sys/contrib/openzfs/config/
H A DCppCheck.am3 # cppcheck for userspace – nodist_*_SOURCES are kernel code and cppcheck goes crazy on them.
6 PHONY += cppcheck
14 cppcheck-recursive-%:
15 $(MAKE) -C $(subst cppcheck-recursive-,,$@) cppcheck
17 _CTGT = $(subst cppcheck-for-,,$@)
18 cppcheck-for-%:
20 …$(CPPCHECK) -j$(CPU_COUNT) $(CPPCHECKFLAGS) $(patsubst -U%,,$(patsubst -D%,,$(filter-out $(AM_CPPF…
22 cppcheck: $(addprefix cppcheck-for-,$(subst -,_,$(subst .,_,$(subst /,_,$(CPPCHECKTARGETS))))) $(ad… target
H A Dalways-cppcheck.m43 dnl # Check if cppcheck is available.
6 AC_CHECK_PROG([CPPCHECK], [cppcheck], [cppcheck])
7 if test -z "$CPPCHECK"; then
8 CPPCHECK='@printf "skipping cppcheck because cppcheck is not installed\n"'
/src/contrib/pam-krb5/tests/data/
H A Dcppcheck.supp1 // Suppressions file for cppcheck. -*- conf -*-
7 // To determine the correct suppression to add for a new error, run cppcheck
31 // Bug in cppcheck 2.3. cppcheck can't see the assignment because of the
39 // Stored in the returned ai struct, but cppcheck can't see the assignment
43 // Bug in cppcheck 1.89 (fixed in 2.3). The address of this variable is
47 // Bug in cppcheck 2.3.
50 // Bug in cppcheck 2.3.
57 // (remctl) Bug in cppcheck 1.89 (fixed in 2.3). The address of these
66 // (remctl) Bug in cppcheck 1.82. A pointer to this array is stored in a
70 // (pam-krb5) cppcheck doesn't recognize the unused attribute on labels.
/src/sys/contrib/openzfs/module/
H A DMakefile.in19 cppcheck cppcheck-Linux cppcheck-FreeBSD
146 cppcheck-Linux:
147 @CPPCHECK@ -j@CPU_COUNT@ --std=c99 --quiet --force --error-exitcode=2 \
163 cppcheck-FreeBSD:
166 cppcheck: cppcheck-@ac_system@
/src/contrib/pam-krb5/
H A DMakefile.am22 tests/data/cppcheck.supp tests/data/generate-krb5-conf \
182 # Used by maintainers to check the source code with cppcheck.
183 check-cppcheck:
186 | cppcheck -q --force --error-exitcode=2 --file-list=- \
187 --suppressions-list=tests/data/cppcheck.supp \
H A DLICENSE22 tests/TESTS tests/config/README tests/data/cppcheck.supp
/src/sys/contrib/openzfs/include/sys/
H A Ddmu_redact.h43 /* cppcheck-suppress syntaxError */ in redact_block_set_size()
56 /* cppcheck-suppress syntaxError */ in redact_block_set_count()
/src/sys/contrib/openzfs/.github/workflows/
H A Dcheckstyle.yaml23 sudo apt-get install -y cppcheck devscripts mandoc pax-utils shellcheck
28 cppcheck --version
/src/contrib/libcbor/src/cbor/
H A Dserialization.c195 // cppcheck-suppress missingReturn in cbor_serialize_uint()
216 // cppcheck-suppress missingReturn in cbor_serialize_negint()
382 // cppcheck-suppress missingReturn in cbor_serialize_float_ctrl()
/src/contrib/pam-krb5/ci/
H A Dinstall16 apt-get install aspell autoconf automake cppcheck heimdal-multidev \
H A Dtest43 make check-cppcheck
/src/sys/contrib/openzfs/
H A DMakefile.am11 include $(top_srcdir)/config/CppCheck.am
165 lint: cppcheck paxcheck
/src/contrib/libcbor/.circleci/
H A Dconfig.yml63 - run: sudo NEEDRESTART_MODE=l apt-get install -y clang-format doxygen cppcheck
64 - run: cppcheck --inline-suppr --error-exitcode=1 .
/src/sys/contrib/openzfs/include/sys/zstd/
H A Dzstd.h216 /* cppcheck-suppress syntaxError */ in zfs_set_hdrversion()
223 /* cppcheck-suppress syntaxError */ in zfs_set_hdrlevel()
/src/contrib/expat/
H A DChanges156 #1031 CI: Make calling Cppcheck without --suppress=objectIndex
237 #971 Address Cppcheck warnings
262 #971 CI: Adapt to breaking changes in Cppcheck
512 #803 CI: Adapt to breaking changes in Cppcheck
602 #592 #593 #610 Address Cppcheck warnings
1050 Cppcheck 2.0 and the Cppcheck team
1157 #284 #285 Address cppcheck warnings
/src/contrib/libcbor/src/
H A Dcbor.c376 // cppcheck-suppress syntaxError in cbor_copy_definite()
404 // cppcheck-suppress syntaxError in cbor_copy_definite()
/src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_share_nfs.c97 // cppcheck-suppress uninitvar in nfs_init_tmpfile()
/src/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_redup.c196 /* cppcheck-suppress syntaxError */ in zfs_redup_stream()
/src/sys/contrib/openzfs/module/zfs/
H A Du8_textprep.c876 // cppcheck-suppress arrayIndexOutOfBoundsCond in do_decomp()
878 // cppcheck-suppress arrayIndexOutOfBoundsCond in do_decomp()
1025 // cppcheck-suppress arrayIndexOutOfBoundsCond in find_composition_start()
1027 // cppcheck-suppress arrayIndexOutOfBoundsCond in find_composition_start()
/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c178 // cppcheck-suppress uninitvar in vdev_geom_orphan()
203 // cppcheck-suppress uninitvar in vdev_geom_orphan()
/src/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c421 // cppcheck-suppress sizeofwithnumericparameter in hostid_read()
/src/contrib/libpcap/
H A DCHANGES309 Fix some formatting string issues found by cppcheck.
601 Fix some issues found by cppcheck.
/src/contrib/ncurses/
H A DNEWS456 + fixes for compiler warnings/cppcheck.
460 + fixes for compiler warnings/cppcheck.
529 + fixes for compiler warnings/cppcheck.
955 + fixes for compiler warnings/cppcheck.
979 + fix a few warnings from cppcheck, etc.
1188 + correct change for cppcheck in menu library (report/analysis by
1218 + fix some cppcheck warnings, mostly style, in ncurses and c++
1718 + fix some cppcheck warnings, mostly style, in ncurses and c++
1724 + fix some cppcheck warnings, mostly style, in ncurses library and
1740 + fix some cppcheck warnings, mostly style, in ncurses test-programs,
[all …]
/src/contrib/byacc/
H A DCHANGES1532 * reader.c, output.c: cppcheck -- reduce scope
1614 * reader.c: simplify a check to quiet a bogus cppcheck-warning
1618 * reader.c: add a note about a bogus cppcheck warning
1626 * reader.c: cppcheck -- scope reduction
1627 cppcheck -- eliminate bogus returns after no-return functions
1631 cppcheck -- scope reduction
H A Daclocal.m41768 AC_CHECK_PROGS(LINT, lint cppcheck splint)
1770 (xcppcheck|x*/cppcheck)

12