Home
last modified time | relevance | path

Searched refs:RedStrLen (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredutils.h55 uint32_t RedStrLen( const char * pszStr );
/FreeRTOS-Plus/Source/Reliance-Edge/util/
A Dstring.c70 uint32_t RedStrLen( const char * pszStr ) in RedStrLen() function
/FreeRTOS-Plus/Source/Reliance-Edge/posix/
A Dpath.c86 uint32_t ulPrefixLen = RedStrLen( pszPrefix ); in RedPathSplit()
/FreeRTOS-Plus/Source/Reliance-Edge/tests/util/
A Dprintf.c245 if( pszFormat[ RedStrLen( pszFormat ) - 1U ] == '\n' ) in RedVPrintf()
577 uint32_t ulLen = RedStrLen( pszArg ); in RedVSNPrintf()
703 ulWidth = REDMIN( ulBufferLen, RedStrLen( pszFormat ) ); in ProcessFormatSegment()
/FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/
A Dredposixcompat.h146 #define strlen( s ) RedStrLen( s )

Completed in 15 milliseconds