Home
last modified time | relevance | path

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

/drivers/net/wireless/bcmdhd/include/
Dbcmutils.h30 #define bcm_strcpy_s(dst, noOfElements, src) strcpy((dst), (src)) argument
31 #define bcm_strncpy_s(dst, noOfElements, src, count) strncpy((dst), (src), (count)) argument
32 #define bcm_strcat_s(dst, noOfElements, src) strcat((dst), (src)) argument