Searched refs:fputc (Results 76 - 100 of 267) sorted by relevance

1234567891011

/freebsd-12-stable/libexec/comsat/
H A Dcomsat.c276 (void)fputc('^', tp);
279 (void)fputc(ch, tp);
/freebsd-12-stable/usr.bin/fstat/
H A Dfuser.c136 fputc(uflags[i].ch, stderr);
139 fputc(fflags[i].ch, stderr);
/freebsd-12-stable/usr.bin/uniq/
H A Duniq.c215 fputc('\n', ofp);
233 fputc('\n', ofp);
/freebsd-12-stable/usr.sbin/makefs/
H A Dmtree.c132 fputc('\n', stderr);
145 fputc('\n', stderr);
/freebsd-12-stable/usr.bin/sed/
H A Dprocess.c94 if (psanl) fputc('\n', outfile); \
627 fputc('$', outfile);
628 fputc('\n', outfile);
661 (void)fputc('$', outfile);
662 (void)fputc('\n', outfile);
/freebsd-12-stable/contrib/gcc/
H A Dvmsdbgout.c563 fputc ('\n', asm_out_file);
572 fputc ('\n', asm_out_file);
590 fputc ('\n', asm_out_file);
608 fputc ('\n', asm_out_file);
626 fputc ('\n', asm_out_file);
643 fputc ('\n', asm_out_file);
661 fputc ('\n', asm_out_file);
680 fputc ('\n', asm_out_file);
698 fputc ('\n', asm_out_file);
970 fputc ('\
[all...]
H A Dconflict.c364 fputc ('\n', fp);
/freebsd-12-stable/contrib/ofed/libibmad/
H A Ddump.c1207 fputc(HEX(*cp >> 4), file);
1208 fputc(HEX(*cp & 0xf), file);
1211 fputc(HEX(cp[1] >> 4), file);
1212 fputc(HEX(cp[1] & 0xf), file);
1214 fputc(' ', file);
1216 fputc('\n', file);
1220 fputc('\n', file);
/freebsd-12-stable/contrib/gcc/config/sparc/
H A Dsparc.h1798 fputc (')', FILE); \
2299 fputc ('\n', FILE); \
2315 fputc ('-', FILE); \
2317 fputc ('\n', FILE); \
2447 fputc ('+', FILE), output_addr_const (FILE, index); \
2467 fputc (')', FILE); \
2482 fputc (')', FILE); \
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fmemopen.c962 * test fmemopen_write + fputc(3)
966 ATF_CHECK(fputc(t->s[i], fp) == t->s[i]);
976 ATF_CHECK(fputc(0x1, fp) == EOF);
981 ATF_CHECK(fputc('\0', fp) == '\0');
986 ATF_CHECK(fputc('\0', fp) == EOF);
1037 ATF_CHECK(fputc('\0', fp) == EOF);
1070 * test fmemopen_write + fputc(3)
1075 ATF_CHECK(fputc(t->s[i - len], fp)
1086 ATF_CHECK(fputc(0x1, fp) == EOF);
1091 ATF_CHECK(fputc('\
[all...]
/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A Denum.c120 fputc(' ', option_usage_fp);
122 fputc(' ', option_usage_fp);
125 fputc(NL, option_usage_fp);
H A Dusage.c353 fputc(NL, option_usage_fp);
980 fputc(DIRCH, option_usage_fp);
985 fputc(NL, option_usage_fp);
1011 fputc(' ', option_usage_fp);
1166 fputc(NL, option_usage_fp);
1207 fputc(NL, option_usage_fp);
/freebsd-12-stable/contrib/gcc/config/s390/
H A Ds390.h887 fputc ('\n', (FILE)); \
897 fputc ('-', (FILE)); \
900 fputc ('\n', (FILE)); \
/freebsd-12-stable/contrib/xz/src/xz/
H A Dmessage.c210 fputc('\n', file);
611 fputc('\n', stderr);
697 fputc('\n', stderr);
730 fputc('\n', stderr);
/freebsd-12-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h30 int fputc(int, FILE *);
/freebsd-12-stable/contrib/gcc/config/arm/
H A Daof.h178 fputc ('\n', (STREAM)))
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Derrors.c65 fputc (' ', stderr);
/freebsd-12-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h30 int fputc(int, FILE *);
/freebsd-12-stable/lib/libc/stdio/
H A DMakefile.inc13 fputc.c fputs.c \
80 MLINKS+=putc.3 fputc.3 putc.3 putc_unlocked.3 putc.3 putchar.3 \
/freebsd-12-stable/lib/libc/tests/stdio/
H A Dopen_memstream2_test.c101 fputc('o', fp);
/freebsd-12-stable/crypto/openssh/regress/
H A Dcheck-perm.c29 fputc('\n', stderr);
/freebsd-12-stable/usr.sbin/ctm/ctm/
H A Dctm_passb.c121 if (cnt != fwrite(name,1,cnt,b) || EOF == fputc('\n',b)) {
/freebsd-12-stable/usr.sbin/spi/
H A Dspi.c766 err = fputc(' ', stdout) == EOF;
774 err = fputc('\n', stdout) == EOF;
947 fputc('.', stderr);
950 fputc(' ', stderr);
/freebsd-12-stable/contrib/openpam/lib/libpam/
H A Dopenpam_ttyconv.c352 fputc('\n', stderr);
358 fputc('\n', stdout);
/freebsd-12-stable/crypto/openssl/apps/
H A Ds_time.c252 fputc(ver, stdout);
333 fputc(ver, stdout);

Completed in 372 milliseconds

1234567891011