Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Datt2.l41 #define getc(x) (*argp?tolower(*argp++):EOF) macro
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dgetc.c46 getc(FILE *iop) in getc() function
/illumos-gate/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
/illumos-gate/usr/src/lib/libgen/common/
H A Dbgets.c48 #define getc(f) getc_unlocked(f) macro
/illumos-gate/usr/src/boot/i386/common/
H A Dcons.c90 getc(int fn) in getc() function
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h233 #define getc(p) (--(p)->_cnt < 0 ? __filbuf(p) : (int)*(p)->_ptr++) macro
/illumos-gate/usr/src/boot/include/
H A Dstdio.h501 #define getc(fp) (!__isthreaded ? __sgetc(fp) : (getc)(fp)) macro