HomeSort by relevance Sort by last modified time
    Searched refs:fputc (Results 176 - 200 of 286) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/toybox/toys/pending/
crond.c 193 fputc('\n', stderr);
telnetd.c 176 } else fputc(ch, stdout);
  /external/v8/src/runtime/
runtime-internal.cc 474 std::fputc('\n', f);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 579 extern int fputc (int __c, FILE *__stream);
  /toolchain/binutils/binutils-2.27/bfd/
elf32-iq2000.c 889 fputc ('\n', file);
elf32-mep.c 686 fputc ('\n', file);
elf32-visium.c 845 fputc ('\n', file);
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 393 case LibFunc::fputc:
951 if (!TLI->has(LibFunc::fputc))
955 Constant *F = M->getOrInsertFunction("fputc", B.getInt32Ty(), B.getInt32Ty(),
958 inferLibFuncAttributes(*M->getFunction("fputc"), *TLI);
961 CallInst *CI = B.CreateCall(F, {Char, File}, "fputc");
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
script-sections.cc 266 case MEM_EXECUTABLE: fputc('x', f); break;
267 case MEM_WRITEABLE: fputc('w', f); break;
268 case MEM_READABLE: fputc('r', f); break;
269 case MEM_ALLOCATABLE: fputc('a', f); break;
270 case MEM_INITIALIZED: fputc('i', f); break;
277 fputc(')', f);
    [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]