Searched refs:noOfElements (Results 1 – 1 of 1) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 24 #define bcm_strcpy_s(dst, noOfElements, src) strcpy((dst), (src)) argument 25 #define bcm_strncpy_s(dst, noOfElements, src, count) strncpy((dst), (src), (count)) argument 26 #define bcm_strcat_s(dst, noOfElements, src) strcat((dst), (src)) argument
|