Home
last modified time | relevance | path

Searched refs:strict (Results 26 – 50 of 373) sorted by relevance

12345678910>>...15

/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography/
H A D0001-pyproject.toml-remove-benchmark-disable-option.patch36 -addopts = "-r s --capture=no --strict-markers --benchmark-disable"
37 +addopts = "-r s --capture=no --strict-markers"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/files/
H A D0001-Use-setuptools-instead-of-distutils.patch54 CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py build --build-base py$(PYTHONREV)
57 - CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py build --build-base py$(PYTHONREV)…
58 + CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py build --build-base py$(PYTHONREV)…
/openbmc/linux/tools/virtio/
H A DMakefile17 …-I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasin…
/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/
H A Ddefn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch28 use strict;
45 use strict;
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_pfc.sh175 ets bands 8 strict 8 priomap 7 6
191 ets bands 8 strict 8 priomap 7 6
208 ets bands 8 strict 8 priomap 7 6
230 ets bands 8 strict 8 priomap 7 6
/openbmc/linux/drivers/target/tcm_fc/
H A Dtfc_conf.c49 static ssize_t ft_parse_wwn(const char *name, u64 *wwn, int strict) in ft_parse_wwn() argument
63 if (strict && pos++ == 2 && byte++ < 7) { in ft_parse_wwn()
72 if (strict && byte != 8) in ft_parse_wwn()
78 if (val < 0 || (strict && isupper(c))) in ft_parse_wwn()
/openbmc/qemu/scripts/qapi/
H A Dmypy.ini2 strict = True key
/openbmc/linux/arch/arm64/kernel/vdso32/
H A DMakefile65 -fno-strict-aliasing -fno-common \
72 VDSO_CFLAGS += -fno-strict-overflow
73 VDSO_CFLAGS += $(call cc32-option,-Werror=strict-prototypes)
/openbmc/u-boot/
H A D.checkpatch.conf17 --strict
/openbmc/linux/net/netfilter/
H A Dutils.c164 bool strict, unsigned short family) in nf_route() argument
171 ret = nf_ip_route(net, dst, fl, strict); in nf_route()
174 ret = nf_ip6_route(net, dst, fl, strict); in nf_route()
/openbmc/linux/tools/testing/kunit/
H A Dmypy.ini2 strict = True key
/openbmc/linux/scripts/package/
H A Dsnapcraft.template6 confinement: strict
/openbmc/qemu/contrib/systemd/
H A Dqemu-pr-helper.service9 ProtectSystem=strict
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.h45 u8 strict; member
142 u8 strict; member
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libstrictures/
H A Dlibstrictures-perl_2.000006.bb1 SUMMARY = "strictures - turn on strict and make all warnings fatal"
41 perl-module-strict \
/openbmc/qemu/storage-daemon/
H A Dmeson.build8 qsd_ss = qsd_ss.apply(config_targetos, strict: false)
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/
H A DBuild4 CFLAGS_Context.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-…
/openbmc/openbmc/meta-google/recipes-google/networking/files/
H A Diperf3.service8 ProtectSystem=strict
/openbmc/linux/drivers/net/fddi/skfp/
H A DMakefile21 ccflags-y := -DPCI -DMEM_MAPPED_IO -Wno-strict-prototypes
/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/
H A DBuild3 CFLAGS_Context.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-bad-funct…
/openbmc/linux/include/linux/pinctrl/
H A Dpinmux.h81 bool strict; member
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A Dgbmc-ncsi-sslh.service11 ProtectSystem=strict
/openbmc/linux/drivers/pinctrl/
H A Dpinmux.c96 if (ops->strict && desc->mux_usecount) in pinmux_can_be_used_for_gpio()
99 return !(ops->strict && !!desc->gpio_owner); in pinmux_can_be_used_for_gpio()
130 if ((!gpio_range || ops->strict) && in pin_request()
138 if ((gpio_range || ops->strict) && desc->gpio_owner) { in pin_request()
595 if (pmxops->strict) in pinmux_pins_show()
619 if (pmxops->strict) { in pinmux_pins_show()
/openbmc/linux/scripts/
H A DMakefile.ubsan5 ubsan-cflags-$(CONFIG_UBSAN_BOUNDS_STRICT) += -fsanitize=bounds-strict
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dsch_ets_core.sh114 $(if ((nstrict)); then echo strict $nstrict; fi) \
130 $(if ((nstrict)); then echo strict $nstrict; fi) \

12345678910>>...15