Searched refs:putc (Results 151 - 175 of 248) sorted by relevance

12345678910

/freebsd-12-stable/contrib/gcc/config/i386/
H A Di386.c7526 putc ('.', file);
7591 putc ('+', file);
7598 putc ('+', file);
7605 putc (ASSEMBLER_DIALECT == ASM_INTEL ? '(' : '[', file);
7607 putc ('-', file);
7610 putc (ASSEMBLER_DIALECT == ASM_INTEL ? ')' : ']', file);
7889 putc ('%', file);
7947 putc (code == 8 && TARGET_64BIT ? 'r' : 'e', file);
8041 putc ('*', file);
8052 putc ('*', fil
[all...]
/freebsd-12-stable/contrib/tnftp/src/
H A Dfetch.c1238 (void)putc('#', ttyout);
1281 (void)putc('#', ttyout);
1282 (void)putc('\n', ttyout);
/freebsd-12-stable/contrib/gperf/src/
H A Dsearch.cc782 putc (keyword->_selchars[j], stderr);
889 putc (keyword->_selchars[j], stderr);
1676 putc (ptr->first()->_selchars[j], stderr);
/freebsd-12-stable/contrib/tcpdump/
H A Dtcpdump.c2254 putc('\n', stderr);
2260 putc('\n', stderr);
2267 putc('\n', stderr);
2271 putc('\n', stderr);
/freebsd-12-stable/contrib/amd/fsinfo/
H A Dfsi_util.c177 putc('\n', stdout);
/freebsd-12-stable/contrib/bmake/
H A Dutil.c399 putc('\0', &fakebuf);
/freebsd-12-stable/sys/dev/uart/
H A Duart_dev_msm.c133 .putc = msm_putc,
H A Duart_dev_mvebu.c147 .putc = uart_mvebu_putc,
H A Duart_dev_pl011.c169 .putc = uart_pl011_putc,
H A Duart_dev_quicc.c158 .putc = quicc_putc,
H A Duart_kbd_sun.c715 sc->sc_sysdev->ops->putc(&sc->sc_sysdev->bas, SKBD_CMD_SETLED);
716 sc->sc_sysdev->ops->putc(&sc->sc_sysdev->bas, c);
/freebsd-12-stable/sys/mips/atheros/
H A Duart_dev_ar933x.c211 .putc = ar933x_putc,
/freebsd-12-stable/sys/mips/mediatek/
H A Duart_dev_mtk.c78 .putc = mtk_uart_putc,
/freebsd-12-stable/sys/arm/freescale/vybrid/
H A Dvf_uart.c129 .putc = vf_uart_putc,
/freebsd-12-stable/sbin/shutdown/
H A Dshutdown.c233 (void)putc('\n', stdout);
/freebsd-12-stable/usr.bin/gencat/
H A Dgencat.c192 putc(' ', stderr);
/freebsd-12-stable/usr.bin/m4/
H A Dgnum4.c694 putc(c, active);
H A Dmain.c538 putc(c, active);
/freebsd-12-stable/contrib/gcc/
H A Dcfg.c534 putc ('\n', file);
599 putc ('\n', file);
H A Dprint-tree.c57 putc ('\n', stderr);
757 putc (ch, file);
H A Dread-rtl.c195 putc ('\n', stderr);
815 putc ('\n', stdout);
H A Dfix-header.c294 printf\0putc\0putchar\0puts\0remove\0rename\0rewind\0scanf\0setbuf\0\
682 /* Traditionally, getc and putc are defined in terms of _filbuf and _flsbuf.
813 || !strcmp (fn->fname, "putc")
1287 putc ('(', outf);
1297 putc (c, outf);
/freebsd-12-stable/contrib/byacc/test/
H A Dexpr.oxout.y1306 if (j == 0) fputs(" : ",stderr); else putc(' ',stderr);
1337 putc('\n',stderr);
/freebsd-12-stable/release/picobsd/tinyware/msh/
H A Dsh3.c733 putc('0'+((i>>n)&07));
734 putc('\n');
/freebsd-12-stable/usr.bin/patch/
H A Dpatch.c1067 putc(*s, ofp);
1069 putc('\n', ofp);

Completed in 399 milliseconds

12345678910