| /openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/ |
| H A D | udp_client.c | 63 bcopy((char*) host->h_addr, (char*) &server_addr.sin_addr.s_addr,host->h_length); in main()
|
| /openbmc/openbmc/meta-security/recipes-mac/smack/tcp-smack-test/ |
| H A D | tcp_client.c | 81 bcopy((char*) host->h_addr, (char*) &server_addr.sin_addr.s_addr,host->h_length); in main()
|
| /openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
| H A D | 0005-Fix-sha256-for-big-endian-machines.patch | 27 /* bcopy(context->state, d, SHA256_DIGEST_LENGTH); */
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/ |
| H A D | 0001-Link-with-libm-for-floor-function.patch | 47 bcopy \
|
| /openbmc/qemu/net/ |
| H A D | netmap.c | 55 #define pkt_copy bcopy 64 bcopy(src, dst, l); in pkt_copy()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
| H A D | 0001-scripts-build-Fix-the-tests-to-build-with-clang15.patch | 34 # check for bcopy (optionally set the SYS5 flag) 36 -echo "main() { char a[256], b[256]; bcopy(a, b, 256); }" >> ${BASE}$$.c 37 +echo "int main() { char a[256], b[256]; bcopy(a, b, 256); }" >> ${BASE}$$.c
|
| H A D | update-results-script.patch | 59 # Certain machines tend to barf when you try and bcopy 8MB.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
| H A D | gcc14.patch | 97 endpwent();endgrent();memmove(a,"0",1);bcopy("0",a,1);strcspn(a,"0");
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/ |
| H A D | 0005-ethernet.c-remove-it.patch | 239 - bcopy(ep->addr, ea, 6);
|
| /openbmc/pldm/ |
| H A D | .clang-tidy | 119 clang-analyzer-security.insecureAPI.bcopy,
|
| /openbmc/libcper/ |
| H A D | .clang-tidy | 109 clang-analyzer-security.insecureAPI.bcopy,
|
| /openbmc/obmc-console/ |
| H A D | .clang-tidy | 116 clang-analyzer-security.insecureAPI.bcopy,
|
| /openbmc/libpldm/ |
| H A D | .clang-tidy | 116 clang-analyzer-security.insecureAPI.bcopy,
|
| /openbmc/phosphor-bmc-code-mgmt/ |
| H A D | .clang-tidy | 174 clang-analyzer-security.insecureAPI.bcopy,
|
| /openbmc/phosphor-led-manager/ |
| H A D | .clang-tidy | 175 clang-analyzer-security.insecureAPI.bcopy,
|
| /openbmc/phosphor-psu-code-mgmt/ |
| H A D | .clang-tidy | 171 clang-analyzer-security.insecureAPI.bcopy,
|
| /openbmc/phosphor-state-manager/ |
| H A D | .clang-tidy | 175 clang-analyzer-security.insecureAPI.bcopy,
|
| /openbmc/estoraged/ |
| H A D | .clang-tidy | 177 clang-analyzer-security.insecureAPI.bcopy,
|
| /openbmc/phosphor-time-manager/ |
| H A D | .clang-tidy | 177 clang-analyzer-security.insecureAPI.bcopy,
|
| /openbmc/phosphor-led-sysfs/ |
| H A D | .clang-tidy | 177 clang-analyzer-security.insecureAPI.bcopy,
|
| /openbmc/phosphor-debug-collector/ |
| H A D | .clang-tidy | 203 clang-analyzer-security.insecureAPI.bcopy,
|
| /openbmc/dbus-sensors/ |
| H A D | .clang-tidy | 165 clang-analyzer-security.insecureAPI.bcopy,
|
| /openbmc/entity-manager/ |
| H A D | .clang-tidy | 201 clang-analyzer-security.insecureAPI.bcopy,
|
| /openbmc/bmcweb/ |
| H A D | .clang-tidy | 179 clang-analyzer-security.insecureAPI.bcopy,
|
| /openbmc/qemu/target/ppc/ |
| H A D | int_helper.c | 2400 ppc_avr_t bcopy = *b; in helper_bcdsub() local 2403 bcd_put_digit(&bcopy, BCD_PLUS_PREF_1, 0); in helper_bcdsub() 2405 bcd_put_digit(&bcopy, BCD_NEG_PREF, 0); in helper_bcdsub() 2409 return helper_bcdadd(r, a, &bcopy, ps); in helper_bcdsub()
|