Home
last modified time | relevance | path

Searched refs:noOfElements (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmutils.h41 #define bcm_strncpy_s(dst, noOfElements, src, count) strncpy((dst), (src), (count)) argument
43 #define bcm_strncat_s(dst, noOfElements, src, count) strcat((dst), (src)) argument
45 #define bcm_strncat_s(dst, noOfElements, src, count) strncat((dst), (src), (count))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmutils.h41 #define bcm_strncpy_s(dst, noOfElements, src, count) strncpy((dst), (src), (count)) argument
43 #define bcm_strncat_s(dst, noOfElements, src, count) strcat((dst), (src)) argument
45 #define bcm_strncat_s(dst, noOfElements, src, count) strncat((dst), (src), (count))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmutils.h41 #define bcm_strncpy_s(dst, noOfElements, src, count) strncpy((dst), (src), (count)) argument
43 #define bcm_strncat_s(dst, noOfElements, src, count) strcat((dst), (src)) argument
45 #define bcm_strncat_s(dst, noOfElements, src, count) strncat((dst), (src), (count))
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmutils.h38 #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
42 #define bcm_strncat_s(dst, noOfElements, src, count) strncat((dst), (src), (count))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmutils.h38 #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
42 #define bcm_strncat_s(dst, noOfElements, src, count) strncat((dst), (src), (count))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmutils.h40 #define bcm_strncpy_s(dst, noOfElements, src, count) strncpy((dst), (src), (count)) argument
41 #define bcm_strncat_s(dst, noOfElements, src, count) strncat((dst), (src), (count)) argument