Searched defs:noOfElements (Results 1 – 4 of 4) sorted by relevance
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/ |
| D | bcmutils.h | 39 #define bcm_strncpy_s(dst, noOfElements, src, count) strncpy((dst), (src), (count)) argument 40 #define bcm_strncat_s(dst, noOfElements, src, count) strncat((dst), (src), (count)) argument
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| D | bcmutils.h | 40 #define bcm_strncpy_s(dst, noOfElements, src, count) strncpy((dst), (src), (count)) argument 42 #define bcm_strncat_s(dst, noOfElements, src, count) strcat((dst), (src)) argument
|
| /device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/ |
| D | bcmutils.h | 39 #define bcm_strncpy_s(dst, noOfElements, src, count) \ argument 42 #define bcm_strncat_s(dst, noOfElements, src, count) strcat((dst), (src)) argument
|
| /device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/ |
| D | bcmutils.h | 38 #define bcm_strncpy_s(dst, noOfElements, src, count) strncpy((dst), (src), (count)) argument 40 #define bcm_strncat_s(dst, noOfElements, src, count) strcat((dst), (src)) argument
|