HomeSort by relevance Sort by last modified time
    Searched refs:fputc (Results 26 - 50 of 249) sorted by null

12 3 4 5 6 7 8 910

  /bootable/recovery/
install.cpp 235 fputc('\n', install_log);
247 fputc(result == INSTALL_SUCCESS ? '1' : '0', install_log);
248 fputc('\n', install_log);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
file.c 629 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((int)((val >> 16) & 0xFF), f) == EOF
    [all...]
  /external/srec/config/en.us/dictionary/
cmu2nuance.cpp 67 fputc(tolower(*p), stdout);
70 fputc(' ', stdout);
183 fputc('\n', stdout);
  /external/bison/src/
scan-skel.l 72 "@@" fputc ('@', yyout);
73 "@{" fputc ('[', yyout);
74 "@}" fputc (']', yyout);
gram.c 79 fputc (' ', out);
80 fputc ('|', out);
108 fputc ('\n', out);
188 fputc ('\n', out);
print-xml.c 358 fputc ('\n', out);
383 fputc ('\n', out);
439 fputc ('\n', out);
453 fputc ('\n', out);
512 fputc ('\n', out);
523 fputc ('\n', out);
relation.c 41 fputc ('\n', out);
43 fputc ('\n', out);
  /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;