Lines Matching full:strlen
1042 // size_t strlen(const char *s);
1159 // This is a plain strlen(), not strnlen().
1296 // For strncat, the check is strlen(dst) + lenVal < sizeof(dst)
1350 // amountCopied <= strlen(source)
1372 // buffer. (It may not actually be the strlen if the destination buffer
1377 // string length to strlen(src) + strlen(dst) since the buffer will
1694 .Case("strlen", &CStringChecker::evalstrLength)