Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dtcp_dump_packets.c653 size_t uxCurLength = 0u; in vActualDump() local
664uxCurLength += snprintf( pcString + uxCurLength, sizeof pcString - uxCurLength, "%s0x%02x", in vActualDump()
665 … ( uxCurLength == 0 ) ? "\t" : ", ", pucBuffer[ uxOffset ] ); in vActualDump()
669 if( uxCurLength != 0u ) in vActualDump()
671uxCurLength += snprintf( pcString + uxCurLength, sizeof pcString - uxCurLength, "%s\n", in vActualDump()
673 fwrite( pcString, 1u, uxCurLength, outfile ); in vActualDump()