Searched defs:_strnlen (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrformat.cpp69 static unsigned _strnlen(const char *psz, unsigned cchMax);
80 static unsigned _strnlen(const char *psz, unsigned cchMax) function
611 cchStr = _strnlen(pszStr, (unsigned)cchPrecision);

Completed in 103 milliseconds