Lines Matching defs:cp_response
218 char cp_response[80];
222 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL);
223 len = strnlen(cp_response,sizeof(cp_response));
225 tail=strnchr(cp_response,len,'=');
237 for (i=tail-cp_response; i<len; i++)
238 if ( cp_response[i]=='A' || cp_response[i]=='B' )
249 char cp_response[160];
265 memset(cp_response, 0x00, sizeof(cp_response));
270 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL);
274 memset(cp_response, 0x00, sizeof(cp_response));
279 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL);
286 if (strstr(cp_response,"Command complete"))
297 memset(cp_response, 0x00, sizeof(cp_response));
302 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL);
549 char cp_response[80];
556 memset(cp_response, 0x00, sizeof(cp_response));
574 cpcmd(cp_command, cp_response, sizeof(cp_response), NULL);