Searched refs:getc (Results 226 - 234 of 234) sorted by relevance

12345678910

/freebsd-11-stable/usr.bin/lex/
H A Dinitscan.c225 * if we're using stdio for input, then we want to use getc()
2125 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c1611 while ((i = getc(fp)) != EOF)
/freebsd-11-stable/usr.sbin/inetd/
H A Dinetd.c2048 c = getc(fconfig);
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c2516 while ((c = getc(src)) != EOF) {
/freebsd-11-stable/contrib/dialog/
H A Dutil.c1364 while (((ch = getc(fd)) != '\n') && !feof(fd))
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c2895 i < ilim && (c = getc(fi)) != '\n' && c != EOF;
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c5409 c = toupper(getc(stdin));
5410 while (c != '\n' && getc(stdin) != '\n')
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp1521 while ((c = getc(ifp)) != EOF)
/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c9784 (void) getc (file);

Completed in 218 milliseconds

12345678910