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

/osnet-11/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
/osnet-11/usr/src/lib/libgen/common/
H A Dbgets.c50 #define getc(f) getc_unlocked(f) macro
103 if ((c = getc(fp)) == EOF) {
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dlocalcharset.c101 # undef getc macro
102 # define getc getc_unlocked macro
198 c = getc (fp);
207 c = getc (fp);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dlocalcharset.c99 # undef getc macro
100 # define getc getc_unlocked macro
196 c = getc (fp);
205 c = getc (fp);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm68 $io->getc
386 sub getc { subroutine
387 @_ == 1 or croak 'usage: $io->getc()';
388 getc($_[0]);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dnostdio.h54 #undef getc macro
93 #define getc(f) _CANNOT _getc_ macro
H A Dfakesdio.h41 #undef getc macro
82 #define getc(f) PerlIO_getc(f) macro
H A DXSUB.h351 # undef getc macro
406 # define getc PerlSIO_getc macro
/osnet-11/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)
/osnet-11/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)
/osnet-11/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)
/osnet-11/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)
/osnet-11/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)
/osnet-11/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)
/osnet-11/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)
/osnet-11/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)

Completed in 229 milliseconds