Home | History | Annotate | Download | only in Checkers

Lines Matching full:maxlen

1048   // size_t strnlen(const char *s, size_t maxlen);
1100 // the maxlen value.
1115 // Check if the strLength is greater than the maxlen.
1124 // If the string is longer than maxlen, return maxlen.
1127 // If the string is shorter than maxlen, return its length.