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

1 2 3 4

  /src/lib/libc/stdio/
getc.c 1 /* $NetBSD: getc.c,v 1.12 2012/03/15 18:22:30 christos Exp $ */
38 static char sccsid[] = "@(#)getc.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: getc.c,v 1.12 2012/03/15 18:22:30 christos Exp $");
51 * A subroutine version of the macro getc.
53 #undef getc macro
57 getc(FILE *fp) function
  /src/external/apache2/llvm/dist/libcxx/include/
stdio.h 79 int getc(FILE* stream);
111 #undef getc macro
  /src/external/gpl2/diffutils/dist/lib/
unlocked-io.h 54 # undef getc macro
55 # define getc(x) getc_unlocked (x) macro
  /src/sys/dev/wscons/
wskbdvar.h 60 void (*getc)(void *, u_int *, int *); member in struct:wskbd_consops
  /src/external/gpl3/gcc/dist/fixincludes/
system.h 69 # undef getc macro
70 # define getc(Stream) getc_unlocked (Stream) macro
  /src/external/gpl3/gcc.old/dist/fixincludes/
system.h 69 # undef getc macro
70 # define getc(Stream) getc_unlocked (Stream) macro
  /src/sys/kern/
tty_subr.c 102 getc(struct clist *clp) function
387 * Callers must not allow getc's to happen between firstc's and getc's
424 * Callers must not allow getc's to happen between firstc's and getc's
496 while ((c = getc(from)) != -1)
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
localcharset.c 86 # undef getc macro
87 # define getc getc_unlocked macro
157 c = getc (fp);
166 c = getc (fp);
unlocked-io.h 101 # undef getc macro
102 # define getc(x) getc_unlocked (x) macro
104 # define getc_unlocked(x) getc (x)
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
localcharset.c 87 # undef getc macro
88 # define getc getc_unlocked macro
158 c = getc (fp);
167 c = getc (fp);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
localcharset.c 86 # undef getc macro
87 # define getc getc_unlocked macro
157 c = getc (fp);
166 c = getc (fp);
unlocked-io.h 101 # undef getc macro
102 # define getc(x) getc_unlocked (x) macro
104 # define getc_unlocked(x) getc (x)
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
localcharset.c 86 # undef getc macro
87 # define getc getc_unlocked macro
157 c = getc (fp);
166 c = getc (fp);
unlocked-io.h 101 # undef getc macro
102 # define getc(x) getc_unlocked (x) macro
104 # define getc_unlocked(x) getc (x)
  /src/external/gpl2/grep/dist/intl/
localcharset.c 83 # undef getc macro
84 # define getc getc_unlocked macro
146 c = getc (fp);
155 c = getc (fp);
  /src/external/gpl2/texinfo/dist/intl/
localcharset.c 92 # undef getc macro
93 # define getc getc_unlocked macro
155 c = getc (fp);
164 c = getc (fp);
  /src/external/gpl2/xcvs/dist/lib/
unlocked-io.h 101 # undef getc macro
102 # define getc(x) getc_unlocked (x) macro
104 # define getc_unlocked(x) getc (x)
  /src/external/gpl3/gcc.old/dist/intl/
localcharset.c 90 # undef getc macro
91 # define getc getc_unlocked macro
153 c = getc (fp);
162 c = getc (fp);
  /src/sys/arch/ews4800mips/stand/common/
console.h 71 int (*getc)(void); member in struct:cons
  /src/external/gpl2/gettext/dist/gettext-tools/src/
po-lex.c 64 # undef getc macro
65 # define getc getc_unlocked macro
374 /* If EOF has already been seen, don't use getc. This matters if
390 int c = getc (mbf->fp);
454 c = getc (mbf->fp);
522 int c = getc (mbf->fp);
  /src/external/gpl3/gcc/dist/libcpp/
system.h 86 # undef getc macro
87 # define getc(Stream) getc_unlocked (Stream) macro
  /src/external/gpl3/gcc.old/dist/libcpp/
system.h 86 # undef getc macro
87 # define getc(Stream) getc_unlocked (Stream) macro
  /src/include/
stdio.h 98 * This ensures that the getc and putc macros (or inline functions) never
115 int _r; /* read space left for getc() */
138 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
244 int getc(FILE *);
494 #define getc(fp) __sgetc(fp) macro
498 #define getchar() getc(stdin)
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
stdio.h 1333 # undef getc
1334 # define getc rpl_fgetc
1337 _GL_CXXALIAS_RPL_1 (getc, rpl_fgetc, int, (FILE *stream));
1339 _GL_CXXALIAS_SYS (getc, int, (FILE *stream));
1342 _GL_CXXALIASWARN (getc); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
stdio.h 1333 # undef getc
1334 # define getc rpl_fgetc
1337 _GL_CXXALIAS_RPL_1 (getc, rpl_fgetc, int, (FILE *stream));
1339 _GL_CXXALIAS_SYS (getc, int, (FILE *stream));
1342 _GL_CXXALIASWARN (getc); variable

Completed in 64 milliseconds

1 2 3 4