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

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/debianutils/
H A Dpipe_progress.c28 fputc('.', stderr);
33 fputc('\n', stderr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dtestupnpdescgen.c56 fputc('\n', f); n++;
58 fputc(' ', f);
61 fputc(c, f); n++;
64 fputc(c, f); n++;
67 /*fputc('\n', f); n++; */
76 fputc(c, f); n++;
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_writeout.c105 fputc('%', stream);
259 fputc('%', stream);
260 fputc(ptr[1], stream);
268 fputc('\r', stream);
271 fputc('\n', stream);
274 fputc('\t', stream);
278 fputc(*ptr, stream);
279 fputc(ptr[1], stream);
285 fputc(*ptr, stream);
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibipt_ecn.c111 fputc('!', stdout);
117 fputc('!', stdout);
123 fputc('!', stdout);
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/video4linux/
H A Dv4lgrab.c185 fputc(r>>8, stdout);
186 fputc(g>>8, stdout);
187 fputc(b>>8, stdout);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbdump.c41 fputc(*p, stdout);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/zorro/
H A Dgen-devlist.c23 fputc(*c, f);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A Dgettext.c219 fputc (' ', stdout);
226 fputc ('\n', stdout);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dtstgettext.c245 fputc (' ', stdout);
252 fputc ('\n', stdout);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dnetrc.c519 fputc (' ', stdout);
528 fputc (' ', stdout);
532 fputc ('\n', stdout);

Completed in 187 milliseconds

1234