Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dplus_tcp_demo_cli.c1083 char * rest = strchr( ptr, ' ' ); in handle_ping() local
1085 if( rest ) in handle_ping()
1087 *( rest++ ) = '\0'; in handle_ping()
1099 if( ( rest != NULL ) && ( sscanf( rest, "%u", &count ) > 0 ) ) in handle_ping()