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

123456789

/freebsd-10.0-release/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.0-release/contrib/gcc/config/mips/
H A Delf.h28 fputc ('\t', FILE); \
32 fputc ('\n', FILE); \
/freebsd-10.0-release/contrib/file/
H A Dprint.c63 (void) fputc('~', stderr);
74 (void) fputc('~', stderr);
78 (void) fputc('/', stderr);
80 (void) fputc(CHAR_COMPACT_WHITESPACE, stderr);
82 (void) fputc(CHAR_COMPACT_OPTIONAL_WHITESPACE,
85 (void) fputc(CHAR_IGNORE_LOWERCASE, stderr);
87 (void) fputc(CHAR_IGNORE_UPPERCASE, stderr);
89 (void) fputc(CHAR_REGEX_OFFSET_START, stderr);
91 (void) fputc(CHAR_TEXTTEST, stderr);
93 (void) fputc(CHAR_BINTES
[all...]
/freebsd-10.0-release/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.0-release/contrib/ntp/libopts/
H A Dversion.c93 fputc( '\n', fp );
97 do { fputc(*pz, fp); } while (*(pz++) != '\n');
108 fputc( '\n', fp );
118 fputc( '\n', fp );
119 fputc( '\n', fp );
124 fputc( '\n', fp );
H A Dputshell.c89 fputc( '\'', stdout );
99 fputc( '\'', stdout );
110 fputc( '\'', stdout );
118 fputc( '\'', stdout );
196 if (islower( ch )) fputc( toupper( ch ), stdout );
197 else if (isalnum( ch )) fputc( ch, stdout );
201 else fputc( '_', stdout );
271 fputc( '\'', stdout );
273 fputc( '\'', stdout );
319 default: fputc( c
[all...]
/freebsd-10.0-release/contrib/ntp/sntp/libopts/
H A Dversion.c93 fputc( '\n', fp );
97 do { fputc(*pz, fp); } while (*(pz++) != '\n');
108 fputc( '\n', fp );
118 fputc( '\n', fp );
119 fputc( '\n', fp );
124 fputc( '\n', fp );
H A Dputshell.c89 fputc( '\'', stdout );
99 fputc( '\'', stdout );
110 fputc( '\'', stdout );
118 fputc( '\'', stdout );
196 if (islower( ch )) fputc( toupper( ch ), stdout );
197 else if (isalnum( ch )) fputc( ch, stdout );
201 else fputc( '_', stdout );
271 fputc( '\'', stdout );
273 fputc( '\'', stdout );
319 default: fputc( c
[all...]
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dmb_hexdump.c28 fputc(' ', fp);
31 fputc('\n', fp);
/freebsd-10.0-release/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.0-release/lib/libc/stdio/
H A Dfputc.c34 static char sccsid[] = "@(#)fputc.c 8.1 (Berkeley) 6/4/93";
46 fputc(int c, FILE *fp) function
/freebsd-10.0-release/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.0-release/bin/pax/
H A Dtty_subs.c150 (void)fputc('\n', stderr);
156 (void)fputc('\n', stderr);
178 (void)fputc('\n', stderr);
190 (void)fputc('\n', stderr);
/freebsd-10.0-release/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.0-release/usr.bin/uuencode/
H A Duuencode.c181 if (fputc(ch, output) == EOF)
192 if (fputc(ch, output) == EOF)
196 if (fputc(ch, output) == EOF)
200 if (fputc(ch, output) == EOF)
204 if (fputc(ch, output) == EOF)
207 if (fputc('\n', output) == EOF)
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dsysv4.h73 fputc ('#', STREAM); \
109 fputc ('\n', FILE); \
120 fputc ('\n', FILE); \
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dpartition.c155 fputc ('[', fp);
173 fputc ('(', fp);
176 fputc (')', fp);
178 fputc (']', fp);
/freebsd-10.0-release/contrib/gcclibs/libgomp/
H A Derror.c46 fputc ('\n', stderr);
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dpartition.c155 fputc ('[', fp);
173 fputc ('(', fp);
176 fputc (')', fp);
178 fputc (']', fp);
/freebsd-10.0-release/contrib/apr/passwd/
H A Dapr_getpass.c175 fputc('\a', stderr);
192 fputc('\n', stderr);
198 fputc('*', stderr);
201 fputc('\a', stderr);
205 fputc('\n', stderr);
/freebsd-10.0-release/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.0-release/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...]

Completed in 166 milliseconds

123456789