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

  /bionic/libc/stdio/
fputs.c 1 /* $OpenBSD: fputs.c,v 1.7 2005/08/08 08:05:36 espie Exp $ */
43 fputs(const char *s, FILE *fp) function
  /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 80 # undef fputs macro
81 # define fputs(x,y) fputs_unlocked (x,y) macro
83 # define fputs_unlocked(x,y) fputs (x,y)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 132 # undef fputs macro
133 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 132 # undef fputs macro
133 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro

Completed in 219 milliseconds