Searched refs:putc (Results 1 - 25 of 86) sorted by relevance

1234

/external/strace/tests/
H A Derror_msg.c46 putc('\n', stderr);
57 putc('\n', stderr);
68 putc('\n', stderr);
83 putc('\n', stderr);
H A Dprintflags.c50 putc(sep, stdout);
62 putc(sep, stdout);
73 putc('0', stdout);
H A Dinit_delete_module.h55 putc(i, stdout);
H A Dset_mempolicy.c66 putc('[', stdout);
83 putc(']', stdout);
/external/strace/tests-m32/
H A Derror_msg.c46 putc('\n', stderr);
57 putc('\n', stderr);
68 putc('\n', stderr);
83 putc('\n', stderr);
H A Dprintflags.c50 putc(sep, stdout);
62 putc(sep, stdout);
73 putc('0', stdout);
H A Dinit_delete_module.h55 putc(i, stdout);
H A Dset_mempolicy.c66 putc('[', stdout);
83 putc(']', stdout);
/external/strace/tests-mx32/
H A Derror_msg.c46 putc('\n', stderr);
57 putc('\n', stderr);
68 putc('\n', stderr);
83 putc('\n', stderr);
H A Dprintflags.c50 putc(sep, stdout);
62 putc(sep, stdout);
73 putc('0', stdout);
H A Dinit_delete_module.h55 putc(i, stdout);
H A Dset_mempolicy.c66 putc('[', stdout);
83 putc(']', stdout);
/external/bison/lib/
H A Dbitsetv-print.c41 putc (i / 10 ? '0' + i / 10 : ' ', out);
42 putc ('\n', out);
46 putc ('\n', out);
51 putc ('-', out);
66 putc ('-', out);
H A Dunlocked-io.h114 # undef putc macro
115 # define putc(x,y) putc_unlocked (x,y) macro
117 # define putc_unlocked(x,y) putc (x,y)
/external/e2fsprogs/intl/
H A Dlog.c33 putc ('"', stream);
45 putc ('\\', stream);
46 putc (*str, stream);
48 putc ('"', stream);
97 putc ('\n', logfile);
/external/e2fsprogs/resize/
H A Dsim_progress.c36 putc(' ', prog->f);
40 putc(' ', prog->f);
43 putc('-', prog->f);
45 putc('\b', prog->f);
65 putc('X', prog->f);
69 putc('\b', prog->f);
71 putc('-', prog->f);
73 putc('\b', prog->f);
/external/libjpeg-turbo/
H A Dwrgif.c206 putc(w & 0xFF, dinfo->pub.output_file);
207 putc((w >> 8) & 0xFF, dinfo->pub.output_file);
215 putc(val, dinfo->pub.output_file);
216 putc(val, dinfo->pub.output_file);
217 putc(val, dinfo->pub.output_file);
245 putc('G', dinfo->pub.output_file);
246 putc('I', dinfo->pub.output_file);
247 putc('F', dinfo->pub.output_file);
248 putc('8', dinfo->pub.output_file);
249 putc('
[all...]
H A Dwrbmp.c343 putc(GETJSAMPLE(colormap[2][i]), outfile);
344 putc(GETJSAMPLE(colormap[1][i]), outfile);
345 putc(GETJSAMPLE(colormap[0][i]), outfile);
347 putc(0, outfile);
352 putc(GETJSAMPLE(colormap[0][i]), outfile);
353 putc(GETJSAMPLE(colormap[0][i]), outfile);
354 putc(GETJSAMPLE(colormap[0][i]), outfile);
356 putc(0, outfile);
362 putc(i, outfile);
363 putc(
[all...]
/external/libcxx/include/
H A Dstdio.h83 int putc(int c, FILE* stream);
120 #undef putc macro
/external/libgsm/src/
H A Ddebug.c35 if (from < to) putc('\n', stderr);
38 putc('\n', stderr);
56 if (from < to) putc('\n', stderr);
59 putc('\n', stderr);
/external/iproute2/lib/
H A Djson_writer.c46 putc('\n', self->out);
54 putc(self->sep, self->out);
63 putc('"', self->out);
91 putc(*str, self->out);
93 putc('"', self->out);
105 putc('{', self->out);
132 putc(c, self->out);
144 putc(c, self->out);
156 putc(':', self->out);
158 putc(' ', sel
[all...]
/external/zlib/src/examples/
H A Dgzjoin.c56 #include <stdio.h> /* fputs(), fprintf(), fwrite(), putc() */
247 putc(val & 0xff, out);
248 putc((val >> 8) & 0xff, out);
249 putc((val >> 16) & 0xff, out);
250 putc((val >> 24) & 0xff, out);
383 putc(last, out);
389 putc(last, out);
391 putc(0, out); /* two more bits in block header */
398 putc(last | 8, out);
401 putc(las
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dtst_libext2fs.c69 putc('\n', stdout);
/external/libvpx/libvpx/examples/
H A Ddecode_with_drops.c127 putc('.', stdout);
132 putc('X', stdout);
/external/rmi4utils/f54test/
H A Ddisplay.cpp118 putc(*p, stdout);
122 putc('\n', stdout);

Completed in 1075 milliseconds

1234