Lines Matching full:strncpy
168 INTERCEPTOR(char *, strncpy, char *dest, const char *src, SIZE_T n) { // NOLINT173 char *res = REAL(strncpy)(dest, src, n); // NOLINT1197 INTERCEPT_FUNCTION(strncpy); // NOLINT