Home
last modified time | relevance | path

Searched refs:PUTC (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/kern/
H A Dkgdb_stub.c89 #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 Dcol.c122 #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 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); 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 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); 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 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); in kgdb_send()
127 PUTC(FRAME_END); in kgdb_send()
/netbsd-src/usr.bin/write/
H A Dwrite.c276 #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 Dmachdep.c851 #define PUTC(x) (*(void (*)())__[7])(x) macro
862 PUTC(x); \
/netbsd-src/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.c40 if (PUTC (outc, fp) == EOF) \
H A Dprintf_fp.c53 if (PUTC (outc, fp) == EOF) \
/netbsd-src/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.c40 if (PUTC (outc, fp) == EOF) \
H A Dprintf_fp.c53 if (PUTC (outc, fp) == EOF) \
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.spell-cc1076 PUTC
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1182033 * src/devices/grohtml/output.cc (FPUTC, FPUTS, PUTC): New macros,