Home | History | Annotate | Download | only in ulinux

Lines Matching refs:x3

63 #define BCM_STRCAT_S(x1,x2,x3)      strcat((x1),(x3))
64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4))
65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3))
66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x4))
68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4))