Searched refs:putc (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | printf.c | 216 void (*putc)(int, void *), in printnum() 229 (*putc)(*p, arg); in printnum() 249 void (*putc)(int, void *arg), in __doprnt() 280 (*putc)(c, arg); in __doprnt() 405 nprinted += printnum(u, base, putc, arg); in __doprnt() 422 (*putc)(',', arg); in __doprnt() 424 (*putc)('<', arg); in __doprnt() 433 (*putc)(c, arg); in __doprnt() 437 base, putc, arg); in __doprnt() 440 (*putc)(',', arg); in __doprnt() [all …]
|
| H A D | misc_protos.h | 216 void (*putc)(char), 223 void (*putc)(char), 230 void (*putc)(int, void *),
|
| /xnu-12377.61.12/pexpert/pexpert/ |
| H A D | protos.h | 57 void (*putc)(char), 64 void (*putc)(char),
|
| /xnu-12377.61.12/osfmk/console/ |
| H A D | serial_console.c | 124 .putc = serial_putc_options, .getc = _serial_getc, 127 .putc = vcputc_options, .getc = _vcgetc, 263 cons_ops[idx].putc(c, poll); in _cnputc()
|
| H A D | serial_protos.h | 95 void (*putc)(char, bool); member
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | tty.c | 556 (void)putc(0377 | TTY_QUOTE, &tp->t_rawq); in ttyinput() 557 (void)putc(0 | TTY_QUOTE, &tp->t_rawq); in ttyinput() 558 (void)putc(c | TTY_QUOTE, &tp->t_rawq); in ttyinput() 750 (void)putc(c, &tp->t_rawq); in ttyinput() 765 (void)putc(c, &tp->t_rawq); in ttyinput() 804 (void)putc(0377 | TTY_QUOTE, &tp->t_rawq); in ttyinput() 811 if (putc(c, &tp->t_rawq) >= 0) { in ttyinput() 896 if (putc(c, &tp->t_outq)) { in ttyoutput() 932 if (putc('\r', &tp->t_outq)) { in ttyoutput() 946 if (!ISSET(tp->t_lflag, FLUSHO) && putc(c, &tp->t_outq)) { in ttyoutput() [all …]
|
| H A D | tty_subr.c | 297 putc(int c, struct clist *clp) in putc() function 574 putc(c, to); in catq()
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | tty.h | 285 int putc(int c, struct clist *q);
|
| /xnu-12377.61.12/SETUP/config/ |
| H A D | mkmakefile.c | 713 putc('\n', fp); in do_objs() 741 putc('\n', fp); in do_files()
|
| /xnu-12377.61.12/san/coverage/ |
| H A D | kcov_ksancov.c | 1112 void (*putc)(char),
|
| /xnu-12377.61.12/iokit/Kernel/ |
| H A D | IOLib.cpp | 93 void (*putc)(int, void *),
|
| H A D | IOPMrootDomain.cpp | 935 void (*putc)(char),
|
| /xnu-12377.61.12/libkern/zlib/ |
| H A D | deflate.c | 1274 do { putc(s->window[start++], stderr); } while (--length != 0); in check_match()
|