Home
last modified time | relevance | path

Searched refs:getchar (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/arch/x86/boot/
Dtty.c88 int getchar(void) in getchar() function
115 getchar(); in kbd_flush()
128 return getchar(); in getchar_timeout()
Dvideo.c106 key = getchar(); in get_entry()
Dboot.h342 int getchar(void);
/linux-4.1.27/scripts/basic/
Dbin2c.c22 while ((ch = getchar()) != EOF) { in main()
/linux-4.1.27/sound/oss/
Dbin2hex.c29 while ( ( c = getchar( ) ) != EOF ) in main()
/linux-4.1.27/tools/power/acpi/tools/acpidump/
Dapfiles.c59 if (getchar() != 'y') { in ap_is_existing_file()
/linux-4.1.27/Documentation/auxdisplay/
Dcfag12864b-example.c275 while (getchar() != '\n'); in main()
/linux-4.1.27/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c467 if ((input_char = getchar()) == EOF) { in acpi_os_get_line()
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/
Daicasm.c579 input = getchar(); in output_listing()