Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/boot/
H A Dtty.c86 int getchar(void) in getchar() function
113 getchar(); in kbd_flush()
126 return getchar(); in getchar_timeout()
H A Dvideo.c106 key = getchar(); in get_entry()
H A Dboot.h316 int getchar(void);
/openbmc/u-boot/scripts/
H A Dbin2c.c22 while ((ch = getchar()) != EOF) { in main()
/openbmc/linux/samples/user_events/
H A Dexample.c57 getchar(); in main()
/openbmc/linux/samples/auxdisplay/
H A Dcfag12864b-example.c261 while (getchar() != '\n'); in main()
/openbmc/linux/tools/include/nolibc/
H A Dstdio.h114 int getchar(void) in getchar() function
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-compile-errors.patch337 - lnl=lwr==tbl&&lwr=='\n',putcs(lwr=tbl),tbl=getchar();
338 + lnl=lwr==tbl&&lwr=='\n',lputcs(lwr=tbl),tbl=getchar();
340 - putcs('\n'),buflast=getchar(); /* wrap up loose end */
341 + lputcs('\n'),buflast=getchar(); /* wrap up loose end */
/openbmc/linux/tools/testing/selftests/sched/
H A Dcs_prctl_test.c351 getchar(); in main()
/openbmc/qemu/
H A Dqemu-io.c370 int ch = getchar(); in fetchline_readline()
/openbmc/linux/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c452 if ((input_char = getchar()) == EOF) { in acpi_os_get_line()
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c578 input = getchar(); in output_listing()
/openbmc/linux/lib/zstd/compress/
H A Dfse_compress.c528 getchar(); in FSE_normalizeCount()
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c2053 ch = getchar(); in get8()
/openbmc/u-boot/common/
H A Dcli_hush.c770 do res=getchar(); while(res!='\n' && res!=EOF); in builtin_read()