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

  /bionic/libc/upstream-freebsd/lib/libc/stdio/
fputs.c 34 static char sccsid[] = "@(#)fputs.c 8.1 (Berkeley) 6/4/93";
51 fputs(const char * __restrict s, FILE * __restrict 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)
  /system/core/sh/bltin/
bltin.h 60 #define fputs outstr macro
83 #define INITARGS(argv) if ((commandname = argv[0]) == NULL) {fputs("Argc is zero\n", stderr); exit(2);} else
  /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/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 136 # undef fputs macro
137 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 136 # undef fputs macro
137 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 136 # undef fputs macro
137 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 136 # undef fputs macro
137 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 256 /// int fputs(const char *s, FILE *stream);
257 fputs, enumerator in enum:llvm::LibFunc::Func

Completed in 451 milliseconds