/netbsd-src/regress/lib/libc/ieeefp/testfloat/ |
H A D | writeHex.c | 66 fputc( a ? '1' : '0', stream ); in writeHex_flag() 76 fputc( '0' + digit, stream ); in writeHex_bits8() 79 fputc( '0' + digit, stream ); in writeHex_bits8() 89 fputc( '0' + digit, stream ); in writeHex_bits12() 92 fputc( '0' + digit, stream ); in writeHex_bits12() 95 fputc( '0' + digit, stream ); in writeHex_bits12() 105 fputc( '0' + digit, stream ); in writeHex_bits16() 108 fputc( '0' + digit, stream ); in writeHex_bits16() 111 fputc( '0' + digit, stream ); in writeHex_bits16() 114 fputc( '0' + digit, stream ); in writeHex_bits16() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | dump-parse-tree.cc | 65 fputc ('\n', dumpfile); in debug() 75 fputc ('\n', dumpfile); in debug() 78 fputc ('\n', dumpfile); in debug() 94 fputc (' ', dumpfile); in debug() 100 fputc ('\n', dumpfile); in debug() 109 fputc ('\n', dumpfile); in debug() 123 fputc ('\n', dumpfile); in debug() 133 fputc ('\n', dumpfile); in gfc_debug_expr() 146 fputc ('\n', dumpfile); in gfc_debug_code() 155 fputc ('\n', dumpfile); in debug() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | dump-parse-tree.c | 65 fputc ('\n', dumpfile); in debug() 75 fputc ('\n', dumpfile); in debug() 78 fputc ('\n', dumpfile); in debug() 94 fputc (' ', dumpfile); in debug() 100 fputc ('\n', dumpfile); in debug() 109 fputc ('\n', dumpfile); in debug() 123 fputc ('\n', dumpfile); in debug() 133 fputc ('\n', dumpfile); in gfc_debug_expr() 146 fputc ('\n', dumpfile); in gfc_debug_code() 155 fputc ('\n', dumpfile); in debug() [all …]
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/stuff/ |
H A D | stdio2.diff | 12 - fputc(cinput(), stdout); 21 - fputc('\n', stdout), ifiles->lineno++; 30 - fputc('\n', stdout); 39 - fputc(cinput(), stdout); 48 - fputc(cinput(), stdout); 61 + fputc(ch, stdout); 71 + fputc(*s, stdout); 105 -#define PUTCH(ch) if (!flslvl) fputc(ch, stdout) 114 - fputc('\n', stdout); 123 -cppcmt: fputc(Cflag ? ch : ' ', stdout); [all …]
|
H A D | stdio.diff | 88 + fputc('\n', stderr); 115 + fputc('\n', stderr); 124 + fputc(cinput(), stdout); 167 + fputc('\n', stdout), ifiles->lineno++; 176 + fputc('\n', stdout); 185 + fputc(cinput(), stdout); 194 + fputc(cinput(), stdout); 283 +#define PUTCH(ch) if (!flslvl) fputc(ch, stdout) 292 + fputc('\n', stdout); 302 +cppcmt: fputc(Cflag ? ch : ' ', stdout); [all …]
|
/netbsd-src/external/bsd/file/dist/src/ |
H A D | print.c | 70 (void) fputc('~', stderr); in file_mdump() 80 (void) fputc('~', stderr); in file_mdump() 84 (void) fputc('/', stderr); in file_mdump() 86 (void) fputc(CHAR_COMPACT_WHITESPACE, stderr); in file_mdump() 88 (void) fputc(CHAR_COMPACT_OPTIONAL_WHITESPACE, in file_mdump() 91 (void) fputc(CHAR_IGNORE_LOWERCASE, stderr); in file_mdump() 93 (void) fputc(CHAR_IGNORE_UPPERCASE, stderr); in file_mdump() 95 (void) fputc(CHAR_REGEX_OFFSET_START, stderr); in file_mdump() 97 (void) fputc(CHAR_TEXTTEST, stderr); in file_mdump() 99 (void) fputc(CHAR_BINTEST, stderr); in file_mdump() [all …]
|
/netbsd-src/usr.bin/base64/ |
H A D | base64.c | 70 if (fputc(B64[out[i]], fout) == EOF) in putoutput() 73 if (fputc('\n', fout) == EOF) in putoutput() 79 if (fputc('=', fout) == EOF) in putoutput() 82 if (fputc('\n', fout) == EOF) in putoutput() 122 if (fputc('\n', fout) == EOF) in b64_encode() 157 if (fputc(out, fout) == EOF) in b64_decode() 163 if (fputc(out, fout) == EOF) in b64_decode() 169 if (fputc(out, fout) == EOF) in b64_decode()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dwarf2asm.c | 151 fputc ('\n', asm_out_file); in dw2_asm_output_delta() 175 fputc ('\n', asm_out_file); in dw2_asm_output_vms_delta() 208 fputc ('\n', asm_out_file); in dw2_asm_output_offset() 235 fputc ('\n', asm_out_file); in dw2_asm_output_offset() 268 fputc ('\n', asm_out_file); 291 fputc ('\n', asm_out_file); in dw2_asm_output_addr() 313 fputc ('\n', asm_out_file); in dw2_asm_output_addr_rtx() 350 fputc (XCOFF_DEBUGGING_INFO ? '\"' : '\\', asm_out_file); in dw2_asm_output_nstring() 352 fputc ('\\', asm_out_file); in dw2_asm_output_nstring() 354 fputc (c, asm_out_file); in dw2_asm_output_nstring() [all …]
|
H A D | errors.c | 52 fputc ('\n', stderr); in warning() 67 fputc ('\n', stderr); in error() 84 fputc ('\n', stderr); in fatal() 99 fputc ('\n', stderr); in internal_error()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2asm.cc | 197 fputc ('\n', asm_out_file); in dw2_asm_output_delta() 221 fputc ('\n', asm_out_file); in dw2_asm_output_vms_delta() 254 fputc ('\n', asm_out_file); in dw2_asm_output_offset() 281 fputc ('\n', asm_out_file); in dw2_asm_output_offset() 314 fputc ('\n', asm_out_file); 337 fputc ('\n', asm_out_file); in dw2_asm_output_addr() 359 fputc ('\n', asm_out_file); in dw2_asm_output_addr_rtx() 396 fputc (XCOFF_DEBUGGING_INFO ? '\"' : '\\', asm_out_file); in dw2_asm_output_nstring() 398 fputc ('\\', asm_out_file); in dw2_asm_output_nstring() 400 fputc (c, asm_out_file); in dw2_asm_output_nstring() [all …]
|
H A D | errors.cc | 52 fputc ('\n', stderr); in warning() 67 fputc ('\n', stderr); in error() 84 fputc ('\n', stderr); in fatal() 99 fputc ('\n', stderr); in internal_error()
|
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tout_str.c | 42 fputc ('\n', fout); in check4() 56 fputc ('\n', fout); in special() 66 fputc ('\n', fout); in special() 76 fputc ('\n', fout); in special() 86 fputc ('\n', fout); in special() 96 fputc ('\n', fout); in special()
|
/netbsd-src/bin/csh/ |
H A D | file.c | 327 (void)fputc(dir ? filetype(dir, items[i]) : ' ', cshout); in print_by_column() 331 (void) fputc(' ', cshout); in print_by_column() 335 (void)fputc('\r', cshout); in print_by_column() 336 (void)fputc('\n', cshout); in print_by_column() 399 (void)fputc('\b', cshout); in print_recognized_stuff() 400 (void)fputc('\b', cshout); in print_recognized_stuff() 403 (void)fputc(' ', cshout); in print_recognized_stuff() 404 (void)fputc(' ', cshout); in print_recognized_stuff() 405 (void)fputc('\b', cshout); in print_recognized_stuff() 406 (void)fputc('\b', cshout); in print_recognized_stuff() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | errors.cc | 83 fputc('\n', stderr); in fatal() 94 fputc('\n', stderr); in fallback() 105 fputc('\n', stderr); in error() 117 fputc('\n', stderr); in warning() 128 fputc('\n', stderr); in info() 137 fputc('\n', stdout); in trace() 151 fputc('\n', stderr); in error_at_location() 167 fputc('\n', stderr); in warning_at_location() 227 fputc('\n', stderr); in debug()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | errors.cc | 83 fputc('\n', stderr); in fatal() 94 fputc('\n', stderr); in fallback() 105 fputc('\n', stderr); in error() 117 fputc('\n', stderr); in warning() 128 fputc('\n', stderr); in info() 137 fputc('\n', stdout); in trace() 151 fputc('\n', stderr); in error_at_location() 167 fputc('\n', stderr); in warning_at_location() 227 fputc('\n', stderr); in debug()
|
/netbsd-src/external/gpl2/texinfo/dist/info/ |
H A D | infokey.c | 821 return fputc (i % INFOKEY_RADIX, fp) != EOF in putint() 822 && fputc ((i / INFOKEY_RADIX) % INFOKEY_RADIX, fp) != EOF; in putint() 833 return fputc (code, fp) != EOF in putsect() 851 return fputc (INFOKEY_MAGIC_S0, fp) != EOF in write_infokey_file() 852 && fputc (INFOKEY_MAGIC_S1, fp) != EOF in write_infokey_file() 853 && fputc (INFOKEY_MAGIC_S2, fp) != EOF in write_infokey_file() 854 && fputc (INFOKEY_MAGIC_S3, fp) != EOF in write_infokey_file() 856 && fputc ('\0', fp) != EOF in write_infokey_file() 860 && fputc (INFOKEY_MAGIC_E0, fp) != EOF in write_infokey_file() 861 && fputc (INFOKEY_MAGIC_E1, fp) != EOF in write_infokey_file() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | intrinsics.c | 113 extern int PREFIX(fputc) (const int *, char *, gfc_charlen_type); 114 export_proto_np(PREFIX(fputc)); 117 PREFIX(fputc) (const int *unit, char *c, in PREFIX() argument 148 *st = PREFIX(fputc) (unit, c, c_len); \ 150 PREFIX(fputc) (unit, c, c_len); } 164 return PREFIX(fputc) (&six, c, c_len); in PREFIX() 175 *st = PREFIX(fputc) (&six, c, c_len); \ 177 PREFIX(fputc) (&six, c, c_len); }
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | intrinsics.c | 113 extern int PREFIX(fputc) (const int *, char *, gfc_charlen_type); 114 export_proto_np(PREFIX(fputc)); 117 PREFIX(fputc) (const int *unit, char *c, in PREFIX() argument 148 *st = PREFIX(fputc) (unit, c, c_len); \ 150 PREFIX(fputc) (unit, c, c_len); } 164 return PREFIX(fputc) (&six, c, c_len); in PREFIX() 175 *st = PREFIX(fputc) (&six, c, c_len); \ 177 PREFIX(fputc) (&six, c, c_len); }
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386elf.h | 63 fputc ('\n', (FILE)); \ 72 fputc ('\n', (FILE)); \ 83 fputc (',', (FILE)); \ 89 fputc ('\n', (FILE)); \
|
/netbsd-src/external/bsd/am-utils/dist/fsinfo/ |
H A D | fsi_util.c | 60 fputc('\n', stdout); in col_output() 76 fputc('*', stdout); in show_total() 80 fputc(' ', stdout); in show_total() 98 fputc('\n', stdout); in col_cleanup() 116 fputc('\n', stderr); in error() 131 fputc('\n', stderr); in lerror() 146 fputc('\n', stderr); in lwarning() 160 fputc('\n', stderr); in fatal() 176 fputc('#', stdout); in fsi_log() 225 fputc('*', stdout); in show_new()
|
/netbsd-src/external/gpl2/mkhybrid/dist/libfile/ |
H A D | apprentice.c | 553 (void) fputc(c, fp); in showstr() 555 (void) fputc('\\', fp); in showstr() 559 (void) fputc('n', fp); in showstr() 563 (void) fputc('r', fp); in showstr() 567 (void) fputc('b', fp); in showstr() 571 (void) fputc('t', fp); in showstr() 575 (void) fputc('f', fp); in showstr() 579 (void) fputc('v', fp); in showstr()
|
/netbsd-src/bin/pax/ |
H A D | tty_subs.c | 160 (void)fputc('\n', stderr); in tty_warn() 166 (void)fputc('\n', stderr); in tty_warn() 187 (void)fputc('\n', stdout); in syswarn() 199 (void)fputc('\n', stderr); in syswarn()
|
/netbsd-src/sys/arch/powerpc/tools/chrpicon/ppmtochrpicon/ |
H A D | ppmtochrpicon.c | 148 fputc(hex_digits[(pixbyte>>4) & 0x0f], fp); in CHRPI_putbitmap() 149 fputc(hex_digits[(pixbyte & 0x0f)], fp); in CHRPI_putbitmap() 150 fputc(' ', fp); in CHRPI_putbitmap() 153 fputc('\n', fp); in CHRPI_putbitmap()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/log/ |
H A D | log.c | 243 fputc('\n', stderr); in print_log() 254 fputc('\n', stderr); in print_log() 264 fputc('\n', stderr); in print_log() 272 fputc('\n', use_stderr ? stderr : stdout); in print_log() 280 fputc('\n', stderr); in print_log() 289 fputc('\n', stderr); in print_log()
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | partition.c | 155 fputc ('[', fp); in partition_print() 173 fputc ('(', fp); in partition_print() 176 fputc (')', fp); in partition_print() 178 fputc (']', fp); in partition_print()
|