HomeSort by relevance Sort by last modified time
    Searched defs:fputs (Results 1 - 8 of 8) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fputs.c 1 /* $OpenBSD: fputs.c,v 1.10 2009/11/09 00:18:27 kurt Exp $ */
43 fputs(const char *s, FILE *fp) function
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio-write.c 126 fputs (const char *string, FILE *stream) function
127 #undef fputs macro
129 CALL_WITH_SIGPIPE_EMULATION (int, fputs (string, stream), ret == EOF)
unlocked-io.h 79 # undef fputs macro
80 # define fputs(x,y) fputs_unlocked (x,y) macro
82 # define fputs_unlocked(x,y) fputs (x,y)
  /external/bison/lib/
unlocked-io.h 79 # undef fputs macro
80 # define fputs(x,y) fputs_unlocked (x,y) macro
82 # define fputs_unlocked(x,y) fputs (x,y)
  /external/bison/darwin-lib/
stdio.h 660 # undef fputs
661 # define fputs rpl_fputs
663 _GL_FUNCDECL_RPL (fputs, int, (const char *string, FILE *stream)
665 _GL_CXXALIAS_RPL (fputs, int, (const char *string, FILE *stream));
667 _GL_CXXALIAS_SYS (fputs, int, (const char *string, FILE *stream));
669 _GL_CXXALIASWARN (fputs); variable
    [all...]
  /external/bison/linux-lib/
stdio.h 660 # undef fputs
661 # define fputs rpl_fputs
663 _GL_FUNCDECL_RPL (fputs, int, (const char *string, FILE *stream)
665 _GL_CXXALIAS_RPL (fputs, int, (const char *string, FILE *stream));
667 _GL_CXXALIAS_SYS (fputs, int, (const char *string, FILE *stream));
669 _GL_CXXALIASWARN (fputs); variable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 143 # undef fputs macro
144 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 291 /// int fputs(const char *s, FILE *stream);
292 fputs, enumerator in enum:llvm::LibFunc::Func

Completed in 4762 milliseconds