Searched refs:getc (Results 1 - 10 of 10) sorted by relevance

/ast/src/lib/libast/stdio/
H A Dgetc.c28 NoN(getc)
32 #undef getc
35 getc(Sfio_t* f)
37 STDIO_INT(f, "getc", int, (Sfio_t*), (f))
H A Dstdio_c99.c99 return getc(sp);
/ast/src/lib/libtk/generic/
H A DtkImgPPM.c354 c = getc(f);
363 c = getc(f);
369 c = getc(f);
382 c = getc(f);
H A DtkImgBmap.c672 for (c = getc(parseInfoPtr->f); isspace(UCHAR(c)) || (c == ',');
673 c = getc(parseInfoPtr->f)) {
679 c = getc(parseInfoPtr->f)) {
/ast/src/cmd/mailx/
H A Dedit.c223 lc = getc(ep) == '\n' ? 1 : 0;
224 if (getc(ep) == '\n')
H A Dcollect.c546 while ((lc = getc(fp)) != EOF) {
660 while ((c = getc(state.collect.fp)) != EOF)
H A Dsend.c165 if ((n = getc(ip)) != EOF && putc(n, op) == EOF)
/ast/src/lib/libast/preroot/
H A Dgetpreroot.c58 for (p = path; (c = getc(fp)) != EOF && c != '\n'; *p++ = c);
/ast/src/cmd/bzip/
H A Dbzip2recover.c186 Int32 retVal = getc ( bs->handle );
/ast/src/lib/libast/
H A DMakefile173 getc.c getchar.c getw.c pclose.c popen.c printf.c \

Completed in 57 milliseconds