Searched refs:PUTC (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/kern/
H A Dkgdb_stub.c89 #define PUTC(c) (*kgdb_putc)(kgdb_ioarg, c) macro
248 PUTC(KGDB_START);
250 PUTC(c);
253 PUTC(KGDB_END);
254 PUTC(i2digit(csum >> 4));
255 PUTC(i2digit(csum));
290 PUTC(KGDB_BADP);
304 PUTC(KGDB_GOODP);
308 PUTC(bp[0]);
309 PUTC(b
[all...]
/netbsd-current/usr.bin/col/
H A Dcol.c122 #define PUTC(ch) \ macro
357 PUTC(SI);
416 PUTC('\n');
418 PUTC(ESC);
419 PUTC(FHLF);
421 PUTC('\r');
505 PUTC(' ');
507 PUTC('\t');
513 PUTC(' ');
521 PUTC(S
[all...]
/netbsd-current/external/gpl2/groff/dist/src/devices/grohtml/
H A Doutput.cpp57 # define PUTC(X,Y) do { putc((X),(Y)); putc((X), stderr); fflush(stderr); } while (0) macro
61 # define PUTC(X,Y) do { putc((X),(Y)); } while (0) macro
166 PUTC(c, fp);
174 PUTC('\n', fp);
189 PUTC('\n', fp);
201 PUTC('\n', fp);
294 PUTC(c, fp);
/netbsd-current/sys/dev/ir/
H A Dsir.c86 #define PUTC(c) if (p < end) *p++ = (c) macro
89 PUTC(SIR_CE); \
90 PUTC(SIR_ESC_BIT^c); \
92 PUTC(c); \
112 PUTC(SIR_EXTRA_BOF);
113 PUTC(SIR_BOF);
137 PUTC(SIR_EOF);
/netbsd-current/sys/arch/x68k/x68k/
H A Dkgdb_stub.c90 #define PUTC(c) ((*kgdb_putc)(kgdb_dev, c)) macro
93 PUTC(FRAME_ESCAPE); \
96 PUTC(FRAME_ESCAPE); \
99 PUTC(FRAME_ESCAPE); \
102 PUTC(c); \
116 PUTC(FRAME_START);
127 PUTC(FRAME_END);
/netbsd-current/usr.bin/write/
H A Dwrite.c276 #define PUTC(c) if (putchar(c) == EOF) goto err; macro
281 PUTC('\r');
283 PUTC('^');
286 PUTC(c);
291 #undef PUTC macro
/netbsd-current/external/gpl3/gcc/dist/libquadmath/printf/
H A Dquadmath-printf.h177 #define PUTC(c, f) __quadmath_do_putc (f, wide, c) macro
H A Dprintf_fphex.c41 if (PUTC (outc, fp) == EOF) \
H A Dprintf_fp.c54 if (PUTC (outc, fp) == EOF) \
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dquadmath-printf.h177 #define PUTC(c, f) __quadmath_do_putc (f, wide, c) macro
H A Dprintf_fphex.c41 if (PUTC (outc, fp) == EOF) \
H A Dprintf_fp.c54 if (PUTC (outc, fp) == EOF) \
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dmachdep.c851 #define PUTC(x) (*(void (*)())__[7])(x) macro
862 PUTC(x); \

Completed in 242 milliseconds