/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | rename_strings_variable.patch | 13 - STRINGS="-Dstrchr=index -Dstrrchr=rindex -Dmemcmp=bcmp -Dno_memcpy" \ 14 + STRINGS_FLAGS="-Dstrchr=index -Dstrrchr=rindex -Dmemcmp=bcmp -Dno_memcpy" \ 20 # strchr/strrchr/memcmp routines, but comes with index/rindex/bcmp. 22 -#STRINGS= -Dstrchr=index -Dstrrchr=rindex -Dmemcmp=bcmp -Dno_memcpy 23 +#STRINGS_FLAGS= -Dstrchr=index -Dstrrchr=rindex -Dmemcmp=bcmp -Dno_memcpy
|
/openbmc/linux/arch/x86/kernel/ |
H A D | callthunks.c | 185 if (!bcmp(pad, skl_call_thunk_template, tsize)) in patch_dest() 189 if (bcmp(pad, nops, tsize)) { in patch_dest() 301 return !bcmp((void *)(dest - tmpl_size), tmpl, tmpl_size); in is_callthunk()
|
/openbmc/linux/arch/x86/boot/ |
H A D | string.h | 14 int bcmp(const void *s1, const void *s2, size_t len);
|
H A D | string.c | 43 int bcmp(const void *s1, const void *s2, size_t len) in bcmp() function
|
/openbmc/linux/lib/ |
H A D | string.c | 711 int bcmp(const void *a, const void *b, size_t len) in bcmp() function 715 EXPORT_SYMBOL(bcmp);
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/ |
H A D | klibc.inc | 36 OPTFLAGS:append:toolchain-clang = " -fno-builtin-bcmp"
|
/openbmc/linux/include/linux/ |
H A D | string.h | 199 extern int bcmp(const void *,const void *,__kernel_size_t);
|
/openbmc/pldm/ |
H A D | .clang-tidy | 118 clang-analyzer-security.insecureAPI.bcmp,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/ |
H A D | 0005-ethernet.c-remove-it.patch | 219 - if (bcmp(ep->addr, ea, 6) == 0) {
|
/openbmc/libpldm/ |
H A D | .clang-tidy | 116 clang-analyzer-security.insecureAPI.bcmp,
|
/openbmc/obmc-console/ |
H A D | .clang-tidy | 116 clang-analyzer-security.insecureAPI.bcmp,
|
/openbmc/libcper/ |
H A D | .clang-tidy | 116 clang-analyzer-security.insecureAPI.bcmp,
|
/openbmc/phosphor-psu-code-mgmt/ |
H A D | .clang-tidy | 170 clang-analyzer-security.insecureAPI.bcmp,
|
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | .clang-tidy | 173 clang-analyzer-security.insecureAPI.bcmp,
|
/openbmc/phosphor-state-manager/ |
H A D | .clang-tidy | 174 clang-analyzer-security.insecureAPI.bcmp,
|
/openbmc/phosphor-led-manager/ |
H A D | .clang-tidy | 174 clang-analyzer-security.insecureAPI.bcmp,
|
/openbmc/estoraged/ |
H A D | .clang-tidy | 177 clang-analyzer-security.insecureAPI.bcmp,
|
/openbmc/phosphor-time-manager/ |
H A D | .clang-tidy | 176 clang-analyzer-security.insecureAPI.bcmp,
|
/openbmc/phosphor-led-sysfs/ |
H A D | .clang-tidy | 177 clang-analyzer-security.insecureAPI.bcmp,
|
/openbmc/phosphor-debug-collector/ |
H A D | .clang-tidy | 203 clang-analyzer-security.insecureAPI.bcmp,
|
/openbmc/entity-manager/ |
H A D | .clang-tidy | 201 clang-analyzer-security.insecureAPI.bcmp,
|
/openbmc/linux/scripts/kconfig/ |
H A D | confdata.c | 76 if (bcmp(map1, map2, st1.st_size)) in is_same()
|
/openbmc/dbus-sensors/ |
H A D | .clang-tidy | 203 clang-analyzer-security.insecureAPI.bcmp,
|
/openbmc/bmcweb/ |
H A D | .clang-tidy | 214 clang-analyzer-security.insecureAPI.bcmp,
|