HomeSort by: relevance | last modified time | path
    Searched defs:fputs (Results 1 - 25 of 74) sorted by relevancy

1 2 3

  /src/lib/libc/stdio/
fputs.c 1 /* $NetBSD: fputs.c,v 1.16 2018/02/04 01:13:45 mrg Exp $ */
38 static char sccsid[] = "@(#)fputs.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: fputs.c,v 1.16 2018/02/04 01:13:45 mrg Exp $");
56 fputs(const char *s, FILE *fp) function
  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
error.c 40 #undef fputs macro
41 #define fputs(s, stream) printf ("%s", s) macro
  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
error.c 40 #undef fputs macro
41 #define fputs(s, stream) printf ("%s", s) macro
  /src/external/gpl2/diffutils/dist/lib/
unlocked-io.h 42 # undef fputs macro
43 # define fputs(x,y) fputs_unlocked (x,y) macro
  /src/external/gpl3/gdb/dist/gnulib/import/
stdio-write.c 184 fputs (const char *string, FILE *stream) function
185 #undef fputs macro
187 CALL_WITH_SIGPIPE_EMULATION (int, fputs (string, stream), ret == EOF)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
stdio-write.c 184 fputs (const char *string, FILE *stream) function
185 #undef fputs macro
187 CALL_WITH_SIGPIPE_EMULATION (int, fputs (string, stream), ret == EOF)
  /src/external/bsd/openldap/dist/libraries/liblber/
stdio.c 109 #undef fputs macro
125 return fputs( buf, fp );
223 res = fputs( buf, fp );
  /src/external/gpl3/gcc/dist/fixincludes/
system.h 124 # undef fputs macro
125 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
  /src/external/gpl3/gcc.old/dist/fixincludes/
system.h 124 # undef fputs macro
125 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
  /src/bin/sh/bltin/
bltin.h 74 #define fputs(...) _RETURN_INT(outstr(__VA_ARGS__)) macro
99 #define INITARGS(argv) if ((commandname = argv[0]) == NULL) {fputs("Argc is zero\n", stderr); exit(2);} else
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-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)
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-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)
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
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)
  /src/external/gpl2/grep/dist/lib/
obstack.c 470 # define fputs(s, f) _IO_fputs (s, f)
476 fputs (_("memory exhausted"), stderr);
466 # define fputs macro
  /src/external/gpl2/xcvs/dist/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)
  /src/external/gpl3/gcc/dist/libcpp/
system.h 145 # undef fputs macro
146 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
  /src/external/gpl3/gcc.old/dist/libcpp/
system.h 145 # undef fputs macro
146 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
stdio.h 1037 # undef fputs
1038 # define fputs rpl_fputs
1040 _GL_FUNCDECL_RPL (fputs, int,
1043 _GL_CXXALIAS_RPL (fputs, int,
1046 _GL_CXXALIAS_SYS (fputs, int,
1050 _GL_CXXALIASWARN (fputs); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
stdio.h 1037 # undef fputs
1038 # define fputs rpl_fputs
1040 _GL_FUNCDECL_RPL (fputs, int,
1043 _GL_CXXALIAS_RPL (fputs, int,
1046 _GL_CXXALIAS_SYS (fputs, int,
1050 _GL_CXXALIASWARN (fputs); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
stdio.h 1037 # undef fputs
1038 # define fputs rpl_fputs
1040 _GL_FUNCDECL_RPL (fputs, int,
1043 _GL_CXXALIAS_RPL (fputs, int,
1046 _GL_CXXALIAS_SYS (fputs, int,
1050 _GL_CXXALIASWARN (fputs); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
stdio.h 1037 # undef fputs
1038 # define fputs rpl_fputs
1040 _GL_FUNCDECL_RPL (fputs, int,
1043 _GL_CXXALIAS_RPL (fputs, int,
1046 _GL_CXXALIAS_SYS (fputs, int,
1050 _GL_CXXALIASWARN (fputs); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
stdio.h 1037 # undef fputs
1038 # define fputs rpl_fputs
1040 _GL_FUNCDECL_RPL (fputs, int,
1043 _GL_CXXALIAS_RPL (fputs, int,
1046 _GL_CXXALIAS_SYS (fputs, int,
1050 _GL_CXXALIASWARN (fputs); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
stdio.h 1037 # undef fputs
1038 # define fputs rpl_fputs
1040 _GL_FUNCDECL_RPL (fputs, int,
1043 _GL_CXXALIAS_RPL (fputs, int,
1046 _GL_CXXALIAS_SYS (fputs, int,
1050 _GL_CXXALIASWARN (fputs); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
stdio.h 1037 # undef fputs
1038 # define fputs rpl_fputs
1040 _GL_FUNCDECL_RPL (fputs, int,
1043 _GL_CXXALIAS_RPL (fputs, int,
1046 _GL_CXXALIAS_SYS (fputs, int,
1050 _GL_CXXALIASWARN (fputs); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
stdio.h 1037 # undef fputs
1038 # define fputs rpl_fputs
1040 _GL_FUNCDECL_RPL (fputs, int,
1043 _GL_CXXALIAS_RPL (fputs, int,
1046 _GL_CXXALIAS_SYS (fputs, int,
1050 _GL_CXXALIASWARN (fputs); variable

Completed in 43 milliseconds

1 2 3