/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
H A D | perl-rdepends.txt | 21 RDEPENDS:perl-module-anydbm-file += "perl-module-strict" 33 RDEPENDS:perl-module-app-cpan += "perl-module-strict" 41 RDEPENDS:perl-module-app-prove += "perl-module-strict" 50 RDEPENDS:perl-module-app-prove-state += "perl-module-strict" 56 RDEPENDS:perl-module-app-prove-state-result += "perl-module-strict" 58 RDEPENDS:perl-module-app-prove-state-result-test += "perl-module-strict" 63 RDEPENDS:perl-module-archive-tar-constant += "perl-module-strict" 71 RDEPENDS:perl-module-archive-tar-file += "perl-module-strict" 81 RDEPENDS:perl-module-archive-tar += "perl-module-strict" 83 RDEPENDS:perl-module-attribute-handlers += "perl-module-strict" [all …]
|
/openbmc/linux/net/netfilter/ |
H A D | xt_policy.c | 57 int strict = info->flags & XT_POLICY_MATCH_STRICT; in match_policy_in() local 62 if (strict && info->len != sp->len) in match_policy_in() 66 pos = strict ? i - sp->len + 1 : 0; in match_policy_in() 72 if (!strict) in match_policy_in() 74 } else if (strict) in match_policy_in() 78 return strict ? 1 : 0; in match_policy_in() 87 int strict = info->flags & XT_POLICY_MATCH_STRICT; in match_policy_out() local 95 pos = strict ? i : 0; in match_policy_out() 101 if (!strict) in match_policy_out() 103 } else if (strict) in match_policy_out() [all …]
|
/openbmc/u-boot/scripts/coccinelle/iterators/ |
H A D | use_after_iter.cocci | 43 when strict 48 when strict 53 when strict 58 when strict 63 when strict 68 when strict 73 when strict 78 when strict 83 when strict
|
/openbmc/linux/include/linux/ |
H A D | netfilter_ipv6.h | 44 const struct net_device *dev, int strict); 50 bool strict); 80 const struct net_device *dev, int strict) in nf_ipv6_chk_addr() argument 88 return v6_ops->chk_addr(net, addr, dev, strict); in nf_ipv6_chk_addr() 90 return ipv6_chk_addr(net, addr, dev, strict); in nf_ipv6_chk_addr() 97 struct flowi *fl, bool strict); 100 struct flowi *fl, bool strict) in nf_ip6_route() argument 106 return v6ops->route(net, dst, fl, strict); in nf_ip6_route() 111 return __nf_ip6_route(net, dst, fl, strict); in nf_ip6_route()
|
H A D | netfilter_ipv4.h | 27 bool strict); 35 struct flowi *fl, bool strict) in nf_ip_route() argument
|
/openbmc/linux/scripts/coccinelle/iterators/ |
H A D | use_after_iter.cocci | 45 when strict 50 when strict 55 when strict 60 when strict 65 when strict 70 when strict 75 when strict 80 when strict 85 when strict
|
H A D | for_each_child.cocci | 103 when strict 137 when strict 208 when strict 231 when strict 265 when strict 291 when strict
|
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
H A D | 0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch | 36 -CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror \ 37 +CFLAGS += -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror \ 41 -CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -fwrapv \ 42 +CFLAGS += -MD -fshort-wchar -fno-strict-aliasing -fwrapv \ 47 -CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -fwrapv \ 48 +CFLAGS += -MD -fshort-wchar -fno-strict-aliasing -fwrapv \
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | returnvar.cocci | 9 // "when strict" can be removed to get more hits, but adds false 25 when strict 38 when strict 49 when strict
|
/openbmc/linux/drivers/mfd/ |
H A D | tps65218.c | 207 u32 strict; in tps65218_voltage_set_strict() local 211 &strict)) in tps65218_voltage_set_strict() 214 if (strict != 0 && strict != 1) { in tps65218_voltage_set_strict() 222 strict ? TPS65218_CONFIG1_STRICT : 0, in tps65218_voltage_set_strict()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/files/ |
H A D | 0002-Makefile.am-respect-PYTHONSITEDIR.patch | 19 CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py build --build-base py$(PYTHONREV) 22 - CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py build --build-base py$(PYTHONREV)… 23 + CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py build --build-base py$(PYTHONREV)…
|
H A D | 0001-Use-setuptools-instead-of-distutils.patch | 54 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/testing/selftests/net/ |
H A D | rxtimestamp.c | 278 bool strict) in run_test_case() argument 347 if (!strict && test_cases[test_num].warn_on_fail) in run_test_case() 359 bool strict = false; in main() local 396 strict = true; in main() 419 strict)) in main() 423 strict)) in main()
|
/openbmc/linux/tools/testing/vsock/ |
H A D | Makefile | 8 … -I../../include -I../../../usr/include -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasin…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
H A D | openhpi-fix-host-gcc.patch | 18 - CC_WARNINGS=`echo $CC_WARNINGS | sed -e 's/-Wno-strict-aliasing//g'` 19 - CXX_WARNINGS=`echo $CC_WARNINGS | sed -e 's/-Wno-strict-aliasing//g'`
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_dcb.c | 294 cos_params[i].strict = BNX2X_DCBX_STRICT_INVALID; in bnx2x_dcbx_get_ets_feature() 520 if (((BNX2X_DCBX_STRICT_INVALID == ets->cos_params[0].strict) && in bnx2x_dcbx_2cos_limit_update_ets_config() 522 ((BNX2X_DCBX_STRICT_INVALID == ets->cos_params[1].strict) && in bnx2x_dcbx_2cos_limit_update_ets_config() 529 ets->cos_params[0].strict, in bnx2x_dcbx_2cos_limit_update_ets_config() 531 ets->cos_params[1].strict, in bnx2x_dcbx_2cos_limit_update_ets_config() 554 if (ets->cos_params[0].strict == BNX2X_DCBX_STRICT_COS_HIGHEST) in bnx2x_dcbx_2cos_limit_update_ets_config() 556 else if (ets->cos_params[1].strict in bnx2x_dcbx_2cos_limit_update_ets_config() 577 if (ets->cos_params[i].strict != BNX2X_DCBX_STRICT_INVALID) { in bnx2x_dcbx_update_ets_config() 585 ets->cos_params[i].strict; in bnx2x_dcbx_update_ets_config() 1097 cos, bp->dcbx_port_params.ets.cos_params[cos].strict); in bnx2x_dcbx_print_cos_params() [all …]
|
/openbmc/linux/scripts/coccinelle/api/ |
H A D | kfree_sensitive.cocci | 47 when strict 59 when strict 77 when strict
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | 0001-force-static-build.patch | 21 -CFLAGS = @CFLAGS@ -fno-strict-aliasing -Wall -Wstrict-prototypes 22 +CFLAGS = @CFLAGS@ -static -fno-strict-aliasing -Wall -Wstrict-prototypes
|
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | Build | 6 CFLAGS_trace-event-perl.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-… 9 CFLAGS_trace-event-python.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -…
|
/openbmc/linux/net/ipv6/ |
H A D | netfilter.c | 31 int strict = (ipv6_addr_type(&iph->daddr) & in ip6_route_me_harder() local 44 else if (strict) in ip6_route_me_harder() 100 struct flowi *fl, bool strict) in __nf_ip6_route() argument 108 const void *sk = strict ? &fake_sk : NULL; in __nf_ip6_route()
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libunicode/ |
H A D | libunicode-linebreak-perl_2019.001.bb | 36 perl-module-strict \ 45 perl-module-strict \
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography/ |
H A D | 0001-pyproject.toml-remove-benchmark-disable-option.patch | 36 -addopts = "-r s --capture=no --strict-markers --benchmark-disable" 37 +addopts = "-r s --capture=no --strict-markers"
|
/openbmc/linux/tools/virtio/ |
H A D | Makefile | 17 …-I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasin…
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | qos_pfc.sh | 175 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 D | tfc_conf.c | 49 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()
|