Searched defs:getc (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dgetc.c27 #undef getc macro
31 getc(fp) function
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfgetc.c41 #undef getc /* call the getc function not the macro */ macro
46 return (getc(iop));
H A Dgetc.c44 #undef getc macro
48 getc(FILE *iop) function
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dgetc.c42 * int getc(int seconds)
48 getc(int seconds) function
/illumos-gate/usr/src/lib/libgen/common/
H A Dbgets.c50 #define getc(f) getc_unlocked(f) macro
103 if ((c = getc(fp)) == EOF) {
/illumos-gate/usr/src/boot/sys/boot/i386/common/
H A Dcons.c64 getc(int fn) function
88 if (ioctrl & IO_KEYBOARD && getc(1))
89 return (fn ? 1 : getc(0));
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dstdio.h63 extern int getc(FILE *);
65 #define getc(p) (--(p)->_cnt>=0? ((int)*(p)->_ptr++):_filbuf(p)) macro
75 #define getchar() getc(stdin)
/illumos-gate/usr/src/boot/sys/boot/userboot/
H A Duserboot.h58 int (*getc)(void *arg); member in struct:loader_callbacks
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdio.h139 extern int getc(FILE *);
159 #define getc(p) (--(p)->_cnt >= 0 ? ((int) *(p)->_ptr++) : _filbuf(p)) macro
167 #define getchar() getc(stdin)
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h189 extern int getc(FILE *);
233 #define getc(p) (--(p)->_cnt < 0 ? __filbuf(p) : (int)*(p)->_ptr++) macro
244 #define getchar() getc(stdin)
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h227 extern int getc(FILE *);
279 inline int getc(FILE *_p) { function in namespace:std
286 #define getc(p) (--(p)->_cnt < 0 ? __filbuf(p) : (int)*(p)->_ptr++)
297 inline int getchar() { return getc(stdin); }
301 #define getchar() getc(stdin)
/illumos-gate/usr/src/boot/include/
H A Dstdio.h92 * This ensures that the getc and putc macros (or inline functions) never
112 int _r; /* (*) read space left for getc() */
133 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
256 int getc(FILE *);
501 #define getc(fp) (!__isthreaded ? __sgetc(fp) : (getc)(fp)) macro
504 #define getchar() getc(stdin)
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c152 getc(int seconds) function
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h211 extern __MANGLE__ int getc __PROTO__((FILE*));
443 extern __MANGLE__ int getc __PROTO__((FILE*));
561 #define getc(f) sfgetc(f) macro
590 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) macro
591 #define getchar() getc(stdin)
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h190 extern __MANGLE__ int getc __PROTO__((FILE*));
422 extern __MANGLE__ int getc __PROTO__((FILE*));
540 #define getc(f) sfgetc(f) macro
569 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) macro
570 #define getchar() getc(stdin)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h211 extern __MANGLE__ int getc __PROTO__((FILE*));
443 extern __MANGLE__ int getc __PROTO__((FILE*));
561 #define getc(f) sfgetc(f) macro
590 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) macro
591 #define getchar() getc(stdin)
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h190 extern __MANGLE__ int getc __PROTO__((FILE*));
422 extern __MANGLE__ int getc __PROTO__((FILE*));
540 #define getc(f) sfgetc(f) macro
569 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) macro
570 #define getchar() getc(stdin)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h211 extern __MANGLE__ int getc __PROTO__((FILE*));
443 extern __MANGLE__ int getc __PROTO__((FILE*));
561 #define getc(f) sfgetc(f) macro
590 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) macro
591 #define getchar() getc(stdin)
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h190 extern __MANGLE__ int getc __PROTO__((FILE*));
422 extern __MANGLE__ int getc __PROTO__((FILE*));
540 #define getc(f) sfgetc(f) macro
569 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) macro
570 #define getchar() getc(stdin)
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h211 extern __MANGLE__ int getc __PROTO__((FILE*));
443 extern __MANGLE__ int getc __PROTO__((FILE*));
561 #define getc(f) sfgetc(f) macro
590 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) macro
591 #define getchar() getc(stdin)
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h190 extern __MANGLE__ int getc __PROTO__((FILE*));
422 extern __MANGLE__ int getc __PROTO__((FILE*));
540 #define getc(f) sfgetc(f) macro
569 #define getc(f) (_sf_(f)->_next>=_sf_(f)->_endr?_sffilbuf(_sf_(f),0):(int)(*_sf_(f)->_next++)) macro
570 #define getchar() getc(stdin)
/illumos-gate/usr/src/man/man3c/
H A DMakefile824 getc.3c \
1706 getc.3c := LINKSRC = fgetc.3c

Completed in 118 milliseconds