Searched refs:RedStrLen (Results 1 – 5 of 5) sorted by relevance
55 uint32_t RedStrLen( const char * pszStr );
70 uint32_t RedStrLen( const char * pszStr ) in RedStrLen() function
86 uint32_t ulPrefixLen = RedStrLen( pszPrefix ); in RedPathSplit()
245 if( pszFormat[ RedStrLen( pszFormat ) - 1U ] == '\n' ) in RedVPrintf()577 uint32_t ulLen = RedStrLen( pszArg ); in RedVSNPrintf()703 ulWidth = REDMIN( ulBufferLen, RedStrLen( pszFormat ) ); in ProcessFormatSegment()
146 #define strlen( s ) RedStrLen( s )
Completed in 15 milliseconds