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

12345678

/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/syslinux/com32/lib/
H A Dfputc.c2 * fputc.c
9 int fputc(int c, FILE * f) function
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-for-simple-stream.h12 int fputc(int, FILE *);
/external/vboot_reference/tests/futility/
H A Dbinary_editor.c36 fputc(c, stdout);
/external/e2fsprogs/lib/ss/
H A Dlist_rqs.c69 fputc('\n', output);
73 fputc(' ', output);
75 fputc('\n', output);
/external/libvncserver/client_examples/
H A Dppmtest.c54 fputc((v>>pf->redShift)*256/(pf->redMax+1),f);
55 fputc((v>>pf->greenShift)*256/(pf->greenMax+1),f);
56 fputc((v>>pf->blueShift)*256/(pf->blueMax+1),f);
/external/curl/src/
H A Dtool_writeout.c115 fputc('%', stream);
317 fputc('%', stream);
318 fputc(ptr[1], stream);
326 fputc('\r', stream);
329 fputc('\n', stream);
332 fputc('\t', stream);
336 fputc(*ptr, stream);
337 fputc(ptr[1], stream);
343 fputc(*ptr, stream);
/external/clang/test/Analysis/
H A Dsimple-stream-checks.c12 fputc(*Data, F);
76 fputc(*Data, F);
/external/ltp/testcases/open_posix_testsuite/functional/semaphores/
H A Dsem_lock.c77 fputc(*c, stdout);
80 fputc('\n', stdout);
/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/skia/tools/fiddle/
H A Dfiddle_main.cpp41 fputc(codes[b], out);
45 fputc(codes[b], out);
50 fputc(codes[b], out);
54 fputc(codes[b], out);
55 fputc('=', out);
59 fputc(codes[b], out);
61 fputc(codes[b], out);
/external/syslinux/com32/include/
H A Dstdio.h62 __extern int fputc(int, FILE *);
63 #define putc(c,f) fputc((c),(f))
64 #define putchar(c) fputc((c),stdout)
/external/libpcap/msdos/
H A Dbin2c.c40 fputc ('\n', outFile);
/external/libpcap/tests/
H A Dreactivatetest.c80 (void)fputc('\n', stderr);
/external/toybox/toys/posix/
H A Dstrings.c44 if (count == wlen) fputc(toybuf[i], stdout);
/external/e2fsprogs/lib/et/
H A Dcom_err.c60 fputc('\r', stderr);
61 fputc('\n', stderr);
/external/e2fsprogs/misc/
H A Dblkid.c87 fputc('^', stdout);
90 fputc(ch, stdout);
134 fputc('\n', stdout);
139 fputc(' ', stdout);
175 fputc('\n', stdout);
191 fputc('-', stdout);
192 fputc('\n', stdout);
259 fputc('\n', stdout);
/external/syslinux/com32/modules/
H A Dzzjson.c18 fputc('\n', ehandle);
40 (int(*)(int,void*)) fputc };
/external/e2fsprogs/debugfs/
H A Dls.c73 fputc('^', f);
78 fputc(ch, f);
160 fputc(' ', ls->f);
162 fputc('\n', ls->f);
169 fputc('\n', ls->f);
182 fputc('\n', ls->f);
/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/autotest/client/tests/monotonic_time/src/
H A Dlogging.c82 fputc('\n', log_fp);

Completed in 1591 milliseconds

12345678