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