Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/openzfs/config/
H A DCppCheck.am2 # cppcheck for userspace – nodist_*_SOURCES are kernel code and cppcheck goes crazy on them.
5 PHONY += cppcheck
13 cppcheck-recursive-%:
14 $(MAKE) -C $(subst cppcheck-recursive-,,$@) cppcheck
16 _CTGT = $(subst cppcheck-for-,,$@)
17 cppcheck-for-%:
19 …$(CPPCHECK) -j$(CPU_COUNT) $(CPPCHECKFLAGS) $(patsubst -U%,,$(patsubst -D%,,$(filter-out $(AM_CPPF…
21 cppcheck: $(addprefix cppcheck-for-,$(subst -,_,$(subst .,_,$(subst /,_,$(CPPCHECKTARGETS))))) $(ad… target
H A Dalways-cppcheck.m42 dnl # Check if cppcheck is available.
5 AC_CHECK_PROG([CPPCHECK], [cppcheck], [cppcheck])
6 if test -z "$CPPCHECK"; then
7 CPPCHECK='@printf "skipping cppcheck because cppcheck is not installed\n"'
/freebsd/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.
/freebsd/sys/contrib/openzfs/module/
H A DMakefile.in19 cppcheck cppcheck-Linux cppcheck-FreeBSD
145 cppcheck-Linux:
146 @CPPCHECK@ -j@CPU_COUNT@ --std=c99 --quiet --force --error-exitcode=2 \
162 cppcheck-FreeBSD:
165 cppcheck: cppcheck-@ac_system@
/freebsd/contrib/libcbor/src/cbor/
H A Dserialization.c22 // cppcheck-suppress missingReturn in cbor_serialize()
62 // cppcheck-suppress missingReturn in cbor_serialized_size()
177 // cppcheck-suppress missingReturn in cbor_serialize_uint()
193 // cppcheck-suppress missingReturn in cbor_serialize_negint()
354 // cppcheck-suppress missingReturn in cbor_serialize_float_ctrl()
H A Dfloats_ctrls.c48 // cppcheck-suppress missingReturn in cbor_float_get_float()
H A Dints.c41 // cppcheck-suppress missingReturn in cbor_get_int()
/freebsd/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
/freebsd/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()
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dcheckstyle.yaml23 sudo apt-get install -y cppcheck devscripts mandoc pax-utils shellcheck
28 cppcheck --version
/freebsd/contrib/pam-krb5/ci/
H A Dinstall16 apt-get install aspell autoconf automake cppcheck heimdal-multidev \
H A Dtest43 make check-cppcheck
/freebsd/contrib/libcbor/.circleci/
H A Dconfig.yml43 - run: sudo NEEDRESTART_MODE=l apt-get install -y clang-format doxygen cppcheck
44 - run: cppcheck --inline-suppr --error-exitcode=1 .
/freebsd/sys/contrib/openzfs/
H A DMakefile.am10 include $(top_srcdir)/config/CppCheck.am
163 lint: cppcheck paxcheck
/freebsd/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()
/freebsd/contrib/libcbor/src/
H A Dcbor.c141 // cppcheck-suppress missingReturn in _cbor_copy_float_ctrl()
155 // cppcheck-suppress missingReturn in cbor_copy()
/freebsd/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
/freebsd/sys/contrib/openzfs/lib/libshare/
H A Dnfs.c98 // cppcheck-suppress uninitvar in nfs_init_tmpfile()
/freebsd/sys/contrib/openzfs/module/unicode/
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()
/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_redup.c248 /* cppcheck-suppress syntaxError */ in zfs_redup_stream()
/freebsd/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()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c679 // cppcheck-suppress sizeofwithnumericparameter in hostid_read()
/freebsd/contrib/libpcap/
H A DCHANGES202 Fix some formatting string issues found by cppcheck.
494 Fix some issues found by cppcheck.
/freebsd/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

12