Home
last modified time | relevance | path

Searched refs:putc (Results 1 – 12 of 12) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dprintf.c225 (*putc)(*p, arg); in printnum()
276 (*putc)(c, arg); in __doprnt()
429 (*putc)(c, arg); in __doprnt()
443 (*putc)(c, arg); in __doprnt()
453 (*putc)('>', arg); in __doprnt()
461 (*putc)(c, arg); in __doprnt()
490 (*putc)(' ', arg); in __doprnt()
502 (*putc)(*p++, arg); in __doprnt()
509 (*putc)(' ', arg); in __doprnt()
716 (*putc)(*p, arg); in __doprnt()
[all …]
H A Dmisc_protos.h206 void (*putc)(char),
213 void (*putc)(char),
220 void (*putc)(int, void *),
/xnu-11215/pexpert/pexpert/
H A Dprotos.h57 void (*putc)(char),
64 void (*putc)(char),
/xnu-11215/osfmk/console/
H A Dserial_console.c124 .putc = serial_putc_options, .getc = _serial_getc,
127 .putc = vcputc_options, .getc = _vcgetc,
263 cons_ops[idx].putc(c, poll); in _cnputc()
H A Dserial_protos.h94 void (*putc)(char, bool); member
/xnu-11215/bsd/kern/
H A Dtty.c556 (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()
1924 putc(tp->t_cc[VSTOP], &tp->t_outq) != 0) { in ttyblock()
[all …]
H A Dtty_subr.c297 putc(int c, struct clist *clp) in putc() function
574 putc(c, to); in catq()
/xnu-11215/bsd/sys/
H A Dtty.h285 int putc(int c, struct clist *q);
/xnu-11215/SETUP/config/
H A Dmkmakefile.c694 putc('\n', fp); in do_objs()
722 putc('\n', fp); in do_files()
/xnu-11215/iokit/Kernel/
H A DIOLib.cpp93 void (*putc)(int, void *),
H A DIOPMrootDomain.cpp936 void (*putc)(char),
/xnu-11215/libkern/zlib/
H A Ddeflate.c1274 do { putc(s->window[start++], stderr); } while (--length != 0); in check_match()