Lines Matching full:strncat
1193 Check the size argument passed to <code>strncat</code> for common erroneous1194 patterns. Use <code>-Wno-strncat-size</code> compiler option to mute other1195 <code>strncat</code>-related compiler warnings.1201 strncat(dest, "***", sizeof(dest));1216 strncat<br>