Searched refs:stdout (Results 176 - 200 of 1018) sorted by relevance

1234567891011>>

/freebsd-current/contrib/libcbor/examples/
H A Dstreaming_array.c34 out = freopen(NULL, "wb", stdout);
/freebsd-current/contrib/googletest/googletest/test/
H A Dgtest_assert_by_exception_test.cc54 fflush(stdout);
/freebsd-current/share/examples/ses/srcs/
H A Dgetobjstat.c72 fprintf(stdout, "Object 0x%x: 0x%x 0x%x 0x%x 0x%x\n", obj.obj_id,
/freebsd-current/usr.bin/indent/tests/
H A Dfunctional_test.sh42 local out_file="${tc}.stdout"
47 ${tc}.stdout
/freebsd-current/usr.sbin/ngctl/
H A Ddot.c57 "If no outputfile is specified, stdout will be assumed."
68 FILE *f = stdout;
100 if (f != stdout)
213 if (f != stdout)
217 if (f != stdout)
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp70 ::fprintf(stdout, "%*s", int(stack.size() - 1) * TIMER_INDENT_AMOUNT, "");
74 ::vfprintf(stdout, format, args);
78 ::fprintf(stdout, "\n");
94 ::fprintf(stdout, "%*s%.9f sec (%.9f sec)\n",
/freebsd-current/crypto/openssl/demos/cipher/
H A Daeskeywrap.c66 BIO_dump_fp(stdout, wrap_pt, sizeof(wrap_pt));
96 BIO_dump_fp(stdout, outbuf, outlen);
124 BIO_dump_fp(stdout, wrap_ct, sizeof(wrap_ct));
153 BIO_dump_fp(stdout, outbuf, outlen);
H A Dariacbc.c67 BIO_dump_fp(stdout, cbc_pt, sizeof(cbc_pt));
95 BIO_dump_fp(stdout, outbuf, outlen);
124 BIO_dump_fp(stdout, cbc_ct, sizeof(cbc_ct));
151 BIO_dump_fp(stdout, outbuf, outlen);
/freebsd-current/crypto/openssl/demos/signature/
H A DEVP_Signature_demo.c136 fprintf(stdout, "Generating signature:\n");
137 BIO_dump_indent_fp(stdout, sig_value, sig_len, 2);
138 fprintf(stdout, "\n");
195 fprintf(stdout, "Signature verified.\n");
/freebsd-current/contrib/flex/src/
H A Dmisc.c556 fputs (str, stdout);
561 fprintf (stdout, fmt, n);
566 fprintf (stdout, fmt, n1, n2);
571 fprintf (stdout, fmt, x);
576 fprintf (stdout,fmt, str);
581 fprintf (stdout,fmt, s1, s2, s3);
586 fprintf (stdout,fmt, str, n);
591 fputc (c, stdout);
596 fputs (str,stdout);
597 fputc('\n',stdout);
[all...]
/freebsd-current/contrib/atf/atf-c/
H A Dutils_test.c73 fflush(stdout);
87 fflush(stdout);
101 fflush(stdout);
115 fflush(stdout);
232 fprintf(stdout, "Should not get into child\n");
236 fprintf(stdout, "Child stdout\n");
253 ATF_REQUIRE_STREQ("Child stdout\n", buffer);
355 fflush(stdout);
394 fprintf(stdout, "Som
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh81 perl /dev/stdin /dev/stdout << EOF
108 perl /dev/stdin /dev/stdout <<EOF
/freebsd-current/contrib/dialog/samples/
H A Dinputmenu-stdout2 # $Id: inputmenu-stdout,v 1.17 2020/11/26 00:30:01 tom Exp $
14 --stdout --clear --ok-label "Create" \
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dtest_java_pkcs11.in61 debug stdout
/freebsd-current/contrib/ntp/util/
H A Dpps-api.c44 fflush(stdout);
61 setbuf(stdout, 0);
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dpgusage.c72 * we must redirect the output to the current stderr, otherwise stdout.
159 fputs("\nexit 0\n", stdout);
160 fclose(stdout);
/freebsd-current/sbin/camcontrol/
H A Dutil.c170 fprintf(stdout, "Are you SURE you want to do this? (yes/no) ");
177 fprintf(stdout,
H A Dcamcontrol.c436 fprintf(stdout, "%s%d: generation: %d index: %d status: %s\n",
545 fprintf(stdout, ")\n");
549 fprintf(stdout, "scbus%d on %s%d bus %d%s\n",
610 fprintf(stdout, ")\n");
614 fprintf(stdout, "%-33s at scbus%d "
635 fprintf(stdout, ",");
637 fprintf(stdout, "%s%d",
645 fprintf(stdout, "unknown match type\n");
654 fprintf(stdout, ")\n");
672 fprintf(stdout, "illega
[all...]
/freebsd-current/usr.bin/random/
H A Drandom.c132 setbuf(stdout, NULL);
167 if (ferror(stdout))
168 err(2, "stdout");
/freebsd-current/contrib/kyua/integration/
H A Dcmd_report_junit_test.sh48 atf_check -s exit:0 -o save:stdout -e empty env MOCK="${mock_env}" kyua test
49 grep '^Results saved to ' stdout | cut -d ' ' -f 4 >"${dbfile_name}"
50 rm stdout
57 # Removes the contents of a properties tag from stdout.
92 <system-out>This is the stdout of pass
125 <system-out>This is the stdout of skip
206 <system-out>This is the stdout of pass
239 <system-out>This is the stdout of skip
279 --output=/dev/stdout "| ${strip_properties} | ${utils_strip_times}"
/freebsd-current/crypto/openssl/test/recipes/
H A D04-test_conf.t32 my $result_path = "test_conf-$_-stdout";
36 stdout => $result_path)),
H A D61-test_bio_prefix.t29 my $result_path = "test_bio_prefix-$_-stdout";
34 stdin => $input_path, stdout => $result_path)),
/freebsd-current/crypto/openssl/demos/digest/
H A DBIO_f_md.c106 fprintf(stdout, "%02x", (unsigned char)digest_value[j]);
108 fprintf(stdout, "\n");
H A DEVP_MD_stdin.c108 fprintf(stdout, "%02x", digest_value[ii]);
110 fprintf(stdout, "\n");
/freebsd-current/usr.bin/seq/
H A Dseq.c185 fputs(sep, stdout);
206 fputs(sep, stdout);
207 fputs(last_print, stdout);
214 fputs(sep, stdout);
215 fputs(term, stdout);
218 fputs("\n", stdout);

Completed in 197 milliseconds

1234567891011>>