Searched refs:pcCommand (Results 1 – 1 of 1) sorted by relevance
164 char * pcCommand; member189 char * pcCommand, in can_handle() argument195 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() local822 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()