Searched refs:fputc (Results 201 - 225 of 267) sorted by relevance

1234567891011

/freebsd-12-stable/contrib/mandoc/
H A Dmandocdb.c2336 fputc('/', stderr);
2366 fputc('\n', stderr);
/freebsd-12-stable/contrib/tcpdump/
H A Dtcpdump.c311 (void)fputc('\n', stderr);
330 (void)fputc('\n', stderr);
/freebsd-12-stable/contrib/gcc/
H A Dregrename.c362 fputc ('\n', dump_file);
1910 fputc ('\n', stderr);
H A Dprint-tree.c761 fputc ('\"', file);
H A Dtoplev.c701 fputc ('\n', asm_file);
H A Ddf-core.c1340 fputc ('\n', stderr);
H A Dgcc.c2892 fputc ('\n', stderr);
2908 fputc ('\\', stderr);
2909 fputc (*p, stderr);
2911 fputc ('"', stderr);
H A Dgensupport.c133 fputc ('\n', stderr);
H A Dsys-protos.h393 extern int fputc(int, FILE *);
/freebsd-12-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c924 WRAPPER2(int, fputc, int c, FILE *stream)
928 "fputc stream");
929 return fputc (c, stream);
/freebsd-12-stable/contrib/libedit/
H A Dterminal.c1204 return fputc(c, terminal_outfile);
1302 (void) fputc('\n', el->el_outfile);
/freebsd-12-stable/contrib/gcc/config/arm/
H A Darm.c7202 fputc (',', f);
7834 fputc ('\n', dump_file);
8431 fputc ('\t', stream);
8467 fputc ('\t', stream);
11362 fputc ('#', stream);
11395 fputc ('\n', asm_out_file);
14794 fputc ('\n', f);
14917 fputc ('\n', file);
14976 fputc ('\n', file);
15680 fputc ('\
[all...]
/freebsd-12-stable/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc286 fputc(kDeathTestInternalError, parent);
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf32-mep.c881 fputc ('\n', file);
H A Dpeicode.h340 fputc ('\n', file);
/freebsd-12-stable/contrib/binutils/binutils/
H A Ddllwrap.c138 fputc ('\n', stderr);
H A Dprdbg.c2386 fputc ('\n', info->f);
2727 fputc ('\n', info->f);
/freebsd-12-stable/lib/libc/resolv/
H A Dres_debug.c262 fputc('\n', file);
/freebsd-12-stable/lib/libfetch/
H A Dcommon.c176 fputc('\n', stderr);
/freebsd-12-stable/crypto/openssh/
H A Dhostfile.c439 fputc('\n', f);
/freebsd-12-stable/sbin/routed/
H A Drdisc.c144 (void)fputc('\n',ftrace);
/freebsd-12-stable/tools/tools/ath/athprom/
H A Dathprom.c974 fputc(c, fd);
/freebsd-12-stable/contrib/gcc/config/sparc/
H A Dsparc.c6716 fputc ('8', file);
6931 fputc ('[', file);
6936 fputc (']', file);
6942 fputc (')', file);
6952 fputc (')', file);
7764 fputc ('\n', asm_out_file);
/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq.c634 fputc('\n', current_output);
637 fputc('\n', current_output);
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-sparc.c649 fputc ('\n', stream);
662 fputc ('\n', stream);

Completed in 570 milliseconds

1234567891011