Searched refs:quit (Results 1 – 7 of 7) sorted by relevance
/u-boot/tools/ |
A D | kwboot.c | 469 kwboot_term_pipe(int in, int out, char *quit, int *s) in kwboot_term_pipe() argument 478 if (quit) { in kwboot_term_pipe() 482 if (*buf == quit[*s]) { in kwboot_term_pipe() 484 if (!quit[*s]) in kwboot_term_pipe() 490 nout = write(out, quit, *s); in kwboot_term_pipe() 512 char *quit = "\34c"; in kwboot_terminal() local 531 quit[0]|0100, quit[1]); in kwboot_terminal() 561 rc = kwboot_term_pipe(in, tty, quit, &s); in kwboot_terminal() 565 } while (quit[s] != 0); in kwboot_terminal()
|
/u-boot/tools/kermit/ |
A D | send_cmd | 20 quit
|
A D | send_image | 25 quit
|
A D | flash_param | 59 quit
|
/u-boot/scripts/kconfig/ |
A D | qconf.cc | 1855 configApp->connect(configApp, SIGNAL(lastWindowClosed()), SLOT(quit())); in main()
|
/u-boot/tools/buildman/ |
A D | README | 42 You may need to press Ctrl-C several times to quit it. Also it will print
|
/u-boot/ |
A D | README | 4108 q - quit application
|
Completed in 14 milliseconds