Searched refs:getc (Results 126 - 150 of 161) sorted by relevance

1234567

/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c123 return getc(F);
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c123 return getc(F);
/freebsd-current/contrib/wireguard-tools/
H A Dconfig.c143 while ((c = getc(f)) != EOF) {
150 perror("getc");
/freebsd-current/contrib/less/
H A Dfilename.c520 if ((ch = getc(fd)) == '\n' || ch == EOF)
/freebsd-current/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpimport.c241 if ((c = getc(input->fp)) != EOF)
/freebsd-current/usr.bin/at/
H A Dat.c611 while((ch = getc(fp)) != EOF) {
/freebsd-current/usr.bin/m4/
H A Deval.c757 while ((c = getc(pf)) != EOF)
/freebsd-current/usr.bin/mail/
H A Dcmd3.c150 while ((c = getc(f)) != EOF)
/freebsd-current/usr.bin/gprof/
H A Dprintgprof.c680 while ( ( input = getc( blurbfile ) ) != EOF ) {
/freebsd-current/usr.bin/tip/tip/
H A Dcmds.c323 c = getc(fp);
/freebsd-current/lib/libc/net/
H A Drcmd.c586 while ((ch = getc(hostf)) != '\n' && ch != EOF);
/freebsd-current/sys/arm/xilinx/
H A Duart_dev_cdnc.c161 .getc = cdnc_uart_getc,
/freebsd-current/usr.sbin/bhyveload/
H A Dbhyveload.c647 .getc = cb_getc,
/freebsd-current/sys/dev/uart/
H A Duart_dev_imx.c86 .getc = imx_uart_getc,
H A Duart_dev_z8530.c203 .getc = z8530_getc,
H A Duart_dev_ns8250.c321 .getc = ns8250_getc,
/freebsd-current/sbin/fsck_ffs/
H A Dfsutil.c139 c = getc(stdin);
140 while (c != '\n' && getc(stdin) != '\n') {
/freebsd-current/contrib/bsnmp/snmpd/
H A Dconfig.c341 if ((c = getc(input->input_fp)) == EOF) {
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dlex.c212 * if we're using stdio for input, then we want to use getc()
952 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dlex.c212 * if we're using stdio for input, then we want to use getc()
629 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-lex.c212 * if we're using stdio for input, then we want to use getc()
608 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
/freebsd-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c211 * if we're using stdio for input, then we want to use getc()
611 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
/freebsd-current/contrib/sendmail/vacation/
H A Dvacation.c479 while (getc(stdin) != EOF)
/freebsd-current/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c398 if ((c = getc(input->fp)) != EOF)
/freebsd-current/contrib/ntp/ntpdc/
H A Dntpdc.c1976 i < ilim && (c = getc(fi)) != '\n' && c != EOF;

Completed in 163 milliseconds

1234567