Searched refs:getc (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/powerpc/boot/
H A Dmpc52xx-psc.c61 scdp->getc = psc_getc;
H A Dserial.c47 while (((ch = scdp->getc()) != '\n') && (ch != '\r')) {
146 if (serial_cd.getc)
H A Dns16550.c79 scdp->getc = ns16550_getc;
H A Dcpm-serial.c291 scdp->getc = cpm_serial_getc;
H A Dops.h70 unsigned char (*getc)(void); member in struct:serial_console_data
/linux-master/arch/alpha/lib/
H A Dcallback_srm.S86 CALLBACK(getc, CCB_GETC, 2)
/linux-master/tools/testing/selftests/user_events/
H A Dperf_test.c65 c = getc(fp);
H A Dftrace_test.c58 c = getc(fp);
/linux-master/tools/include/nolibc/
H A Dstdio.h98 /* getc(), fgetc(), getchar() */
100 #define getc(stream) fgetc(stream) macro
/linux-master/tools/perf/
H A Dbuiltin-top.c506 c = getc(stdin);
697 getc(stdin);
713 c = getc(stdin);
H A Dbuiltin-kvm.c1454 c = getc(stdin);
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c4684 while (getc(fp) != '\n') ; /* flush interrupt description */
4868 switch (getc(stdin)) {

Completed in 140 milliseconds