Home | History | Annotate | Download | only in analyzer

Lines Matching full:strncat

1193 Check the size argument passed to <code>strncat</code> for common erroneous
1194 patterns. Use <code>-Wno-strncat-size</code> compiler option to mute other
1195 <code>strncat</code>-related compiler warnings.
1201 strncat(dest, "***", sizeof(dest));
1216 strncat<br>