| /netbsd-src/sys/kern/ |
| H A D | kgdb_stub.c | 89 #define PUTC(c) (*kgdb_putc)(kgdb_ioarg, c) macro 248 PUTC(KGDB_START); in kgdb_send() 250 PUTC(c); in kgdb_send() 253 PUTC(KGDB_END); in kgdb_send() 254 PUTC(i2digit(csum >> 4)); in kgdb_send() 255 PUTC(i2digit(csum)); in kgdb_send() 290 PUTC(KGDB_BADP); in kgdb_recv() 304 PUTC(KGDB_GOODP); in kgdb_recv() 308 PUTC(bp[0]); in kgdb_recv() 309 PUTC(bp[1]); in kgdb_recv() [all …]
|
| /netbsd-src/usr.bin/col/ |
| H A D | col.c | 122 #define PUTC(ch) \ macro 357 PUTC(SI); in main() 416 PUTC('\n'); in flush_blanks() 418 PUTC(ESC); in flush_blanks() 419 PUTC(FHLF); in flush_blanks() 421 PUTC('\r'); in flush_blanks() 505 PUTC(' '); in flush_line() 507 PUTC('\t'); in flush_line() 513 PUTC(' '); in flush_line() 521 PUTC(SI); in flush_line() [all …]
|
| /netbsd-src/sys/dev/ir/ |
| H A D | sir.c | 86 #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); in irda_sir_frame() 113 PUTC(SIR_BOF); in irda_sir_frame() 137 PUTC(SIR_EOF); in irda_sir_frame()
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/ |
| H A D | output.cpp | 57 # 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); in copy_file() 174 PUTC('\n', fp); in end_line() 189 PUTC('\n', fp); in simple_comment() 201 PUTC('\n', fp); in begin_comment() 294 PUTC(c, fp); in put_raw_char()
|
| /netbsd-src/sys/arch/x68k/x68k/ |
| H A D | kgdb_stub.c | 90 #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); in kgdb_send() 127 PUTC(FRAME_END); in kgdb_send()
|
| /netbsd-src/usr.bin/write/ |
| H A D | write.c | 276 #define PUTC(c) if (putchar(c) == EOF) goto err; in wr_fputs() macro 281 PUTC('\r'); in wr_fputs() 283 PUTC('^'); in wr_fputs() 286 PUTC(c); in wr_fputs() 291 #undef PUTC in wr_fputs()
|
| /netbsd-src/sys/arch/luna68k/luna68k/ |
| H A D | machdep.c | 851 #define PUTC(x) (*(void (*)())__[7])(x) macro 862 PUTC(x); \
|
| /netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/ |
| H A D | quadmath-printf.h | 177 #define PUTC(c, f) __quadmath_do_putc (f, wide, c) macro
|
| H A D | printf_fphex.c | 40 if (PUTC (outc, fp) == EOF) \
|
| H A D | printf_fp.c | 53 if (PUTC (outc, fp) == EOF) \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| H A D | quadmath-printf.h | 177 #define PUTC(c, f) __quadmath_do_putc (f, wide, c) macro
|
| H A D | printf_fphex.c | 40 if (PUTC (outc, fp) == EOF) \
|
| H A D | printf_fp.c | 53 if (PUTC (outc, fp) == EOF) \
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | stop.spell-cc | 1076 PUTC
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.118 | 2033 * src/devices/grohtml/output.cc (FPUTC, FPUTS, PUTC): New macros,
|