Searched refs:pucDigits (Results 1 – 1 of 1) sorted by relevance
3111 uint8_t pucDigits[ sockDIGIT_COUNT ]; in FreeRTOS_inet_ntoa() local3117 pucDigits[ uxSource ] = ucValue % ( uint8_t ) 10U; in FreeRTOS_inet_ntoa()3128 pucDigits[ 0 ] = ucValue; in FreeRTOS_inet_ntoa()3133 if( pucDigits[ uxSource ] != 0U ) in FreeRTOS_inet_ntoa()3141 pcBuffer[ uxIndex ] = ( char ) ( pucDigits[ uxSource ] + ( char ) '0' ); in FreeRTOS_inet_ntoa()