Home
last modified time | relevance | path

Searched refs:fputc (Results 1 – 25 of 209) sorted by relevance

123456789

/freebsd-14.2/contrib/file/src/
H A Dprint.c64 (void) fputc('~', stderr); in file_mdump()
74 (void) fputc('~', stderr); in file_mdump()
78 (void) fputc('/', stderr); in file_mdump()
91 (void) fputc(CHAR_TEXTTEST, stderr); in file_mdump()
93 (void) fputc(CHAR_BINTEST, stderr); in file_mdump()
95 (void) fputc(CHAR_PSTRING_1_BE, stderr); in file_mdump()
97 (void) fputc(CHAR_PSTRING_2_BE, stderr); in file_mdump()
99 (void) fputc(CHAR_PSTRING_2_LE, stderr); in file_mdump()
105 (void) fputc( in file_mdump()
117 (void) fputc('?', stderr); in file_mdump()
[all …]
/freebsd-14.2/usr.bin/bintrans/
H A Dqp.c59 fputc(*body, fpo); in decode_quoted_printable()
72 fputc(*body, fpo); in decode_quoted_printable()
76 fputc(*body, fpo); in decode_quoted_printable()
79 fputc(decode_char(body), fpo); in decode_quoted_printable()
83 fputc(*body, fpo); in decode_quoted_printable()
113 fputc(*body, fpo); in encode_quoted_printable()
122 fputc('=', fpo); in encode_quoted_printable()
124 fputc('\n', fpo); in encode_quoted_printable()
128 fputc(*body, fpo); in encode_quoted_printable()
H A Duuencode.c200 fputc('\n', output); in base64_encode()
204 fputc('\n', output); in base64_encode()
223 if (fputc(ch, output) == EOF) in encode()
234 if (fputc(ch, output) == EOF) in encode()
238 if (fputc(ch, output) == EOF) in encode()
242 if (fputc(ch, output) == EOF) in encode()
246 if (fputc(ch, output) == EOF) in encode()
249 if (fputc('\n', output) == EOF) in encode()
/freebsd-14.2/contrib/ntp/sntp/libopts/
H A Dversion.c61 fputc(NL, fp); in emit_first_line()
95 fputc(NL, fp); in emit_copy_full()
99 fputc(NL, fp); in emit_copy_full()
120 fputc(NL, fp); in emit_copy_note()
124 fputc(NL, fp); in emit_copy_note()
128 fputc(NL, fp); in emit_copy_note()
H A Dputshell.c226 fputc(APOSTROPHE, stdout); in print_quot_str()
241 fputc(APOSTROPHE, stdout); in print_quot_str()
246 fputc(APOSTROPHE, stdout); in print_quot_str()
254 fputc(APOSTROPHE, stdout); in print_quot_str()
293 if (IS_LOWER_CASE_CHAR(ch)) fputc(toupper(ch), stdout); in print_membership()
294 else if (IS_UPPER_CASE_CHAR(ch)) fputc(ch, stdout); in print_membership()
297 else fputc('_', stdout); in print_membership()
341 fputc(' ', stdout); in print_reordering()
/freebsd-14.2/bin/pax/
H A Dtty_subs.c149 (void)fputc('\n', stderr); in paxwarn()
155 (void)fputc('\n', stderr); in paxwarn()
177 (void)fputc('\n', stderr); in syswarn()
189 (void)fputc('\n', stderr); in syswarn()
/freebsd-14.2/usr.bin/ident/
H A Dident.c92 fputc('$', buffp); in scan()
93 fputc(c, buffp); in scan()
106 fputc(c, buffp); in scan()
136 fputc(c, buffp); in scan()
170 fputc(c, buffp); in scan()
/freebsd-14.2/crypto/openssh/openbsd-compat/
H A Dbsd-err.c45 fputc('\n', stderr); in err()
59 fputc('\n', stderr); in errx()
74 fputc('\n', stderr); in warn()
/freebsd-14.2/sbin/routed/
H A Dtrace.c170 (void)fputc('\n',ftrace); in tmsg()
226 (void)fputc('\n',ftrace); in trace_off()
643 (void)fputc('\n',ftrace); in trace_if()
701 (void)fputc('\n',ftrace); in trace_upslot()
719 (void)fputc('\n',ftrace); in trace_misc()
737 (void)fputc('\n',ftrace); in trace_act()
755 (void)fputc('\n',ftrace); in trace_pkt()
797 (void)fputc('\n',ftrace); in trace_change()
813 (void)fputc('\n',ftrace); in trace_add_del()
843 (void)fputc('\n',ftrace); in walk_trace()
[all …]
/freebsd-14.2/sbin/ipf/libipf/
H A Dmb_hexdump.c26 fputc(' ', fp); in mb_hexdump()
29 fputc('\n', fp); in mb_hexdump()
/freebsd-14.2/contrib/diff/lib/
H A Dunlocked-io.h74 # undef fputc
75 # define fputc(x,y) fputc_unlocked (x,y) macro
77 # define fputc_unlocked(x,y) fputc (x,y)
/freebsd-14.2/usr.bin/mkimg/
H A Dmkimg.c144 fputc('\n', stderr); in usage()
151 fputc('\n', stderr); in usage()
166 fputc('\n', stderr); in usage()
168 fputc('\n', stderr); in usage()
170 fputc('\n', stderr); in usage()
710 fputc('\n', stderr); in main()
716 fputc('\n', stderr); in main()
736 fputc('\n', stderr); in main()
/freebsd-14.2/contrib/bc/gen/
H A Dstrgen.c477 if (!count && fputc('\t', out) == EOF) goto err; in main()
488 if (fputc('\n', out) == EOF) goto err; in main()
496 if (!count && (fputc(' ', out) == EOF || fputc(' ', out) == EOF)) goto err; in main()
/freebsd-14.2/contrib/mandoc/
H A Dcompat_err.c80 fputc('\n', stderr); in errx()
102 fputc('\n', stderr); in warnx()
/freebsd-14.2/libexec/rbootd/
H A Dutils.c135 (void) fputc('\n', DbgFp); in DispPkt()
141 (void) fputc(rmp->r_brq.rmp_machtype[i], DbgFp); in DispPkt()
178 (void) fputc('\n', DbgFp); in DispPkt()
252 (void) fputc(*flnm++, DbgFp); in DspFlnm()
/freebsd-14.2/lib/libc/gen/
H A Dsyslog.c251 fputc(ch, fmt_fp); in vsyslog1()
252 fputc(ch, fmt_fp); in vsyslog1()
254 fputc(ch, fmt_fp); in vsyslog1()
259 fputc(0, fmt_fp); in vsyslog1()
/freebsd-14.2/usr.bin/rpcgen/
H A Drpc_util.c327 (void) fputc('\t', f); in tabify()
395 (void) fputc(c, stderr); in printbuf()
416 (void) fputc('^', stderr); in printwhere()
419 (void) fputc('\n', stderr); in printwhere()
/freebsd-14.2/usr.bin/at/
H A Dat.c387 fputc('\\', fp); in writefile()
391 fputc(*ap, fp); in writefile()
394 fputc('\n', fp); in writefile()
409 fputc('\\', fp); in writefile()
411 fputc(*ap, fp); in writefile()
421 fputc(ch, fp); in writefile()
/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dcomp_error.c111 fputc(':', stderr); in where_is_problem()
112 fputc(' ', stderr); in where_is_problem()
/freebsd-14.2/sys/contrib/openzfs/lib/libshare/os/freebsd/
H A Dnfs.c120 fputc('\t', tmpfile) == EOF || in nfs_enable_share_impl()
122 fputc('\n', tmpfile) == EOF) { in nfs_enable_share_impl()
/freebsd-14.2/contrib/libpcap/testprogs/
H A Dnonblocktest.c65 (void)fputc('\n', stderr); in error()
84 (void)fputc('\n', stderr); in warning()
H A Dopentest.c222 (void)fputc('\n', stderr); in error()
241 (void)fputc('\n', stderr); in warning()
/freebsd-14.2/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fputc.c95 putstr(fputc); in ATF_TC_BODY()
111 puterr(fputc); in ATF_TC_BODY()
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dacclib.h357 #define putchar(c) fputc(stdout, c)
420 fputc (
/freebsd-14.2/usr.sbin/bhyve/
H A Dconfig.c254 fputc('%', valfp); in _expand_config_value()
266 fputc('%', valfp); in _expand_config_value()
311 fputc(*vp, valfp); in _expand_config_value()

123456789