Searched refs:fputc (Results 1 - 25 of 270) sorted by relevance

1234567891011

/freebsd-10-stable/tools/test/testfloat/
H A DwriteHex.c34 fputc( a ? '1' : '0', stream );
44 fputc( '0' + digit, stream );
47 fputc( '0' + digit, stream );
57 fputc( '0' + digit, stream );
60 fputc( '0' + digit, stream );
63 fputc( '0' + digit, stream );
73 fputc( '0' + digit, stream );
76 fputc( '0' + digit, stream );
79 fputc( '0' + digit, stream );
82 fputc( '
[all...]
/freebsd-10-stable/contrib/gcc/config/mips/
H A Delf.h28 fputc ('\t', FILE); \
32 fputc ('\n', FILE); \
/freebsd-10-stable/contrib/file/src/
H A Dprint.c66 (void) fputc('~', stderr);
76 (void) fputc('~', stderr);
80 (void) fputc('/', stderr);
82 (void) fputc(CHAR_COMPACT_WHITESPACE, stderr);
84 (void) fputc(CHAR_COMPACT_OPTIONAL_WHITESPACE,
87 (void) fputc(CHAR_IGNORE_LOWERCASE, stderr);
89 (void) fputc(CHAR_IGNORE_UPPERCASE, stderr);
91 (void) fputc(CHAR_REGEX_OFFSET_START, stderr);
93 (void) fputc(CHAR_TEXTTEST, stderr);
95 (void) fputc(CHAR_BINTES
[all...]
/freebsd-10-stable/contrib/gcc/config/i386/
H A Dptx4-i.h69 fputc ('\n', (FILE)); \
78 fputc ('\n', (FILE)); \
89 fputc (',', (FILE)); \
H A Di386elf.h77 fputc ('\n', (FILE)); \
86 fputc ('\n', (FILE)); \
97 fputc (',', (FILE)); \
H A Dsysv4.h64 fputc ('\n', (FILE)); \
73 fputc ('\n', (FILE)); \
84 fputc (',', (FILE)); \
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dbsd-err.c39 fputc('\n', stderr);
53 fputc('\n', stderr);
68 fputc('\n', stderr);
/freebsd-10-stable/contrib/ipfilter/lib/
H A Dmb_hexdump.c28 fputc(' ', fp);
31 fputc('\n', fp);
/freebsd-10-stable/contrib/gcc/
H A Derrors.c53 fputc('\n', stderr);
68 fputc('\n', stderr);
85 fputc('\n', stderr);
100 fputc ('\n', stderr);
H A Ddwarf2asm.c90 fputc ('\n', asm_out_file);
122 fputc ('\n', asm_out_file);
154 fputc ('\n', asm_out_file);
187 fputc ('\n', asm_out_file);
210 fputc ('\n', asm_out_file);
232 fputc ('\n', asm_out_file);
265 fputc ('\\', asm_out_file);
267 fputc (c, asm_out_file);
273 fputc ('\n', asm_out_file);
547 fputc (',', asm_out_fil
[all...]
/freebsd-10-stable/lib/libc/stdio/
H A Dfputc.c34 static char sccsid[] = "@(#)fputc.c 8.1 (Berkeley) 6/4/93";
37 __FBSDID("$FreeBSD: stable/10/lib/libc/stdio/fputc.c 321074 2017-07-17 14:09:34Z kib $");
46 fputc(int c, FILE *fp) function
/freebsd-10-stable/contrib/ofed/management/libibcommon/src/
H A Dutil.c117 fputc(HEX(*cp >> 4), file);
118 fputc(HEX(*cp & 0xf), file);
121 fputc(HEX(cp[1] >> 4), file);
122 fputc(HEX(cp[1] & 0xf), file);
124 fputc(' ', file);
126 fputc('\n', file);
130 fputc('\n', file);
/freebsd-10-stable/bin/pax/
H A Dtty_subs.c149 (void)fputc('\n', stderr);
155 (void)fputc('\n', stderr);
177 (void)fputc('\n', stderr);
189 (void)fputc('\n', stderr);
/freebsd-10-stable/release/picobsd/tinyware/help/
H A Dhelp.c80 (void)fputc('\n', stderr);
111 (void)fputc('\n', stdout);
116 (void)fputc(c, stdout);
124 (void)fputc('\n', stdout);
137 (void)fputc('\n', stdout);
153 (void)fputc('\n', stdout);
/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A Dversion.c61 fputc(NL, fp);
95 fputc(NL, fp);
99 fputc(NL, fp);
120 fputc(NL, fp);
124 fputc(NL, fp);
128 fputc(NL, fp);
/freebsd-10-stable/usr.bin/uuencode/
H A Duuencode.c188 if (fputc(ch, output) == EOF)
199 if (fputc(ch, output) == EOF)
203 if (fputc(ch, output) == EOF)
207 if (fputc(ch, output) == EOF)
211 if (fputc(ch, output) == EOF)
214 if (fputc('\n', output) == EOF)
/freebsd-10-stable/contrib/gcc/config/ia64/
H A Dsysv4.h73 fputc ('#', STREAM); \
109 fputc ('\n', FILE); \
120 fputc ('\n', FILE); \
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dpartition.c155 fputc ('[', fp);
173 fputc ('(', fp);
176 fputc (')', fp);
178 fputc (']', fp);
/freebsd-10-stable/contrib/gcclibs/libgomp/
H A Derror.c46 fputc ('\n', stderr);
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dpartition.c155 fputc ('[', fp);
173 fputc ('(', fp);
176 fputc (')', fp);
178 fputc (']', fp);
/freebsd-10-stable/contrib/apr/passwd/
H A Dapr_getpass.c139 fputc('\a', stderr);
156 fputc('\n', stderr);
162 fputc('*', stderr);
165 fputc('\a', stderr);
169 fputc('\n', stderr);
/freebsd-10-stable/contrib/diff/lib/
H A Dunlocked-io.h74 # undef fputc macro
75 # define fputc(x,y) fputc_unlocked (x,y) macro
77 # define fputc_unlocked(x,y) fputc (x,y)
/freebsd-10-stable/contrib/texinfo/info/
H A Dinfokey.c821 return fputc (i % INFOKEY_RADIX, fp) != EOF
822 && fputc ((i / INFOKEY_RADIX) % INFOKEY_RADIX, fp) != EOF;
833 return fputc (code, fp) != EOF
851 return fputc (INFOKEY_MAGIC_S0, fp) != EOF
852 && fputc (INFOKEY_MAGIC_S1, fp) != EOF
853 && fputc (INFOKEY_MAGIC_S2, fp) != EOF
854 && fputc (INFOKEY_MAGIC_S3, fp) != EOF
856 && fputc ('\0', fp) != EOF
860 && fputc (INFOKEY_MAGIC_E0, fp) != EOF
861 && fputc (INFOKEY_MAGIC_E
[all...]
/freebsd-10-stable/contrib/bmake/
H A Dtrace.c107 fputc('\n', trfile);
/freebsd-10-stable/contrib/gcc/config/arm/
H A Dlinux-elf.h84 fputc ('\n', FILE); \

Completed in 120 milliseconds

1234567891011