Searched refs:fputc (Results 26 - 50 of 267) sorted by relevance

1234567891011

/freebsd-12-stable/contrib/bc/gen/
H A Dstrgen.c168 if (!count && fputc('\t', out) == EOF) goto err;
177 if (fputc('\n', out) == EOF) goto err;
184 if (!count && (fputc(' ', out) == EOF || fputc(' ', out) == EOF)) goto err;
/freebsd-12-stable/contrib/bmake/
H A Dtrace.c107 fputc('\n', trfile);
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_error.c101 fputc(':', stderr);
102 fputc(' ', stderr);
/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A Dputshell.c242 fputc(APOSTROPHE, stdout);
257 fputc(APOSTROPHE, stdout);
262 fputc(APOSTROPHE, stdout);
270 fputc(APOSTROPHE, stdout);
309 if (IS_LOWER_CASE_CHAR(ch)) fputc(toupper(ch), stdout);
310 else if (IS_UPPER_CASE_CHAR(ch)) fputc(ch, stdout);
313 else fputc('_', stdout);
357 fputc(' ', stdout);
/freebsd-12-stable/contrib/gcc/config/mips/
H A Diris.h44 fputc ('\t', FILE); \
48 fputc ('\n', FILE); \
H A Dlinux.h132 fputc ( '\t', FILE); \
136 fputc ( '\n', FILE); \
/freebsd-12-stable/contrib/gcc/config/
H A Dnetbsd-aout.h103 fputc ('\n', FILE); \
105 fputc ('\n', FILE); \
/freebsd-12-stable/contrib/amd/fsinfo/
H A Dfsi_util.c58 fputc('\n', stdout);
74 fputc('*', stdout);
78 fputc(' ', stdout);
96 fputc('\n', stdout);
114 fputc('\n', stderr);
129 fputc('\n', stderr);
144 fputc('\n', stderr);
158 fputc('\n', stderr);
174 fputc('#', stdout);
223 fputc('*', stdou
[all...]
/freebsd-12-stable/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c388 fputc('_', fp);
391 fputc(isalnum(*name) ? *name : '_', fp);
417 fputc('\\', fp);
418 fputc(*name++, fp);
420 fputc('"', fp);
427 fputc('}', fp);
506 fputc(' ', fp);
508 fputc('\n', fp);
513 fputc(' ', fp);
515 fputc('\
[all...]
/freebsd-12-stable/contrib/gcc/config/i386/
H A Di386-interix.h195 fputc ('\n', (FILE)); \
204 fputc ('\n', (FILE)); \
215 fputc (',', (FILE)); \
H A Dfreebsd.h227 fputc ('-', asm_out_file); \
238 fputc ('-', asm_out_file); \
H A Ddjgpp.h146 fputc ('\n', FILE); } while (0)
H A Dnetbsd-elf.h97 fputc('\n', FILE); } while (0)
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dargv.c320 if (EOF == fputc ('\\', f))
326 if (EOF == fputc (c, f))
334 if (EOF == fputc ('\n', f))
/freebsd-12-stable/contrib/apr-util/hooks/
H A Dapr_hooks.c210 fputc('\n',stdout);
297 fputc(',',stdout);
302 fputc(')',stdout);
309 fputc(',',stdout);
314 fputc(')',stdout);
316 fputc('\n',stdout);
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fputc.c40 static const char *path = "fputc";
90 atf_tc_set_md_var(tc, "descr", "A basic test of fputc(3)");
95 putstr(fputc);
106 atf_tc_set_md_var(tc, "descr", "Test errors from fputc(3)");
111 puterr(fputc);
/freebsd-12-stable/contrib/ntp/libntp/
H A Dgetopt.c23 #define putc fputc
/freebsd-12-stable/contrib/opie/
H A Dopiegen.c79 fputc('\n', stdout);
H A Dopieserv.c61 fputc('\n', stdout);
/freebsd-12-stable/contrib/gdb/gdb/gdbserver/
H A Dgdbreplay.c186 fputc (ch, stdout);
195 fputc (ch, stdout);
221 fputc (ch2, stdout);
225 fputc (ch2, stdout);
/freebsd-12-stable/contrib/libpcap/testprogs/
H A Dcan_set_rfmon_test.c92 (void)fputc('\n', stderr);
/freebsd-12-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h52 #undef fputc macro
/freebsd-12-stable/libexec/rbootd/
H A Dutils.c137 (void) fputc('\n', DbgFp);
143 (void) fputc(rmp->r_brq.rmp_machtype[i], DbgFp);
180 (void) fputc('\n', DbgFp);
254 (void) fputc(*flnm++, DbgFp);
/freebsd-12-stable/sbin/routed/
H A Dtrace.c190 (void)fputc('\n',ftrace);
246 (void)fputc('\n',ftrace);
663 (void)fputc('\n',ftrace);
721 (void)fputc('\n',ftrace);
739 (void)fputc('\n',ftrace);
757 (void)fputc('\n',ftrace);
775 (void)fputc('\n',ftrace);
817 (void)fputc('\n',ftrace);
833 (void)fputc('\n',ftrace);
863 (void)fputc('\
[all...]
/freebsd-12-stable/contrib/netbsd-tests/kernel/
H A Dgen_t_subr_prf26 return fputc(c, stderr);

Completed in 240 milliseconds

1234567891011