Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dplus_tcp_demo_cli.c104 const char ** ppcCommand );
814 const char ** ppcCommand ) in uxGetOptions() argument
817 const char * pcCommand = *ppcCommand; in uxGetOptions()
852 *ppcCommand = &( pcCommand[ uxLength ] ); in uxGetOptions()
855 while( isspace( ( uint8_t ) ( *ppcCommand )[ 0 ] ) ) in uxGetOptions()
857 ( *ppcCommand )++; in uxGetOptions()