| /OK3568_Linux_fs/buildroot/package/screen/ |
| H A D | 0001-no-memcpy-fallback.patch | 3 Subject: Do not use memcpy as an alternative for bcopy/memmove 10 Since screen already has its own bcopy implementation as a fallback 11 for the case that bcopy and memmove are unusable, removing the memcpy 34 - * Define USEBCOPY if the bcopy/memcpy from your system's C library 35 + * Define USEBCOPY if the bcopy from your system's C library 37 * undefined, screen uses its own (probably slower) version of bcopy(). 55 -AC_CHECKING(whether memcpy/memmove/bcopy handles overlapping arguments) 56 +AC_CHECKING(whether memmove/bcopy handles overlapping arguments) 66 -#define bcopy(s,d,l) memcpy(d,s,l) 70 - bcopy(buf, buf + 2, 3); [all …]
|
| /OK3568_Linux_fs/buildroot/package/nuttcp/ |
| H A D | 0001-susv3-legacy.patch | 57 - bcopy((char *)&(((struct sockaddr_in *)res[stream_idx]->ai_addr)->sin_addr), 66 - bcopy((char *)&(((struct sockaddr_in6 *)res[stream_idx]->ai_addr)->sin6_addr), 77 - bcopy((char *)&sinhim[1].sin_addr.s_addr, 88 - bcopy((char *)&peer.sin_addr.s_addr, 99 - bcopy((char *)&me.sin_addr.s_addr, 110 - bcopy((char *)&me.sin_addr.s_addr, 117 - bcopy((char *)&peer.sin_addr.s_addr, 128 - bcopy((char *)&sinhim[1].sin_addr.s_addr, 131 - bcopy((char *)&save_sinhim.sin_addr.s_addr, 145 - bcopy((char *)&save_mc.sin_addr.s_addr, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_csi.c | 83 bcopy(&p_event->header, &ptr->entry.header, sizeof(cfr_dump_header_t)); in dhd_csi_event_handler() 86 bcopy(&p_event->data, &ptr->entry.data, dump_len); in dhd_csi_event_handler() 94 bcopy(&p_event->data, p, MAX_EVENT_SIZE); in dhd_csi_event_handler() 100 bcopy(&p_event->data, p, (dump_len % MAX_EVENT_SIZE)); in dhd_csi_event_handler() 115 bcopy(&p_event->header, &new->entry.header, sizeof(cfr_dump_header_t)); in dhd_csi_event_handler() 120 bcopy(&p_event->data, &new->entry.data, MAX_EVENT_SIZE); in dhd_csi_event_handler() 123 bcopy(&p_event->data, &new->entry.data, p_event->header.cfr_dump_length); in dhd_csi_event_handler() 206 bcopy(&ptr->entry.header, pbuf, sizeof(cfr_dump_header_t)); in dhd_csi_dump_list() 210 bcopy(&ptr->entry.data, pbuf, ptr->entry.header.cfr_dump_length); in dhd_csi_dump_list()
|
| H A D | dhd_wet.c | 257 bcopy(parms, p->ip, len); in dhd_set_wet_host_ipv4() 264 bcopy(parms, &p->mac, len); in dhd_set_wet_host_mac() 498 bcopy(WETHWADDR(weth), eh + ETHER_SRC_OFFSET, ETHER_ADDR_LEN); in BCMFASTPATH() 499 bcopy(WETHWADDR(weth), arph+ARP_SRC_ETH_OFFSET, ETHER_ADDR_LEN); in BCMFASTPATH() 515 bcopy(&sta->mac, arph + ARP_TGT_ETH_OFFSET, ETHER_ADDR_LEN); in BCMFASTPATH() 516 bcopy(&sta->mac, eh + ETHER_DEST_OFFSET, ETHER_ADDR_LEN); in BCMFASTPATH() 640 bcopy(dhcp + DHCP_FLAGS_OFFSET, &flags, DHCP_FLAGS_LEN); in BCMFASTPATH() 648 bcopy(WETHWADDR(weth), dhcp + DHCP_CHADDR_OFFSET, ETHER_ADDR_LEN); in BCMFASTPATH() 663 bcopy(weth->ip, dhcp + DHCP_GIADDR_OFFSET, IPV4_ADDR_LEN); in BCMFASTPATH() 676 bcopy(dhcp + DHCP_FLAGS_OFFSET, sta->flags, DHCP_FLAGS_LEN); in BCMFASTPATH() [all …]
|
| H A D | bcm_l2_filter.c | 369 bcopy((void *)ea, (void *)&entry->ea, ETHER_ADDR_LEN); in bcm_l2_filter_parp_modifyentry() 413 bcopy((void *)ea, (void *)&entry->ea, ETHER_ADDR_LEN); in bcm_l2_filter_parp_addentry() 417 bcopy(ip, entry->ip.data, ip_len); in bcm_l2_filter_parp_addentry() 545 bcopy(entry->ip.data, ip, entry->ip.len); in bcm_l2_filter_arp_table_update() 546 bcopy(&entry->ea, &ea, ETHER_ADDR_LEN); in bcm_l2_filter_arp_table_update() 613 bcopy(src_ea, frame + ETHER_SRC_OFFSET, ETHER_ADDR_LEN); in bcm_l2_filter_proxyarp_alloc_reply() 614 bcopy(dst_ea, frame + ETHER_DEST_OFFSET, ETHER_ADDR_LEN); in bcm_l2_filter_proxyarp_alloc_reply() 617 bcopy(llc_snap_hdr, frame + ETHER_HDR_LEN, SNAP_HDR_LEN); in bcm_l2_filter_proxyarp_alloc_reply() 628 bcopy(ptable->parp_smac, smac, ETHER_ADDR_LEN); in bcm_l2_filter_parp_get_smac() 633 bcopy(ptable->parp_cmac, cmac, ETHER_ADDR_LEN); in bcm_l2_filter_parp_get_cmac() [all …]
|
| H A D | dhd_timesync.c | 539 bcopy(params, &int_val, sizeof(int_val)); in dhd_timesync_doiovar() 605 bcopy(&ts->fwts2hsts_delay, arg, val_size); in dhd_timesync_doiovar() 623 bcopy(&ts->nodrop_config, arg, val_size); in dhd_timesync_doiovar() 630 bcopy(&int_val, arg, val_size); in dhd_timesync_doiovar() 637 bcopy(&int_val, arg, val_size); in dhd_timesync_doiovar() 644 bcopy(&int_val, arg, val_size); in dhd_timesync_doiovar() 654 bcopy(&int_val, arg, val_size); in dhd_timesync_doiovar() 661 bcopy(&int_val, arg, val_size); in dhd_timesync_doiovar() 678 bcopy(&ts->h_tsconf_period, arg, val_size); in dhd_timesync_doiovar() 692 bcopy(&ts->h_clkid_max, arg, val_size); in dhd_timesync_doiovar() [all …]
|
| H A D | bcmsdh_sdmmc.c | 555 bcopy(params, &int_val, sizeof(int_val)); in sdioh_iovar_op() 564 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 573 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 587 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 637 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 642 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 651 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 665 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 681 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 690 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() [all …]
|
| H A D | bcmspibrcm.c | 417 bcopy(params, &int_val, sizeof(int_val)); in sdioh_iovar_op() 425 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 438 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 443 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 452 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 460 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 475 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 484 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 493 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 502 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_csi.c | 83 bcopy(&p_event->header, &ptr->entry.header, sizeof(cfr_dump_header_t)); in dhd_csi_event_handler() 86 bcopy(&p_event->data, &ptr->entry.data, dump_len); in dhd_csi_event_handler() 94 bcopy(&p_event->data, p, MAX_EVENT_SIZE); in dhd_csi_event_handler() 100 bcopy(&p_event->data, p, (dump_len % MAX_EVENT_SIZE)); in dhd_csi_event_handler() 115 bcopy(&p_event->header, &new->entry.header, sizeof(cfr_dump_header_t)); in dhd_csi_event_handler() 120 bcopy(&p_event->data, &new->entry.data, MAX_EVENT_SIZE); in dhd_csi_event_handler() 123 bcopy(&p_event->data, &new->entry.data, p_event->header.cfr_dump_length); in dhd_csi_event_handler() 206 bcopy(&ptr->entry.header, pbuf, sizeof(cfr_dump_header_t)); in dhd_csi_dump_list() 210 bcopy(&ptr->entry.data, pbuf, ptr->entry.header.cfr_dump_length); in dhd_csi_dump_list()
|
| H A D | dhd_wet.c | 257 bcopy(parms, p->ip, len); in dhd_set_wet_host_ipv4() 264 bcopy(parms, &p->mac, len); in dhd_set_wet_host_mac() 498 bcopy(WETHWADDR(weth), eh + ETHER_SRC_OFFSET, ETHER_ADDR_LEN); in BCMFASTPATH() 499 bcopy(WETHWADDR(weth), arph+ARP_SRC_ETH_OFFSET, ETHER_ADDR_LEN); in BCMFASTPATH() 515 bcopy(&sta->mac, arph + ARP_TGT_ETH_OFFSET, ETHER_ADDR_LEN); in BCMFASTPATH() 516 bcopy(&sta->mac, eh + ETHER_DEST_OFFSET, ETHER_ADDR_LEN); in BCMFASTPATH() 640 bcopy(dhcp + DHCP_FLAGS_OFFSET, &flags, DHCP_FLAGS_LEN); in BCMFASTPATH() 648 bcopy(WETHWADDR(weth), dhcp + DHCP_CHADDR_OFFSET, ETHER_ADDR_LEN); in BCMFASTPATH() 663 bcopy(weth->ip, dhcp + DHCP_GIADDR_OFFSET, IPV4_ADDR_LEN); in BCMFASTPATH() 676 bcopy(dhcp + DHCP_FLAGS_OFFSET, sta->flags, DHCP_FLAGS_LEN); in BCMFASTPATH() [all …]
|
| H A D | bcm_l2_filter.c | 369 bcopy((void *)ea, (void *)&entry->ea, ETHER_ADDR_LEN); in bcm_l2_filter_parp_modifyentry() 413 bcopy((void *)ea, (void *)&entry->ea, ETHER_ADDR_LEN); in bcm_l2_filter_parp_addentry() 417 bcopy(ip, entry->ip.data, ip_len); in bcm_l2_filter_parp_addentry() 545 bcopy(entry->ip.data, ip, entry->ip.len); in bcm_l2_filter_arp_table_update() 546 bcopy(&entry->ea, &ea, ETHER_ADDR_LEN); in bcm_l2_filter_arp_table_update() 613 bcopy(src_ea, frame + ETHER_SRC_OFFSET, ETHER_ADDR_LEN); in bcm_l2_filter_proxyarp_alloc_reply() 614 bcopy(dst_ea, frame + ETHER_DEST_OFFSET, ETHER_ADDR_LEN); in bcm_l2_filter_proxyarp_alloc_reply() 617 bcopy(llc_snap_hdr, frame + ETHER_HDR_LEN, SNAP_HDR_LEN); in bcm_l2_filter_proxyarp_alloc_reply() 628 bcopy(ptable->parp_smac, smac, ETHER_ADDR_LEN); in bcm_l2_filter_parp_get_smac() 633 bcopy(ptable->parp_cmac, cmac, ETHER_ADDR_LEN); in bcm_l2_filter_parp_get_cmac() [all …]
|
| H A D | dhd_timesync.c | 539 bcopy(params, &int_val, sizeof(int_val)); in dhd_timesync_doiovar() 605 bcopy(&ts->fwts2hsts_delay, arg, val_size); in dhd_timesync_doiovar() 623 bcopy(&ts->nodrop_config, arg, val_size); in dhd_timesync_doiovar() 630 bcopy(&int_val, arg, val_size); in dhd_timesync_doiovar() 637 bcopy(&int_val, arg, val_size); in dhd_timesync_doiovar() 644 bcopy(&int_val, arg, val_size); in dhd_timesync_doiovar() 654 bcopy(&int_val, arg, val_size); in dhd_timesync_doiovar() 661 bcopy(&int_val, arg, val_size); in dhd_timesync_doiovar() 678 bcopy(&ts->h_tsconf_period, arg, val_size); in dhd_timesync_doiovar() 692 bcopy(&ts->h_clkid_max, arg, val_size); in dhd_timesync_doiovar() [all …]
|
| H A D | bcmsdh_sdmmc.c | 581 bcopy(params, &int_val, sizeof(int_val)); in sdioh_iovar_op() 590 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 599 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 613 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 663 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 668 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 677 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 691 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 707 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 716 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() [all …]
|
| H A D | bcmspibrcm.c | 417 bcopy(params, &int_val, sizeof(int_val)); in sdioh_iovar_op() 425 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 438 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 443 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 452 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 460 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 475 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 484 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 493 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 502 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_csi.c | 84 bcopy(&p_event->header, &ptr->entry.header, sizeof(cfr_dump_header_t)); in dhd_csi_event_handler() 87 bcopy(&p_event->data, &ptr->entry.data, dump_len); in dhd_csi_event_handler() 95 bcopy(&p_event->data, p, MAX_EVENT_SIZE); in dhd_csi_event_handler() 101 bcopy(&p_event->data, p, (dump_len % MAX_EVENT_SIZE)); in dhd_csi_event_handler() 116 bcopy(&p_event->header, &new->entry.header, sizeof(cfr_dump_header_t)); in dhd_csi_event_handler() 121 bcopy(&p_event->data, &new->entry.data, MAX_EVENT_SIZE); in dhd_csi_event_handler() 124 bcopy(&p_event->data, &new->entry.data, p_event->header.cfr_dump_length); in dhd_csi_event_handler() 207 bcopy(&ptr->entry.header, pbuf, sizeof(cfr_dump_header_t)); in dhd_csi_dump_list() 211 bcopy(&ptr->entry.data, pbuf, ptr->entry.header.cfr_dump_length); in dhd_csi_dump_list()
|
| H A D | bcmsdh_sdmmc.c | 535 bcopy(params, &int_val, sizeof(int_val)); in sdioh_iovar_op() 544 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 553 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 567 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 616 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 621 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 630 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 644 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 660 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 669 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() [all …]
|
| H A D | dhd_common.c | 870 bcopy(buf, tmp, min_len); in dhd_wl_ioctl() 927 bcopy((char *)buf, iov_li->buff, strlen((char *)buf)+1); in dhd_wl_ioctl() 957 bcopy((msg + slen), &lval, min_len); in dhd_wl_ioctl() 1040 bcopy(p, &bssidx, sizeof(uint32)); in dhd_iovar_parse_bssidx() 1205 bcopy(params, &int_val, sizeof(int_val)); in dhd_doiovar() 1227 bcopy(&int_val, arg, val_size); in dhd_doiovar() 1232 bcopy(&int_val, arg, val_size); in dhd_doiovar() 1261 bcopy(&int_val, arg, val_size); in dhd_doiovar() 1278 bcopy(&int_val, arg, val_size); in dhd_doiovar() 1294 bcopy(&int_val, arg, sizeof(int_val)); in dhd_doiovar() [all …]
|
| H A D | bcmspibrcm.c | 375 bcopy(params, &int_val, sizeof(int_val)); in sdioh_iovar_op() 383 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 396 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 401 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 410 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 418 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 431 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 440 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 449 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 458 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmsdh_sdmmc.c | 543 bcopy(params, &int_val, sizeof(int_val)); in sdioh_iovar_op() 552 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 561 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 575 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 624 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 629 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 638 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 652 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 668 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 677 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() [all …]
|
| H A D | bcmspibrcm.c | 404 bcopy(params, &int_val, sizeof(int_val)); in sdioh_iovar_op() 410 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 423 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 428 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 437 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 445 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 460 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 469 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 478 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 487 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcmsdh_sdmmc.c | 559 bcopy(params, &int_val, sizeof(int_val)); in sdioh_iovar_op() 568 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 577 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 591 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 640 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 645 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 654 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 668 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 684 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 693 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() [all …]
|
| H A D | bcmspibrcm.c | 404 bcopy(params, &int_val, sizeof(int_val)); in sdioh_iovar_op() 410 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 423 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 428 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 437 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 445 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 460 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 469 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 478 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 487 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcmsdh_sdmmc.c | 540 bcopy(params, &int_val, sizeof(int_val)); in sdioh_iovar_op() 549 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 558 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 572 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 621 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 626 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 635 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 649 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 665 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 674 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() [all …]
|
| H A D | bcmspibrcm.c | 404 bcopy(params, &int_val, sizeof(int_val)); in sdioh_iovar_op() 410 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 423 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 428 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 437 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 445 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 460 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 469 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 478 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() 487 bcopy(&int_val, arg, val_size); in sdioh_iovar_op() [all …]
|
| /OK3568_Linux_fs/buildroot/package/tinydtls/ |
| H A D | 0001-sha2-sha2.c-fix-build-on-big-endian.patch | 38 + * using memset()/memcpy() and using bzero()/bcopy(). 59 +#define MEMCPY_BCOPY(d,s,l) bcopy((s), (d), (l)) 90 - * using memset()/memcpy() and using bzero()/bcopy(). 111 -#define MEMCPY_BCOPY(d,s,l) bcopy((s), (d), (l))
|