Searched refs:_strnlen_s (Results 1 – 1 of 1) sorted by relevance
143 static inline unsigned int _strnlen_s(const char * str, size_t maxsize) in _strnlen_s() function820 unsigned int l = _strnlen_s(p, precision ? precision : (size_t) -1); in _vsnprintf()