HomeSort by relevance Sort by last modified time
    Searched refs:fputc (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /bootable/recovery/applypatch/
utils.c 23 fputc(value & 0xff, f);
24 fputc((value >> 8) & 0xff, f);
25 fputc((value >> 16) & 0xff, f);
26 fputc((value >> 24) & 0xff, f);
31 fputc(value & 0xff, f);
32 fputc((value >> 8) & 0xff, f);
33 fputc((value >> 16) & 0xff, f);
34 fputc((value >> 24) & 0xff, f);
35 fputc((value >> 32) & 0xff, f);
36 fputc((value >> 40) & 0xff, f)
    [all...]
  /bionic/libc/stdio/
fputc.c 1 /* $OpenBSD: fputc.c,v 1.7 2005/08/08 08:05:36 espie Exp $ */
38 fputc(int c, FILE *fp) function
  /development/tools/yuv420sp2rgb/
debug.c 11 fputc('\n', s);
24 fputc(pchr[last], s);
26 fputc('.', s);
  /system/media/wilhelm/tools/mphtogen/
mphtogen.c 34 fputc(',', fp);
38 fputc('\n', fp);
45 fputc('\n', fp);
  /system/media/wilhelm/src/
sllog.h 88 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
95 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
102 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
109 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
116 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
  /external/qemu/slirp/
debug.h 23 #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/
debug.h 23 #define DEBUG_ARG(x, y) if (slirp_debug & DBG_CALL) { fputc(' ', dfd); fprintf(dfd, x, y); fputc('\n', dfd); fflush(dfd); }
  /frameworks/base/cmds/stagefright/
WaveWriter.h 56 fputc(x & 0xff, mFile);
57 fputc(x >> 8, mFile);
  /external/bison/src/
scan-skel.l 97 "@@" fputc ('@', yyout);
98 "@{" fputc ('[', yyout);
99 "@}" fputc (']', yyout);
print.c 91 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 ('\n', out)
    [all...]
  /external/dropbear/libtommath/
bn_mp_fwrite.c 38 if (fputc(buf[x], stream) == EOF) {
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio-write.c 115 return fputc (c, stdout);
119 fputc (int c, FILE *stream) function
120 #undef fputc macro
122 CALL_WITH_SIGPIPE_EMULATION (int, fputc (c, stream), ret == EOF)
unlocked-io.h 72 # undef fputc macro
73 # define fputc(x,y) fputc_unlocked (x,y) macro
75 # define fputc_unlocked(x,y) fputc (x,y)
  /system/core/libcutils/
open_memstream.c 335 fputc('a', stream);
336 fputc('b', stream);
337 fputc('c', stream);
338 fputc('d', stream);
339 fputc('e', stream);
340 fputc('f', stream);
354 fputc('x', stream);
  /external/bison/lib/
unlocked-io.h 73 # 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/
unused.c 55 fputc(buf[i], stdout);
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/arm/
linux-elf.h 95 fputc ('\n', FILE); \
  /external/e2fsprogs/misc/
blkid.c 86 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);
  /external/srec/config/en.us/dictionary/
cmu2nuance.cpp 67 fputc(tolower(*p), stdout);
70 fputc(' ', stdout);
183 fputc('\n', stdout);
  /bionic/libstdc++/include/
cstdio 55 using ::fputc;
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 55 using ::fputc;
  /ndk/sources/cxx-stl/system/include/
cstdio 55 using ::fputc;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdio 53 using ::fputc;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstdio 53 using ::fputc;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cstdio 55 using ::fputc;

Completed in 3383 milliseconds

1 2 3 4 5 6