Searched defs:noOfElements (Results 1 – 1 of 1) sorted by relevance
40 #define bcm_strncpy_s(dst, noOfElements, src, count) strncpy((dst), (src), (count)) argument42 #define bcm_strncat_s(dst, noOfElements, src, count) strcat((dst), (src)) argument