Home
last modified time | relevance | path

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

/xnu-10002.41.9/SETUP/config/
H A Dmain.c156 while ((ch = getc(fp)) != EOF) { in get_word()
172 while ((ch = getc(fp)) != EOF) { in get_word()
200 while ((ch = getc(fp)) != EOF) { in get_rest()
/xnu-10002.41.9/osfmk/console/
H A Dserial_console.c124 .putc = serial_putc_options, .getc = _serial_getc,
127 .putc = vcputc_options, .getc = _vcgetc,
693 return cons_ops[idx].getc(true); in console_read_char()
706 return cons_ops[idx].getc(false); in console_try_read_char()
H A Dserial_protos.h90 int (*getc)(bool); member
/xnu-10002.41.9/bsd/kern/
H A Dtty_subr.c145 getc(struct clist *clp) in getc() function
573 while ((c = getc(from)) != -1) { in catq()
H A Dtty.c2079 while ((c = getc(&tq)) >= 0) { in ttypend()
2338 c = getc(qp); in ttread()
/xnu-10002.41.9/bsd/sys/
H A Dtty.h280 int getc(struct clist *q);