Home
last modified time | relevance | path

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

12345678910>>...13

/netbsd/src/common/dist/zlib/examples/
Dgznorm.c279 putc(buf, out); in gzip_normalize()
316 putc(buf, out); in gzip_normalize()
340 putc(buf, out); in gzip_normalize()
431 putc(buf, out); in gzip_normalize()
432 putc(buf >> 8, out); in gzip_normalize()
434 putc(0, out); in gzip_normalize()
438 putc(crc, out); in gzip_normalize()
439 putc(crc >> 8, out); in gzip_normalize()
440 putc(crc >> 16, out); in gzip_normalize()
441 putc(crc >> 24, out); in gzip_normalize()
[all …]
Dgzjoin.c247 putc(val & 0xff, out); in put4()
248 putc((val >> 8) & 0xff, out); in put4()
249 putc((val >> 16) & 0xff, out); in put4()
250 putc((val >> 24) & 0xff, out); in put4()
383 putc(last, out); in gzcopy()
389 putc(last, out); in gzcopy()
391 putc(0, out); /* two more bits in block header */ in gzcopy()
398 putc(last | 8, out); in gzcopy()
401 putc(last | 0x20, out); in gzcopy()
404 putc(last | 0x80, out); in gzcopy()
[all …]
/netbsd/src/sys/arch/ews4800mips/stand/common/
Dconsole.c121 cons.putc = ROM_PUTC; in console_init()
152 cons.putc(0, 0, '\r'); in PUTCHAR()
153 cons.putc(0, 0, c); in PUTCHAR()
162 cons.putc(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c); in PUTCHAR()
169 cons.putc(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c); in PUTCHAR()
172 cons.putc(cons.x * ROM_FONT_WIDTH, in PUTCHAR()
174 cons.putc(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c); in PUTCHAR()
178 cons.putc(cons.x * ROM_FONT_WIDTH, in PUTCHAR()
188 cons.putc(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c); in PUTCHAR()
192 cons.putc(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, in PUTCHAR()
[all …]
/netbsd/src/external/gpl3/binutils/dist/gas/
Ddepend.c109 putc ('\\', file); in quote_string_for_make()
116 putc ('\\', file); in quote_string_for_make()
122 putc (c, file); in quote_string_for_make()
134 putc (c, file); in quote_string_for_make()
166 putc (spacer, f); in wrap_output()
175 putc (spacer, f); in wrap_output()
203 putc ('\n', f); in print_dependencies()
/netbsd/src/games/hunt/huntd/
Dterminal.c68 (void) putc(ch, pp->p_output); in outch()
82 (void) putc(*str++, pp->p_output); in outstr()
130 (void) putc(command, pp->p_output); in sendcom()
135 (void) putc(arg1, pp->p_output); in sendcom()
136 (void) putc(arg2, pp->p_output); in sendcom()
141 (void) putc(arg1, pp->p_output); in sendcom()
/netbsd/src/external/gpl3/gcc/dist/intl/
Dlog.c35 putc ('"', stream);
47 putc ('\\', stream);
48 putc (*str, stream);
50 putc ('"', stream);
103 putc ('\n', logfile);
/netbsd/src/external/gpl3/binutils/dist/gold/
Dmapfile.cc95 putc('\n', this->map_file_); in advance_to_column()
100 putc(' ', this->map_file_); in advance_to_column()
149 putc('\n', this->map_file_); in report_include_archive_member()
177 putc(' ', this->map_file_); in report_allocate_common()
221 putc(' ', this->map_file_); in print_input_section_symbols()
238 putc(' ', this->map_file_); in print_input_section()
326 putc(' ', this->map_file_); in print_output_data()
409 putc('\n', this->map_file_); in print_output_section()
/netbsd/src/external/bsd/ntp/dist/libntp/
Dgetopt.c24 #undef putc
25 #define putc fputc macro
48 (void) putc(ch, stderr); in badopt()
49 (void) putc('\n', stderr); in badopt()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/
Dlinux.h149 putc ('\n', STREAM); \
161 putc ('\n', STREAM); \
212 putc (ch, (FILE)); \
218 putc ('\\', (FILE)); \
219 putc (escape, (FILE)); \
/netbsd/src/external/lgpl3/mpfr/dist/src/
Ddump.c81 putc ((wd & t) == 0 ? '0' : '1', stream); in mpfr_fdump()
87 putc ('[', stream); in mpfr_fdump()
96 putc (']', stream); in mpfr_fdump()
125 putc ('\n', stream); in mpfr_fdump()
/netbsd/src/lib/libc/stdio/
DMakefile.inc15 mkostemps.c perror.c printf.c putc.c putchar.c puts.c putw.c putwc.c \
31 printf_l.3 putc.3 putwc.3 remove.3 scanf.3 scanf_l.3 setbuf.3 stdio.3 \
56 MLINKS+=putc.3 fputc.3 putc.3 putc_unlocked.3 putc.3 putchar.3 \
57 putc.3 putchar_unlocked.3 putc.3 putw.3
/netbsd/src/external/bsd/pcc/dist/pcc/cc/driver/
Dstrlist.c83 putc(' ', f); in strlist_print()
98 putc('"', f); in strlist_print()
102 putc('\\', f); in strlist_print()
103 putc(*p, f); in strlist_print()
106 putc('"', f); in strlist_print()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dxcoffout.h77 putc ('.', asm_out_file); \
88 putc (*_p != '$' ? *_p : '_', asm_out_file); \
101 putc (',', asm_out_file); \
156 putc ('\n', (FILE)); \
/netbsd/src/external/public-domain/xz/dist/tests/
Dcreate_compress_files.c97 putc(n & 0xFF, file); in write_random()
98 putc((n >> 8) & 0xFF, file); in write_random()
99 putc((n >> 16) & 0xFF, file); in write_random()
100 putc(n >> 24, file); in write_random()
/netbsd/src/usr.bin/mail/
Dsend.c219 (void)putc('\n', obuf); in sendmessage()
325 if ((c = getc(ibuf)) != EOF && putc(c, obuf) == EOF) in sendmessage()
383 (void)putc(' ', fo); in fmt()
386 (void)putc(',', fo); in fmt()
389 (void)putc('\n', fo); in fmt()
409 (void)putc(*str, fo); in fmt2()
415 (void)putc(' ', fo); /* output a single space after the ':' */ in fmt2()
430 (void)putc(*str, fo); in fmt2()
434 (void)putc('\n', fo); in fmt2()
472 (void)putc('\n', fo); in puthead()
[all …]
Dquit.c89 (void)putc(c, obuf); in writeback()
110 (void)putc(c, obuf); in writeback()
195 (void)putc(c, obuf); in edstop()
237 (void)putc(c, obuf); in edstop()
335 (void)putc(c, rbuf); in quit()
342 (void)putc(c, rbuf); in quit()
452 (void)putc(c, obuf); in quit()
505 (void)putc(c, obuf); in quit()
551 (void)putc(c, abuf); in quit()
/netbsd/src/external/lgpl3/gmp/dist/tests/mpz/
Dt-io_raw.c88 ASSERT_ALWAYS (putc ((size >> (j*8)) & 0xFF, fp) != EOF); in check_in()
90 ASSERT_ALWAYS (putc ('\0', fp) != EOF); in check_in()
92 ASSERT_ALWAYS (putc (BYTEVAL (j), fp) != EOF); in check_in()
94 ASSERT_ALWAYS (putc ('x', fp) != EOF); in check_in()
95 ASSERT_ALWAYS (putc ('y', fp) != EOF); in check_in()
96 ASSERT_ALWAYS (putc ('z', fp) != EOF); in check_in()
/netbsd/src/external/bsd/ppp/dist/pppd/
Dtty.c1127 putc(7, recordf); /* put start marker */ in charshunt()
1128 putc(lasttime.tv_sec >> 24, recordf); in charshunt()
1129 putc(lasttime.tv_sec >> 16, recordf); in charshunt()
1130 putc(lasttime.tv_sec >> 8, recordf); in charshunt()
1131 putc(lasttime.tv_sec, recordf); in charshunt()
1279 putc(5, f); in record_write()
1280 putc(diff >> 24, f); in record_write()
1281 putc(diff >> 16, f); in record_write()
1282 putc(diff >> 8, f); in record_write()
1283 putc(diff, f); in record_write()
[all …]
/netbsd/src/external/bsd/byacc/dist/
Derror.c61 putc(*s, stderr); in print_pos()
63 putc('?', stderr); in print_pos()
65 putc('\n', stderr); in print_pos()
69 putc('\t', stderr); in print_pos()
71 putc(' ', stderr); in print_pos()
73 putc('^', stderr); in print_pos()
74 putc('\n', stderr); in print_pos()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dmingw32.h229 putc ('\"', (FILE)); \
239 putc ('\\', (FILE)); \
240 putc (c, (FILE)); \
246 putc ('\"', (FILE)); \
Datt.h45 { if (i%10 == 0) { if (i!=0) putc ('\n', (FILE)); \
47 else putc (',', (FILE)); \
49 putc ('\n', (FILE)); \
/netbsd/src/usr.bin/ypcat/
Dypcat.c161 (void)putc(' ', stdout); in printit()
171 (void)putc(' ', stdout); in printit()
174 (void)putc(inval[i], stdout); in printit()
180 (void)putc('\n', stdout); in printit()
/netbsd/src/usr.sbin/lpr/filters/
Dlpf.c201 putc(*cp, o); in main()
205 putc('\r', o); in main()
208 putc('\r', o); in main()
209 putc(ch, o); in main()
/netbsd/src/sbin/disklabel/
Dprintlabel.c178 putc('+', f); in showpartition()
180 putc('*', f); in showpartition()
182 putc(' ', f); in showpartition()
190 putc('+', f); in showpartition()
192 putc('*', f); in showpartition()
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dunlocked-io.h115 # undef putc
116 # define putc(x,y) putc_unlocked (x,y) macro
118 # define putc_unlocked(x,y) putc (x,y)

12345678910>>...13