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

1234567

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/debianutils/
H A Dpipe_progress.c28 fputc('.', stderr);
33 fputc('\n', stderr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dtestupnpdescgen.c57 fputc('\n', f); n++;
59 fputc(' ', f);
62 fputc(c, f); n++;
65 fputc(c, f); n++;
68 /*fputc('\n', f); n++; */
77 fputc(c, f); n++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dtestupnpdescgen.c81 fputc('\n', f); n++;
83 fputc(' ', f);
86 fputc(c, f); n++;
89 fputc(c, f); n++;
92 /*fputc('\n', f); n++; */
101 fputc(c, f); n++;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Duudecode.c46 fputc(((line_ptr[0] - 0x20) & 077) << 2 | ((line_ptr[1] - 0x20) & 077) >> 4, dst_stream);
53 fputc(((line_ptr[0] - 0x20) & 077) << 4 | ((line_ptr[1] - 0x20) & 077) >> 2, dst_stream);
60 fputc(((line_ptr[0] - 0x20) & 077) << 6 | ((line_ptr[1] - 0x20) & 077), dst_stream);
118 fputc(translated[0] << 2 | translated[1] >> 4, dst_stream);
121 fputc(translated[1] << 4 | translated[2] >> 2, dst_stream);
124 fputc(translated[2] << 6 | translated[3], dst_stream);
H A Ddos2unix.c56 fputc('\r', out);
57 fputc('\n', out);
60 fputc(i, out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/examples/c/decode/file/
H A Dmain.c47 fputc(x, f) != EOF &&
48 fputc(x >> 8, f) != EOF
60 fputc(x, f) != EOF &&
61 fputc(x >> 8, f) != EOF &&
62 fputc(x >> 16, f) != EOF &&
63 fputc(x >> 24, f) != EOF
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/examples/cpp/decode/file/
H A Dmain.cpp43 fputc(x, f) != EOF &&
44 fputc(x >> 8, f) != EOF
56 fputc(x, f) != EOF &&
57 fputc(x >> 8, f) != EOF &&
58 fputc(x >> 16, f) != EOF &&
59 fputc(x >> 24, f) != EOF
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_writeout.c114 fputc('%', stream);
296 fputc('%', stream);
297 fputc(ptr[1], stream);
305 fputc('\r', stream);
308 fputc('\n', stream);
311 fputc('\t', stream);
315 fputc(*ptr, stream);
316 fputc(ptr[1], stream);
322 fputc(*ptr, stream);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstdio-write.c117 return fputc (c, stdout);
121 fputc (int c, FILE *stream) function
122 #undef fputc macro
124 CALL_WITH_SIGPIPE_EMULATION (int, fputc (c, stream), ret == EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dunlocked-io.h57 # undef fputc macro
58 # define fputc(x,y) fputc_unlocked (x,y) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
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 Dfwriteerror.c58 if (fputc ('\0', fp) == EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
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 Dfwriteerror.c58 if (fputc ('\0', fp) == EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
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 Dfwriteerror.c58 if (fputc ('\0', fp) == EOF)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_ecn.c111 fputc('!', stdout);
117 fputc('!', stdout);
123 fputc('!', stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dbin2c.c40 fputc ('\n', outFile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/tests/
H A Dreactivatetest.c80 (void)fputc('\n', stderr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dfseterr.c63 fputc ('\0', fp); /* This should set the error indicator. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Daudiogen.c100 fputc( v & 0xff, outfile);
101 fputc((v >> 8) & 0xff, outfile);
106 fputc( v & 0xff, outfile);
107 fputc((v >> 8) & 0xff, outfile);
108 fputc((v >> 16) & 0xff, outfile);
109 fputc((v >> 24) & 0xff, outfile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_streams/
H A Dmain.c51 if(fputc(x, f) == EOF)
62 fputc(x, f) != EOF &&
63 fputc(x >> 8, f) != EOF
75 fputc(x, f) != EOF &&
76 fputc(x >> 8, f) != EOF &&
77 fputc(x >> 16, f) != EOF
89 fputc(x, f) != EOF &&
90 fputc(x >> 8, f) != EOF &&
91 fputc(x >> 16, f) != EOF &&
92 fputc(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/video4linux/
H A Dv4lgrab.c194 fputc(r>>8, stdout);
195 fputc(g>>8, stdout);
196 fputc(b>>8, stdout);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/zorro/
H A Dgen-devlist.c23 fputc(*c, f);

Completed in 189 milliseconds

1234567