Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dplus_tcp_demo_cli.c164 char * pcCommand; member
189 char * pcCommand, in can_handle() argument
195 if( strncmp( pcBuffer, pcCommand, uxLength ) == 0 ) in can_handle()
251 …if( can_handle( pcBuffer, pxCommand->pcCommand, pxCommand->uxCommandLength, pxCommand->pHandler ) … in xHandleTestingCommand()
817 const char * pcCommand = *ppcCommand; in uxGetOptions() local
822 while( ( pcCommand[ uxLength ] != 0 ) && ( !isspace( ( uint8_t ) pcCommand[ uxLength ] ) ) ) in uxGetOptions()
824 switch( pcCommand[ uxLength ] ) in uxGetOptions()
852 *ppcCommand = &( pcCommand[ uxLength ] ); in uxGetOptions()
924 …FreeRTOS_printf( ( "%-11.11s: %s\n", xCommands[ xIndex ].pcCommand, xCommands[ xIndex ].pcHelp ) ); in handle_help()