Searched refs:putc (Results 51 - 75 of 248) sorted by relevance

12345678910

/freebsd-12-stable/usr.sbin/cron/cron/
H A Ddo_command.c420 putc('\\', out);
427 putc(ch, out);
432 putc('\\', out);
434 putc('\n', out);
531 putc(ch, mail);
542 putc(ch, mail);
/freebsd-12-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h80 #undef putc macro
127 using ::putc;
/freebsd-12-stable/contrib/less/
H A Dlsystem.c344 if (putc(c, f) == EOF)
356 if (putc(c, f) == EOF)
/freebsd-12-stable/sys/dev/uart/
H A Duart_cpu.h47 void (*putc)(struct uart_bas *, int); member in struct:uart_ops
140 di->ops->putc(&di->bas, c);
/freebsd-12-stable/gnu/usr.bin/grep/
H A Derror.c182 putc ('\n', stderr);
265 putc ('\n', stderr);
/freebsd-12-stable/contrib/mandoc/
H A Ddba_write.c109 if (putc(c, ofp) == EOF)
/freebsd-12-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h69 using std::putc;
/freebsd-12-stable/contrib/gcc/config/sparc/
H A Dlinux.h161 putc ('\n', (FILE)); \
H A Dlinux64.h297 putc ('\n', (FILE)); \
/freebsd-12-stable/contrib/byacc/
H A Dgraph.c74 putc('.', graph_file);
/freebsd-12-stable/stand/userboot/
H A Duserboot.h70 void (*putc)(void *arg, int ch); member in struct:loader_callbacks
/freebsd-12-stable/contrib/diff/lib/
H A Derror.c79 # undef putc macro
80 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
183 putc ('\n', stderr);
/freebsd-12-stable/contrib/diff/src/
H A Difdef.c203 putc (c, out);
299 putc (c, out);
337 putc (value, out);
/freebsd-12-stable/usr.bin/tset/
H A Dset.c270 (void)putc('\r', stderr);
295 (void)putc('\r', stderr); /* Force to left margin. */
320 putc('\r', stderr);
/freebsd-12-stable/bin/pax/
H A Dar_subs.c303 (void)putc('\n', listf);
324 (void)putc('\n', listf);
491 (void)putc('\n', listf);
509 (void)putc('\n', listf);
888 (void)putc('\n', listf);
908 (void)putc('\n', listf);
938 (void)putc('\n', listf);
/freebsd-12-stable/contrib/tnftp/src/
H A Dftp.c337 putc('\n', ttyout);
452 (void)putc(c, ttyout);
485 (void)putc(c, ttyout);
624 (void)putc('#', ttyout);
645 (void)putc('#', ttyout);
646 (void)putc('\n', ttyout);
805 (void)putc('#', ttyout);
811 (void)putc('\r', dout);
814 (void)putc(c, dout);
818 (void)putc('\
[all...]
/freebsd-12-stable/usr.bin/dtc/
H A Dfdt.cc188 putc('"', file);
209 putc(i, file);
216 putc('"', file);
222 putc('<', file);
237 putc(' ', file);
240 putc('>', file);
246 putc('[', file);
252 putc(' ', file);
255 putc(']', file);
650 putc('\
[all...]
H A Dinput_buffer.cc244 putc(' ', depfile);
290 putc(' ', depfile);
1085 putc('\n', stderr);
1089 putc(c, stderr);
1091 putc('^', stderr);
1092 putc('\n', stderr);
/freebsd-12-stable/contrib/binutils/ld/
H A Dldmisc.c74 putc (*fmt, fp);
85 putc ('%', fp);
134 putc (' ', fp);
/freebsd-12-stable/tools/tools/net80211/wlanwatch/
H A Dwlanwatch.c111 (void) putc(i, fp);
114 (void) putc(i, fp);
120 putc('>', fp);
/freebsd-12-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c480 putc (' ', (i & 1) == 0 ? stdout : stderr);
483 putc ('\n', stdout);
484 putc ('\n', stderr);
508 putc (c, e);
/freebsd-12-stable/contrib/libpcap/rpcapd/
H A Dlog.c84 putc('\n', stderr);
/freebsd-12-stable/contrib/gcc/
H A Ddbxout.c437 putc ('0', asm_out_file);
442 putc ('-', asm_out_file);
452 putc (*p, asm_out_file);
481 putc ('\n', asm_out_file);
490 putc ('-', asm_out_file);
492 putc ('\n', asm_out_file);
536 putc ('\n', asm_out_file);
561 putc (',', asm_out_file);
583 putc (',', asm_out_file);
594 putc (',', asm_out_fil
[all...]
H A Ddefaults.h83 putc ('\\', asm_out_file); \
85 putc (c, asm_out_file); \
212 putc ('\n', STREAM); \
238 putc ('\n', STREAM); \
/freebsd-12-stable/contrib/gperf/src/
H A Dhash-table.cc119 putc (_table[i]->_selchars[j], stderr);

Completed in 466 milliseconds

12345678910