HomeSort by relevance Sort by last modified time
    Searched defs:fputs (Results 1 - 5 of 5) 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
  /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...]
  /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 163 milliseconds