HomeSort by relevance Sort by last modified time
    Searched refs:mux_help (Results 1 - 2 of 2) sorted by null

  /external/qemu/
qemu-char-android.c 293 static const char * const mux_help[] = { variable
320 for (i = 0; mux_help[i] != NULL; i++) {
321 for (j=0; mux_help[i][j] != '\0'; j++) {
322 if (mux_help[i][j] == '%')
325 chr->chr_write(chr, (uint8_t *)&mux_help[i][j], 1);
    [all...]
qemu-char.c 285 static const char * const mux_help[] = { variable
312 for (i = 0; mux_help[i] != NULL; i++) {
313 for (j=0; mux_help[i][j] != '\0'; j++) {
314 if (mux_help[i][j] == '%')
317 chr->chr_write(chr, (uint8_t *)&mux_help[i][j], 1);
    [all...]

Completed in 1338 milliseconds