Searched refs:rest (Results 1 – 1 of 1) sorted by relevance
1083 char * rest = strchr( ptr, ' ' ); in handle_ping() local1085 if( rest ) in handle_ping()1087 *( rest++ ) = '\0'; in handle_ping()1099 if( ( rest != NULL ) && ( sscanf( rest, "%u", &count ) > 0 ) ) in handle_ping()