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

  /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
57 getc(FILE *fp) function in typeref:typename:int
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
57 getc(FILE *fp) function in typeref:typename:int
  /src/sys/dev/wscons/
wskbdvar.h 60 void (*getc)(void *, u_int *, int *); member in struct:wskbd_consops
wskbdvar.h 60 void (*getc)(void *, u_int *, int *); member in struct:wskbd_consops
  /src/sys/kern/
tty_subr.c 102 getc(struct clist *clp) function in typeref:typename:int
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)
tty_subr.c 102 getc(struct clist *clp) function in typeref:typename:int
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/sys/arch/ews4800mips/stand/common/
console.h 71 int (*getc)(void); member in struct:cons
console.h 71 int (*getc)(void); member in struct:cons
  /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)
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)

Completed in 183 milliseconds