| /src/lib/libc/stdio/ |
| fgetc.c | 1 /* $NetBSD: fgetc.c,v 1.12 2012/03/15 18:22:30 christos Exp $ */ 38 static char sccsid[] = "@(#)fgetc.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: fgetc.c,v 1.12 2012/03/15 18:22:30 christos Exp $"); 51 fgetc(FILE *fp) function
|
| fgetc.c | 1 /* $NetBSD: fgetc.c,v 1.12 2012/03/15 18:22:30 christos Exp $ */ 38 static char sccsid[] = "@(#)fgetc.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: fgetc.c,v 1.12 2012/03/15 18:22:30 christos Exp $"); 51 fgetc(FILE *fp) function
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| stdio-read.c | 141 return fgetc (stdin); 145 fgetc (FILE *stream) function 146 #undef fgetc macro 148 CALL_WITH_ERRNO_FIX (int, fgetc (stream), ret == EOF)
|
| stdio-read.c | 141 return fgetc (stdin); 145 fgetc (FILE *stream) function 146 #undef fgetc macro 148 CALL_WITH_ERRNO_FIX (int, fgetc (stream), ret == EOF)
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| stdio-read.c | 141 return fgetc (stdin); 145 fgetc (FILE *stream) function 146 #undef fgetc macro 148 CALL_WITH_ERRNO_FIX (int, fgetc (stream), ret == EOF)
|
| stdio-read.c | 141 return fgetc (stdin); 145 fgetc (FILE *stream) function 146 #undef fgetc macro 148 CALL_WITH_ERRNO_FIX (int, fgetc (stream), ret == EOF)
|
| /src/external/gpl3/gcc/dist/fixincludes/ |
| system.h | 110 # undef fgetc macro 111 # define fgetc(Stream) fgetc_unlocked (Stream) macro
|
| system.h | 110 # undef fgetc macro 111 # define fgetc(Stream) fgetc_unlocked (Stream) macro
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| intrinsics.c | 1 /* Implementation of the FGET, FGETC, FPUT, FPUTC, FLUSH 35 extern int PREFIX(fgetc) (const int *, char *, gfc_charlen_type); 36 export_proto_np(PREFIX(fgetc)); 39 PREFIX(fgetc) (const int *unit, char *c, gfc_charlen_type c_len) function 75 *st = PREFIX(fgetc) (unit, c, c_len); \ 77 PREFIX(fgetc) (unit, c, c_len); } 91 return PREFIX(fgetc) (&five, c, c_len); 102 *st = PREFIX(fgetc) (&five, c, c_len); \ 104 PREFIX(fgetc) (&five, c, c_len); }
|
| intrinsics.c | 1 /* Implementation of the FGET, FGETC, FPUT, FPUTC, FLUSH 35 extern int PREFIX(fgetc) (const int *, char *, gfc_charlen_type); 36 export_proto_np(PREFIX(fgetc)); 39 PREFIX(fgetc) (const int *unit, char *c, gfc_charlen_type c_len) function 75 *st = PREFIX(fgetc) (unit, c, c_len); \ 77 PREFIX(fgetc) (unit, c, c_len); } 91 return PREFIX(fgetc) (&five, c, c_len); 102 *st = PREFIX(fgetc) (&five, c, c_len); \ 104 PREFIX(fgetc) (&five, c, c_len); }
|
| /src/external/gpl3/gcc.old/dist/fixincludes/ |
| system.h | 110 # undef fgetc macro 111 # define fgetc(Stream) fgetc_unlocked (Stream) macro
|
| system.h | 110 # undef fgetc macro 111 # define fgetc(Stream) fgetc_unlocked (Stream) macro
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| intrinsics.c | 1 /* Implementation of the FGET, FGETC, FPUT, FPUTC, FLUSH 35 extern int PREFIX(fgetc) (const int *, char *, gfc_charlen_type); 36 export_proto_np(PREFIX(fgetc)); 39 PREFIX(fgetc) (const int *unit, char *c, gfc_charlen_type c_len) function 75 *st = PREFIX(fgetc) (unit, c, c_len); \ 77 PREFIX(fgetc) (unit, c, c_len); } 91 return PREFIX(fgetc) (&five, c, c_len); 102 *st = PREFIX(fgetc) (&five, c, c_len); \ 104 PREFIX(fgetc) (&five, c, c_len); }
|
| intrinsics.c | 1 /* Implementation of the FGET, FGETC, FPUT, FPUTC, FLUSH 35 extern int PREFIX(fgetc) (const int *, char *, gfc_charlen_type); 36 export_proto_np(PREFIX(fgetc)); 39 PREFIX(fgetc) (const int *unit, char *c, gfc_charlen_type c_len) function 75 *st = PREFIX(fgetc) (unit, c, c_len); \ 77 PREFIX(fgetc) (unit, c, c_len); } 91 return PREFIX(fgetc) (&five, c, c_len); 102 *st = PREFIX(fgetc) (&five, c, c_len); \ 104 PREFIX(fgetc) (&five, c, c_len); }
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| system.h | 131 # undef fgetc macro 132 # define fgetc(Stream) fgetc_unlocked (Stream) macro
|
| system.h | 131 # undef fgetc macro 132 # define fgetc(Stream) fgetc_unlocked (Stream) macro
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| system.h | 131 # undef fgetc macro 132 # define fgetc(Stream) fgetc_unlocked (Stream) macro
|
| system.h | 131 # undef fgetc macro 132 # define fgetc(Stream) fgetc_unlocked (Stream) macro
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| stdio.h | 863 # undef fgetc 864 # define fgetc rpl_fgetc 866 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1))); 867 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream)); 869 _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream)); 872 _GL_CXXALIASWARN (fgetc); variable 1336 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| stdio.h | 863 # undef fgetc 864 # define fgetc rpl_fgetc 866 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1))); 867 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream)); 869 _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream)); 872 _GL_CXXALIASWARN (fgetc); variable 1336 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| stdio.h | 863 # undef fgetc 864 # define fgetc rpl_fgetc 866 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1))); 867 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream)); 869 _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream)); 872 _GL_CXXALIASWARN (fgetc); variable 1336 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| stdio.h | 863 # undef fgetc 864 # define fgetc rpl_fgetc 866 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1))); 867 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream)); 869 _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream)); 872 _GL_CXXALIASWARN (fgetc); variable 1336 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
| stdio.h | 863 # undef fgetc 864 # define fgetc rpl_fgetc 866 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1))); 867 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream)); 869 _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream)); 872 _GL_CXXALIASWARN (fgetc); variable 1336 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
| stdio.h | 863 # undef fgetc 864 # define fgetc rpl_fgetc 866 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1))); 867 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream)); 869 _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream)); 872 _GL_CXXALIASWARN (fgetc); variable 1336 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
| stdio.h | 863 # undef fgetc 864 # define fgetc rpl_fgetc 866 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1))); 867 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream)); 869 _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream)); 872 _GL_CXXALIASWARN (fgetc); variable 1336 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
|