Searched refs:putc (Results 126 - 148 of 148) sorted by relevance

123456

/freebsd-current/sys/dev/uart/
H A Duart_dev_imx.c84 .putc = imx_uart_putc,
H A Duart_dev_z8530.c201 .putc = z8530_putc,
/freebsd-current/contrib/bmake/
H A Dutil.c393 putc('\0', &fakebuf);
/freebsd-current/usr.bin/msgs/
H A Dmsgs.c641 putc('\n', outf);
/freebsd-current/libexec/ftpd/
H A Dftpd.c2005 * XXX We have to block SIGURG during putc() because BSD stdio
2016 ret = putc((ch), (file)); \
2345 (void) putc('\r', stdout);
2354 (void) putc(' ', stdout);
2355 (void) putc(c, stdout);
/freebsd-current/contrib/ncurses/progs/
H A Dtset.c887 (void) putc('\r', stderr);
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1111 putc ('\r', fout);
1120 putc (c, fout);
/freebsd-current/contrib/unifdef/
H A Dunifdef.c470 putc(*c, stderr);
471 putc('\n', stderr);
/freebsd-current/contrib/byacc/test/yacc/
H A Dexpr.oxout.tab.c1505 if (j == 0) fputs(" : ",stderr); else putc(' ',stderr);
1536 putc('\n',stderr);
/freebsd-current/contrib/byacc/test/btyacc/
H A Dexpr.oxout.tab.c1655 if (j == 0) fputs(" : ",stderr); else putc(' ',stderr);
1686 putc('\n',stderr);
/freebsd-current/usr.bin/fetch/
H A Dfetch.c371 putc('\n', stderr);
/freebsd-current/sys/powerpc/ofw/
H A Dofw_syscons.c134 .putc = ofwfb_putc,
/freebsd-current/usr.bin/pr/
H A Dpr.c147 (void)putc('\a', stderr);
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c268 .putc = bcmfb_putc,
/freebsd-current/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c1180 putc(ch, stdout);
/freebsd-current/contrib/ntp/ntpdc/
H A Dntpdc.c1149 putc('\n', stderr);
H A Dntpdc_ops.c2905 putc(' ', fp);
/freebsd-current/usr.bin/dc/
H A Dbcode.c510 (void)putc('\n', stderr);
/freebsd-current/contrib/tnftp/src/
H A Dcmds.c1454 putc('\n', ttyout);
/freebsd-current/contrib/ee/
H A Dee.c2545 putc(*tmp_point, temp_fp);
2551 putc(cr, temp_fp);
/freebsd-current/sys/contrib/zlib/
H A Ddeflate.c1578 do { putc(s->window[start++], stderr); } while (--length != 0);
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c2699 if ((putc(c, dst)) == EOF)
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 578 milliseconds

123456