Searched refs:putc (Results 1 – 12 of 12) sorted by relevance
| /xnu-8792.81.2/osfmk/kern/ |
| H A D | printf.c | 212 void (*putc)(int, void *), in printnum() 225 (*putc)(*p, arg); in printnum() 245 void (*putc)(int, void *arg), in __doprnt() 276 (*putc)(c, arg); in __doprnt() 391 nprinted += printnum(u, base, putc, arg); in __doprnt() 408 (*putc)(',', arg); in __doprnt() 410 (*putc)('<', arg); in __doprnt() 419 (*putc)(c, arg); in __doprnt() 423 base, putc, arg); in __doprnt() 426 (*putc)(',', arg); in __doprnt() [all …]
|
| H A D | misc_protos.h | 205 void (*putc)(char), 212 void (*putc)(char), 219 void (*putc)(int, void *),
|
| /xnu-8792.81.2/pexpert/pexpert/ |
| H A D | protos.h | 57 void (*putc)(char), 64 void (*putc)(char),
|
| /xnu-8792.81.2/osfmk/console/ |
| H A D | serial_console.c | 124 .putc = serial_putc_options, .getc = _serial_getc, 127 .putc = vcputc_options, .getc = _vcgetc, 257 cons_ops[idx].putc(c, poll); in _cnputc()
|
| H A D | serial_protos.h | 69 void (*putc)(char, bool); member
|
| /xnu-8792.81.2/bsd/kern/ |
| H A D | tty.c | 495 (void)putc(0377 | TTY_QUOTE, &tp->t_rawq); in ttyinput() 496 (void)putc(0 | TTY_QUOTE, &tp->t_rawq); in ttyinput() 497 (void)putc(c | TTY_QUOTE, &tp->t_rawq); in ttyinput() 689 (void)putc(c, &tp->t_rawq); in ttyinput() 704 (void)putc(c, &tp->t_rawq); in ttyinput() 743 (void)putc(0377 | TTY_QUOTE, &tp->t_rawq); in ttyinput() 750 if (putc(c, &tp->t_rawq) >= 0) { in ttyinput() 835 if (putc(c, &tp->t_outq)) { in ttyoutput() 871 if (putc('\r', &tp->t_outq)) { in ttyoutput() 885 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-8792.81.2/bsd/sys/ |
| H A D | tty.h | 284 int putc(int c, struct clist *q);
|
| /xnu-8792.81.2/SETUP/config/ |
| H A D | mkmakefile.c | 618 putc('\n', fp); in do_objs() 646 putc('\n', fp); in do_files()
|
| /xnu-8792.81.2/iokit/Kernel/ |
| H A D | IOLib.cpp | 92 void (*putc)(int, void *),
|
| H A D | IOPMrootDomain.cpp | 928 void (*putc)(char),
|
| /xnu-8792.81.2/libkern/zlib/ |
| H A D | deflate.c | 1274 do { putc(s->window[start++], stderr); } while (--length != 0); in check_match()
|