Searched refs:stdout (Results 201 - 225 of 2372) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dpie-execl.c27 setbuf (stdout, NULL);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dwatchpoint-fork-st.c44 setbuf (stdout, NULL);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenconstants.cc64 putc (',', stdout);
101 if (ferror (stdout) || fflush (stdout) || fclose (stdout))
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dwatchpoint-fork-st.c44 setbuf (stdout, NULL);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dattach-pie-misread.c45 fflush (stdout);
H A Dpie-execl.c27 setbuf (stdout, NULL);
H A Dbreak-interp-lib.c39 fflush (stdout);
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldver.c38 fprintf (stdout, _("GNU ld %s\n"), BFD_VERSION_STRING);
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dtcslog.h37 #define LogDebug(fmt, ...) LogMessage(stdout, LOG_DEBUG, APPID, "%s:%d " fmt, __FILE__, __LINE__, ##__VA_ARGS__)
38 #define LogDebugFn(fmt, ...) LogMessage(stdout, LOG_DEBUG, APPID, "%s:%d %s: " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS__)
67 #define LogWarn(fmt, ...) LogMessage(stdout, LOG_WARNING, APPID, "%s:%d " fmt, __FILE__, __LINE__, ##__VA_ARGS__)
68 #define LogInfo(fmt, ...) LogMessage(stdout, LOG_INFO, APPID, "%s:%d " fmt, __FILE__, __LINE__, ##__VA_ARGS__)
78 backtrace_symbols_fd(&bt_data, 10, stdout); \
92 #define LogWarn(fmt, ...) LogMessage(stdout, LOG_WARNING, APPID, fmt, ##__VA_ARGS__)
95 #define LogInfo(fmt, ...) LogMessage(stdout, LOG_INFO, APPID, fmt, ##__VA_ARGS__)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dschedcover.py45 sys.stdout.write("instruction")
47 sys.stdout.write(", {}".format(model))
48 sys.stdout.write(os.linesep)
51 sys.stdout.write(instr)
54 sys.stdout.write(", {}".format(mapping[model]))
56 sys.stdout.write(", ")
57 sys.stdout.write(os.linesep)
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-mfac_uiui.c69 printf (" got "); mpz_out_str (stdout, 10, res); printf("\n");
70 printf (" want "); mpz_out_str (stdout, 10, ref[m]); printf("\n");
78 printf (" got "); mpz_out_str (stdout, 10, res); printf("\n");
79 printf (" want "); mpz_out_str (stdout, 10, ref2[m2]); printf("\n");
98 printf (" got "); mpz_out_str (stdout, 10, res); printf("\n");
99 printf (" want "); mpz_out_str (stdout, 10, ref[0]); printf("\n");
109 printf (" got "); mpz_out_str (stdout, 10, res); printf("\n");
110 printf (" want "); mpz_out_str (stdout, 10, ref[0]); printf("\n");
121 printf (" got "); mpz_out_str (stdout, 10, res); printf("\n");
122 printf (" want "); mpz_out_str (stdout, 1
[all...]
H A Dt-primorial_ui.c66 printf (" got "); mpz_out_str (stdout, 10, r); printf("\n");
67 printf (" want "); mpz_out_str (stdout, 10, f); printf("\n");
99 printf (" got "); mpz_out_str (stdout, 10, r); printf("\n");
100 printf (" want "); mpz_out_str (stdout, 10, f); printf("\n");
115 printf (" got "); mpz_out_str (stdout, 10, r); printf("\n");
116 printf (" want "); mpz_out_str (stdout, 10, f); printf("\n");
/netbsd-current/usr.sbin/sesd/srcs/
H A Dchpmon.c100 fprintf(stdout, "%s: Clearing CRITICAL "
108 fprintf(stdout, "%s: Setting CRITICAL from:", v[dev]);
110 fprintf(stdout, " UNRECOVERABLE");
113 fprintf(stdout, " CRITICAL");
116 fprintf(stdout, " NONCRITICAL");
/netbsd-current/external/lgpl3/gmp/dist/tests/mpq/
H A Dt-set_f.c139 mpf_out_str (stdout, 16, 0, f);
143 mpz_out_str (stdout, 16, want_num);
146 mpz_out_str (stdout, 16, want_den);
150 mpz_out_str (stdout, 16, mpq_numref(got));
153 mpz_out_str (stdout, 16, mpq_denref(got));
/netbsd-current/crypto/external/bsd/openssl.old/dist/fuzz/
H A Dbignum.c82 BN_print_fp(stdout, b1);
84 BN_print_fp(stdout, b2);
86 BN_print_fp(stdout, b3);
88 BN_print_fp(stdout, b4);
90 BN_print_fp(stdout, b5);
/netbsd-current/crypto/external/bsd/openssl/dist/fuzz/
H A Dbignum.c82 BN_print_fp(stdout, b1);
84 BN_print_fp(stdout, b2);
86 BN_print_fp(stdout, b3);
88 BN_print_fp(stdout, b4);
90 BN_print_fp(stdout, b5);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dcheck_y2k.c18 Program exits with 0 on success, 1 on Y2K failure (stdout messages).
174 fprintf( stdout, "year0=%d NOT LESS THAN yearend=%d (span=%d)\n",
190 fprintf( stdout,
201 fprintf( stdout,
211 fprintf( stdout,
227 fprintf( stdout, "%04d: Days() DAY COUNT ERROR: s/b=%ld was=%ld\n",
235 fprintf( stdout, "%04d: julian0() DAY COUNT ERROR: s/b=%ld was=%ld\n",
246 fprintf( stdout, "isleap_4(1999) REPORTED TRUE\n" );
251 fprintf( stdout, "isleap_4(2000) REPORTED FALSE\n" );
256 fprintf( stdout, "isleap_
[all...]
/netbsd-current/external/bsd/ipf/dist/ipsend/
H A Diptests.c172 fflush(stdout);
188 fflush(stdout);
205 fflush(stdout);
221 fflush(stdout);
241 fflush(stdout);
253 fflush(stdout);
272 fflush(stdout);
284 fflush(stdout);
299 fflush(stdout);
307 fflush(stdout);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A DMakefile.am97 MOSTLYCLEANFILES = *.so *.syms *.stdout *.stderr
202 check_DATA += incremental_test.stdout
210 incremental_test.stdout: incremental_test ../incremental-dump
214 check_DATA += gc_comdat_test.stdout
222 gc_comdat_test.stdout: gc_comdat_test
223 $(TEST_NM) -C gc_comdat_test > gc_comdat_test.stdout
226 check_DATA += gc_tls_test.stdout
232 gc_tls_test.stdout: gc_tls_test
233 $(TEST_NM) -C gc_tls_test > gc_tls_test.stdout
236 check_DATA += gc_orphan_section_test.stdout
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/integration/
H A Dcmd_about_test.sh54 atf_check -s exit:0 -o save:stdout -e empty kyua about
55 check_all stdout
65 atf_check -s exit:0 -o save:stdout -e empty kyua about
66 check_all stdout
110 atf_check -s exit:0 -o save:stdout -e empty kyua about version
112 local lines="$(wc -l stdout | awk '{ print $1 }')"
115 grep '^kyua-cli (.*) [0-9]\.[0-9]$' stdout || \
/netbsd-current/external/bsd/kyua-testers/dist/
H A Datf_helpers.c40 fprintf(stdout, "First line to stdout\n");
49 fprintf(stdout, "First line to stdout\n");
50 fprintf(stdout, "Second line to stdout\n");
75 fprintf(stdout, "Body stdout\n");
81 fprintf(stdout, "Cleanup stdout\
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtadd_d.c52 mpfr_out_str (stdout, 10, 7, y, MPFR_RNDN);
54 mpfr_out_str (stdout, 10, 0, z, MPFR_RNDN);
56 mpfr_out_str (stdout, 10, 0, x, MPFR_RNDN);
76 mpfr_out_str (stdout, 10, 0, y, MPFR_RNDN);
78 mpfr_out_str (stdout, 10, 0, z, MPFR_RNDN);
80 mpfr_out_str (stdout, 10, 0, x, MPFR_RNDN);
/netbsd-current/crypto/external/bsd/openssl/dist/demos/digest/
H A DEVP_MD_demo.c150 fprintf(stdout, "%02x", digest_value[j]);
152 fprintf(stdout, "\n");
155 fprintf(stdout, "Digest length(%d) not equal to known answer length(%lu).\n",
159 fprintf(stdout, "%02x", known_answer[j] );
161 fprintf(stdout, "\nDigest does not match known answer\n");
163 fprintf(stdout, "Digest computed properly.\n");
/netbsd-current/external/bsd/ntp/dist/sntp/unity/auto/
H A Dcolour_reporter.rb13 $stdout.puts(message)
37 $stdout.flush
/netbsd-current/external/bsd/flex/dist/tests/
H A Darray_r.l54 yyset_out(stdout, lexer);

Completed in 202 milliseconds

1234567891011>>