Lines Matching refs:command
111 char buffer[PBUFSIZ], command[PBUFSIZ]; in cisco_kod_request() local
139 strcpy (command, "aL"); in cisco_kod_request()
142 strcat (command, ","); in cisco_kod_request()
143 strcat (command, prev_id); in cisco_kod_request()
145 strcat (command, ";"); in cisco_kod_request()
150 (*gdb_kod_query) (command, buffer, &bufsiz); in cisco_kod_request()
153 if (! strncmp (&command[3], "a500005a", 8)) in cisco_kod_request()
258 strcpy (command, "aI,"); in cisco_kod_request()
259 strcat (command, sync_ids[i]); in cisco_kod_request()
260 strcat (command, ";"); in cisco_kod_request()
263 (*gdb_kod_query) (command, buffer, &bufsiz); in cisco_kod_request()