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

123456

/external/bison/lib/
H A Dyyerror.c30 fputc ('\n', stderr);
H A Dunlocked-io.h72 # undef fputc macro
73 # define fputc(x,y) fputc_unlocked (x,y) macro
75 # define fputc_unlocked(x,y) fputc (x,y)
H A Dfseterr.c68 fputc ('\0', fp); /* This should set the error indicator. */
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-for-simple-stream.h12 int fputc(int, FILE *);
/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/compiler-rt/SDKs/linux/usr/include/
H A Dstdio.h38 extern int fputc(int, FILE *);
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dgenstring.c86 fputc('\\', out);
87 fputc(*strp, out);
/external/clang/test/Analysis/
H A Dsimple-stream-checks.c12 fputc(*Data, F);
76 fputc(*Data, F);
/external/bison/src/
H A Dprint.c89 fputc ('\n', out);
118 fputc ('\n', out);
148 fputc ('\n', out);
163 fputc (' ', out);
192 fputc ('\n', out);
203 fputc (' ', out);
223 fputc (' ', out);
225 fputc ('[', out);
231 fputc (']', out);
232 fputc ('\
[all...]
H A Dscan-skel.l72 "@@" fputc ('@', yyout);
73 "@{" fputc ('[', yyout);
74 "@}" fputc (']', yyout);
H A Dgram.c79 fputc (' ', out);
80 fputc ('|', out);
108 fputc ('\n', out);
188 fputc ('\n', out);
/external/libpcap/msdos/
H A Dbin2c.c40 fputc ('\n', outFile);
/external/libpcap/tests/
H A Dreactivatetest.c80 (void)fputc('\n', stderr);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genmacro/
H A Dgenmacro.c117 fputc('\\', out);
118 fputc(*strp, out);
/external/e2fsprogs/lib/et/
H A Dcom_err.c59 fputc('\r', stderr);
60 fputc('\n', stderr);
/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.c99 fputc('-', stdout);
133 fputc(']', stdout);
134 fputc('\n', stdout);
183 fputc('\n', stdout);
227 fputc(has_super ? ',' : ' ', stdout);
233 fputc('\n', stdout);
269 fputc('\n', stdout);
283 fputc('\n', stdout);
324 fputc('\n', stdout);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dfile.c629 if (fputc(val & 0xFF, f) == EOF)
631 if (fputc((val >> 8) & 0xFF, f) == EOF)
639 if (fputc((int)(val & 0xFF), f) == EOF)
641 if (fputc((int)((val >> 8) & 0xFF), f) == EOF)
643 if (fputc((int)((val >> 16) & 0xFF), f) == EOF)
645 if (fputc((int)((val >> 24) & 0xFF), f) == EOF)
653 if (fputc((val >> 8) & 0xFF, f) == EOF)
655 if (fputc(val & 0xFF, f) == EOF)
663 if (fputc((int)((val >> 24) & 0xFF), f) == EOF)
665 if (fputc((in
[all...]
/external/deqp/framework/delibs/deimage/
H A DdeTarga.c164 fputc((deUint8)(c>>0), file);
165 fputc((deUint8)(c>>8), file);
166 fputc((deUint8)(c>>16), file);
/external/srec/config/en.us/dictionary/
H A Dcmu2nuance.cpp67 fputc(tolower(*p), stdout);
70 fputc(' ', stdout);
183 fputc('\n', stdout);
/external/compiler-rt/SDKs/darwin/usr/include/
H A Dstdio.h78 int fputc(int, FILE *);
/external/e2fsprogs/debugfs/
H A Dunused.c55 fputc(buf[i], stdout);
/external/elfutils/0.153/libasm/
H A Dasm_addstrz.c99 fputc (*str, asmscn->ctx->out.file);
/external/lzma/CPP/Common/
H A DStdOutStream.cpp88 fputc(c, _stream);

Completed in 1264 milliseconds

123456