Searched refs:maxsize (Results 1 – 1 of 1) sorted by relevance
155 static inline unsigned int _strnlen_s(const char *str, size_t maxsize) { in _strnlen_s() argument157 for (s = str; *s && maxsize--; ++s); in _strnlen_s()