Home
last modified time | relevance | path

Searched defs:getc (Results 1 – 13 of 13) sorted by relevance

/titanic_52/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dgetc.c48 getc(int seconds) in getc() function
/titanic_52/usr/src/lib/libbc/libc/stdio/common/
H A Dgetc.c31 getc(fp) in getc() function
/titanic_52/usr/src/lib/libc/port/stdio/
H A Dgetc.c48 getc(FILE *iop) in getc() function
/titanic_52/usr/src/cmd/cron/
H A Datt2.l41 #define getc(x) (*argp?tolower(*argp++):EOF) macro
/titanic_52/usr/src/head/iso/
H A Dstdio_iso.h279 inline int getc(FILE *_p) { in getc() function
286 #define getc(p) (--(p)->_cnt < 0 ? __filbuf(p) : (int)*(p)->_ptr++) macro
/titanic_52/usr/src/lib/libgen/common/
H A Dbgets.c50 #define getc(f) getc_unlocked(f) macro
/titanic_52/usr/src/boot/sys/boot/i386/common/
H A Dcons.c64 getc(int fn) in getc() function
/titanic_52/usr/src/lib/libbc/inc/include/
H A Dstdio.h65 #define getc(p) (--(p)->_cnt>=0? ((int)*(p)->_ptr++):_filbuf(p)) macro
/titanic_52/usr/src/ucbhead/
H A Dstdio.h233 #define getc(p) (--(p)->_cnt < 0 ? __filbuf(p) : (int)*(p)->_ptr++) macro
/titanic_52/usr/src/boot/sys/boot/userboot/
H A Duserboot.h58 int (*getc)(void *arg); member
/titanic_52/usr/src/lib/libbc/inc/5include/
H A Dstdio.h159 #define getc(p) (--(p)->_cnt >= 0 ? ((int) *(p)->_ptr++) : _filbuf(p)) macro
/titanic_52/usr/src/boot/include/
H A Dstdio.h501 #define getc(fp) (!__isthreaded ? __sgetc(fp) : (getc)(fp)) macro
/titanic_52/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c152 getc(int seconds) in getc() function