Searched refs:fputc (Results 1 - 25 of 74) sorted by relevance

123

/external/qemu/slirp/
H A Ddebug.h23 #define DEBUG_ARG(x, y) if (slirp_debug & DBG_CALL) { fputc(' ', dfd); fprintf(dfd, x, y); fputc('\n', dfd); fflush(dfd); }
/external/qemu/slirp-android/
H A Ddebug.h23 #define DEBUG_ARG(x, y) if (slirp_debug & DBG_CALL) { fputc(' ', dfd); fprintf(dfd, x, y); fputc('\n', dfd); fflush(dfd); }
/external/bison/src/
H A Dscan-skel.l97 "@@" fputc ('@', yyout);
98 "@{" fputc ('[', yyout);
99 "@}" fputc (']', yyout);
H A Dprint.c91 fputc ('\n', out);
119 fputc ('\n', out);
149 fputc ('\n', out);
164 fputc (' ', out);
193 fputc ('\n', out);
204 fputc (' ', out);
289 fputc (' ', out);
291 fputc ('[', out);
297 fputc (']', out);
298 fputc ('\
[all...]
H A Dgram.c102 fputc (' ', out);
103 fputc ('|', out);
135 fputc ('\n', out);
215 fputc ('\n', out);
H A Drelation.c41 fputc ('\n', out);
43 fputc ('\n', out);
/external/dropbear/libtommath/
H A Dbn_mp_fwrite.c38 if (fputc(buf[x], stream) == EOF) {
/external/bison/lib/
H A Dunlocked-io.h73 # undef fputc macro
74 # define fputc(x,y) fputc_unlocked (x,y) macro
76 # define fputc_unlocked(x,y) fputc (x,y)
/external/e2fsprogs/debugfs/
H A Dunused.c55 fputc(buf[i], stdout);
/external/e2fsprogs/misc/
H A Dblkid.c86 fputc('^', stdout);
89 fputc(ch, stdout);
125 fputc('\n', stdout);
130 fputc(' ', stdout);
165 fputc('\n', stdout);
181 fputc('-', stdout);
182 fputc('\n', stdout);
249 fputc('\n', stdout);
H A Ddumpe2fs.c91 fputc('-', stdout);
125 fputc(']', stdout);
126 fputc('\n', stdout);
155 fputc('\n', stdout);
193 fputc(has_super ? ',' : ' ', stdout);
199 fputc('\n', stdout);
233 fputc('\n', stdout);
242 fputc('\n', stdout);
283 fputc('\n', stdout);
H A Dlsattr.c99 fputc('\n', stdout);
/external/srec/config/en.us/dictionary/
H A Dcmu2nuance.cpp67 fputc(tolower(*p), stdout);
70 fputc(' ', stdout);
183 fputc('\n', stdout);
/external/elfutils/libasm/
H A Dasm_addstrz.c99 fputc (*str, asmscn->ctx->out.file);
/external/e2fsprogs/e2fsck/
H A Dmessage.c182 fputc('^', stdout);
185 fputc(ch, stdout);
251 fputc(toupper(*str++), stdout);
411 fputc('%', stdout);
432 fputc(toupper(*m++), stdout);
/external/tcpdump/
H A Dprint-timed.c98 fputc('-', stdout);
/external/linux-tools-perf/util/
H A Dparse-options.c454 fputc('\n', stderr);
461 fputc('\n', stderr);
532 fputc('\n', stderr);
537 fputc('\n', stderr);
/external/stlport/stlport/stl/
H A D_cstdio.h76 using _STLP_VENDOR_CSTD::fputc;
/external/webp/examples/
H A Ddwebp.c120 if (width & 1) fputc(0, fout); // padding byte
/external/dnsmasq/src/
H A Dlog.c285 fputc('\n', stderr);
433 fputc('\n', stderr); /* prettyfy startup-script message */
/external/icu4c/test/threadtest/
H A Dthreadtest.cpp453 fputc(c, stdout);
488 fputc('C', stdout);
/external/icu4c/tools/toolutil/
H A Dwritesrc.c129 fputc(',', f);
247 fputc(',', f);
H A Dfilestrm.c124 int32_t c = fputc(ch, (FILE*)fileStream);
/external/iproute2/misc/
H A Dlnstat_util.c223 fputc('\n', stderr);
230 fputc('\n', stderr);
/external/bluetooth/glib/gobject/
H A Dgobject-query.c82 fputc ('\n', f_out);

Completed in 389 milliseconds

123