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

12

/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.h115 # undef putc macro
116 # define putc(x,y) putc_unlocked (x,y) macro
118 # define putc_unlocked(x,y) putc (x,y)
H A Derror.c77 # undef putc macro
78 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
177 putc ('\n', stderr);
H A Dargmatch.c170 putc ('\n', stderr);
/external/e2fsprogs/intl/
H A Dlog.c33 putc ('"', stream);
45 putc ('\\', stream);
46 putc (*str, stream);
48 putc ('"', stream);
97 putc ('\n', logfile);
/external/bison/src/
H A Dcomplain.c61 putc ('\n', stderr);
76 putc ('\n', stderr);
97 putc ('\n', stderr);
112 putc ('\n', stderr);
132 putc ('\n', stderr);
148 putc ('\n', stderr);
H A Dgetargs.c202 putc ('\n', stdout);
206 putc ('\n', stdout);
212 putc ('\n', stdout);
220 putc ('\n', stdout);
232 putc ('\n', stdout);
243 putc ('\n', stdout);
254 putc ('\n', stdout);
274 putc ('\n', stdout);
276 putc ('\n', stdout);
/external/e2fsprogs/resize/
H A Dsim_progress.c35 putc(' ', prog->f);
39 putc(' ', prog->f);
42 putc('-', prog->f);
44 putc('\b', prog->f);
64 putc('X', prog->f);
68 putc('\b', prog->f);
70 putc('-', prog->f);
72 putc('\b', prog->f);
/external/jpeg/
H A Dwrgif.c203 putc(w & 0xFF, dinfo->pub.output_file);
204 putc((w >> 8) & 0xFF, dinfo->pub.output_file);
212 putc(val, dinfo->pub.output_file);
213 putc(val, dinfo->pub.output_file);
214 putc(val, dinfo->pub.output_file);
242 putc('G', dinfo->pub.output_file);
243 putc('I', dinfo->pub.output_file);
244 putc('F', dinfo->pub.output_file);
245 putc('8', dinfo->pub.output_file);
246 putc('
[all...]
H A Dwrbmp.c304 putc(GETJSAMPLE(colormap[2][i]), outfile);
305 putc(GETJSAMPLE(colormap[1][i]), outfile);
306 putc(GETJSAMPLE(colormap[0][i]), outfile);
308 putc(0, outfile);
313 putc(GETJSAMPLE(colormap[0][i]), outfile);
314 putc(GETJSAMPLE(colormap[0][i]), outfile);
315 putc(GETJSAMPLE(colormap[0][i]), outfile);
317 putc(0, outfile);
323 putc(i, outfile);
324 putc(
[all...]
H A Dansi2knr.c662 while ( p != endfn ) putc(*p, out), p++;
668 putc(*p, out);
674 putc(*p, out), p++;
H A Dwrtarga.c36 * model, or else replace fwrite() with a putc() loop --- which will be much
191 putc(GETJSAMPLE(cinfo->colormap[2][i]), outfile);
192 putc(GETJSAMPLE(cinfo->colormap[1][i]), outfile);
193 putc(GETJSAMPLE(cinfo->colormap[0][i]), outfile);
/external/webkit/WebKitTools/android/flex-2.5.4a/
H A Dccl.c125 putc( '[', file );
133 putc( ' ', file );
144 putc( ' ', file );
148 putc( ']', file );
H A Dyylex.c94 (void) putc( toktype, stderr );
98 (void) putc( '\n', stderr );
163 (void) putc( yylval,
H A Dmain.c413 putc( '+', stderr );
415 putc( 'b', stderr );
417 putc( 'd', stderr );
419 putc( 'i', stderr );
421 putc( 'l', stderr );
423 putc( 'p', stderr );
425 putc( 'p', stderr );
427 putc( 's', stderr );
429 putc( 't', stderr );
431 putc( '
[all...]
/external/zlib/examples/
H A Dgzjoin.c55 #include <stdio.h> /* fputs(), fprintf(), fwrite(), putc() */
246 putc(val & 0xff, out);
247 putc((val >> 8) & 0xff, out);
248 putc((val >> 16) & 0xff, out);
249 putc((val >> 24) & 0xff, out);
382 putc(last, out);
388 putc(last, out);
390 putc(0, out); /* two more bits in block header */
397 putc(last | 8, out);
400 putc(las
[all...]
/external/expat/xmlwf/
H A Dxmltchar.h25 #define puttc putc
/external/icu4c/samples/cal/
H A Dcal.c395 putc(' ', f);
412 putc(' ', f);
461 putc('\n', stdout);
467 putc('\n', stdout);
507 putc(' ', stdout);
515 putc('\n', stdout);
525 putc('\n', stdout);
587 putc('\n', stdout);
588 putc('\n', stdout);
608 putc('\
[all...]
/external/stlport/stlport/stl/
H A D_cstdio.h58 # undef putc macro
91 using _STLP_VENDOR_CSTD::putc;
/external/ppp/pppd/
H A Dtty.c1083 putc(7, recordf); /* put start marker */
1084 putc(lasttime.tv_sec >> 24, recordf);
1085 putc(lasttime.tv_sec >> 16, recordf);
1086 putc(lasttime.tv_sec >> 8, recordf);
1087 putc(lasttime.tv_sec, recordf);
1240 putc(5, f);
1241 putc(diff >> 24, f);
1242 putc(diff >> 16, f);
1243 putc(diff >> 8, f);
1244 putc(dif
[all...]
/external/elfcopy/
H A Ddebug.h88 putc((c), stdout); \
/external/skia/src/animator/
H A DSkBuildCondensedInfo.cpp88 putc(',', condensed);
215 putc(',', condensed);
226 putc(',', condensed);
265 putc(',', condensed);
/external/openssl/crypto/bn/
H A Dexpspeed.c246 putc('\n', stderr);
348 putc(c, stderr);
/external/e2fsprogs/lib/ss/
H A Dlisten.c43 putc('\n', stdout);
/external/libpcap/
H A Dpcap-enet.c146 putc('\n', stderr);

Completed in 361 milliseconds

12