Searched refs:getc (Results 101 - 125 of 161) sorted by relevance

1234567

/freebsd-current/usr.bin/m4/
H A Dmisc.c236 while ((c = getc(outfile[n])) != EOF)
H A Dgnum4.c691 while ((c = getc(f))!= EOF)
/freebsd-current/sys/dev/uart/
H A Duart_dev_mu.c147 .getc = uart_mu_getc,
H A Duart_dev_msm.c133 .getc = msm_getc,
H A Duart_dev_mvebu.c141 .getc = uart_mvebu_getc,
H A Duart_dev_pl011.c168 .getc = uart_pl011_getc,
H A Duart_dev_quicc.c157 .getc = quicc_getc,
/freebsd-current/contrib/ldns/
H A Dparse.c77 while ((c = getc(f)) != EOF) {
477 /* with getc, we've read too far */
/freebsd-current/contrib/diff/src/
H A Ddiff3.c1644 c = getc (infile);
1699 while ((c = getc (infile)) != '\n')
1713 while ((c = getc (infile)) != EOF || !(ferror (infile) | feof (infile)))
/freebsd-current/contrib/dialog/
H A Dprogressbox.c154 int ch = getc(fp);
/freebsd-current/contrib/bzip2/
H A Dbzip2recover.c205 Int32 retVal = getc ( bs->handle );
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1046 if ((c=getc(fin)) == EOF) {
1137 if ((c=getc(fout)) == EOF) {
1350 while ((c = getc(instr)) != EOF) {
1575 while ((c = getc(fin)) != EOF) {
/freebsd-current/sys/arm/freescale/vybrid/
H A Dvf_uart.c129 .getc = vf_uart_getc,
/freebsd-current/usr.bin/usbhidaction/
H A Dusbhidaction.c269 c = getc(f);
/freebsd-current/usr.bin/dc/
H A Dinout.c79 return (src->lastchar = getc(src->u.stream));
/freebsd-current/lib/libc/tests/stdio/
H A Dgetdelim_test.c162 getc(fp);
/freebsd-current/usr.sbin/lpr/common_source/
H A Dcommon.c88 while ((c = getc(cfp)) != '\n' && (size_t)(linel+1) < sizeof(line)) {
/freebsd-current/contrib/smbfs/lib/smb/
H A Drcfile.c251 while ((c = getc (f)) != EOF) {
/freebsd-current/sys/riscv/sifive/
H A Dsifive_uart.c528 .getc = sfuart_getc,
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Dprscan.c1029 c = getc (Handle);
/freebsd-current/stand/userboot/test/
H A Dtest.c532 .getc = test_getc,
/freebsd-current/usr.bin/diff3/
H A Ddiff3.c498 c = getc(fp[0]);
499 d = getc(fp[1]);
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_leapsec.c416 rcheck = leapsec_validate((leapsec_reader)&getc, ifp);
447 if (!leapsec_load(pt, (leapsec_reader)getc, ifp, TRUE)) {
/freebsd-current/contrib/byacc/
H A Dreader.c351 if (saw_eof || (c = getc(f)) == EOF)
385 c = getc(f);
/freebsd-current/libexec/ftpd/
H A Dftpd.c1700 if ((c=getc(fin)) == EOF) {
1780 if ((c=getc(fout)) == EOF) {
2044 c = getc(instr);
2056 " on file after getc()");
2243 c = getc(instr);
2269 " on data stream after getc()");
2332 while ((c = getc(fin)) != EOF) {

Completed in 214 milliseconds

1234567