Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/boot/
Dtty.c88 int getchar(void) in getchar() function
115 getchar(); in kbd_flush()
128 return getchar(); in getchar_timeout()
Dvideo.c108 key = getchar(); in get_entry()
Dboot.h341 int getchar(void);
/Linux-v4.19/scripts/
Dbin2c.c22 while ((ch = getchar()) != EOF) { in main()
/Linux-v4.19/tools/power/acpi/tools/acpidump/
Dapfiles.c37 if (getchar() != 'y') { in ap_is_existing_file()
/Linux-v4.19/samples/auxdisplay/
Dcfag12864b-example.c261 while (getchar() != '\n'); in main()
/Linux-v4.19/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c452 if ((input_char = getchar()) == EOF) { in acpi_os_get_line()
/Linux-v4.19/drivers/scsi/aic7xxx/aicasm/
Daicasm.c578 input = getchar(); in output_listing()
/Linux-v4.19/tools/testing/selftests/kvm/lib/
Dsparsebit.c2056 ch = getchar(); in get8()