Home
last modified time | relevance | path

Searched refs:getc (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/arch/powerpc/boot/
A Dserial.c47 while (((ch = scdp->getc()) != '\n') && (ch != '\r')) { in serial_edit_cmdline()
146 if (serial_cd.getc) in serial_console_init()
A Dmpc52xx-psc.c61 scdp->getc = psc_getc; in mpc5200_psc_console_init()
A Dns16550.c79 scdp->getc = ns16550_getc; in ns16550_console_init()
A Dcpm-serial.c291 scdp->getc = cpm_serial_getc; in cpm_console_init()
A Dops.h70 unsigned char (*getc)(void); member
/linux-6.3-rc2/tools/testing/selftests/user_events/
A Dperf_test.c70 c = getc(fp); in get_offset()
A Dftrace_test.c61 c = getc(fp); in skip_until_empty_line()
/linux-6.3-rc2/arch/alpha/lib/
A Dcallback_srm.S86 CALLBACK(getc, CCB_GETC, 2)
/linux-6.3-rc2/tools/include/nolibc/
A Dstdio.h38 #define getc(stream) fgetc(stream) macro
/linux-6.3-rc2/tools/perf/
A Dbuiltin-top.c504 c = getc(stdin); in perf_top__handle_keypress()
696 getc(stdin); in display_thread()
712 c = getc(stdin); in display_thread()
A Dbuiltin-kvm.c935 c = getc(stdin); in perf_kvm__handle_stdin()
/linux-6.3-rc2/scripts/kconfig/
A Dconfdata.c316 int c = getc(stream); in compat_getline()
/linux-6.3-rc2/tools/power/x86/turbostat/
A Dturbostat.c3161 while (getc(fp) != '\n') ; /* flush interrupt description */ in snapshot_proc_interrupts()
3374 switch (getc(stdin)) { in do_sleep()

Completed in 36 milliseconds