Searched refs:output (Results 126 - 150 of 934) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/test/
H A Dsha_test.c39 static const unsigned char output[SHA_DIGEST_LENGTH] = { local
45 return test_static_sha_common("abc", SHA_DIGEST_LENGTH, output, &SHA1);
50 static const unsigned char output[SHA224_DIGEST_LENGTH] = { local
57 return test_static_sha_common("abc", SHA224_DIGEST_LENGTH, output, &SHA224);
62 static const unsigned char output[SHA256_DIGEST_LENGTH] = { local
69 return test_static_sha_common("abc", SHA256_DIGEST_LENGTH, output, &SHA256);
74 static const unsigned char output[SHA384_DIGEST_LENGTH] = { local
83 return test_static_sha_common("abc", SHA384_DIGEST_LENGTH, output, &SHA384);
88 static const unsigned char output[SHA512_DIGEST_LENGTH] = { local
99 return test_static_sha_common("abc", SHA512_DIGEST_LENGTH, output,
[all...]
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Demitter.h67 emitter_output_t output; member in struct:emitter_s
68 /* The output information. */
158 * We control the strings we output; we shouldn't get anything
199 if (emitter->output == emitter_output_json) {
226 emitter->output = emitter_output;
243 if (emitter->output == emitter_output_json) {
253 if (emitter->output == emitter_output_json) {
271 if (emitter->output == emitter_output_json) {
287 if (emitter->output == emitter_output_json) {
298 if (emitter->output
[all...]
/freebsd-current/contrib/netbsd-tests/ipf/
H A Dt_filter_exec.sh44 output=-x
46 output=
51 $infmt $output -Rbr - -i in $args >>out"
69 output=-x
71 output=
75 atf_check -o save:out ipftest -F $infmt $output -Rbr reg -i in $args
92 output=-x
94 output=
103 ipftest -F $infmt $output -6br - -i in $args"
/freebsd-current/contrib/netbsd-tests/lib/libc/hash/
H A Dt_sha2.c176 char output[SHA256_DIGEST_STRING_LENGTH]; local
185 digest2string(digest + j, output, SHA256_DIGEST_LENGTH);
186 ATF_CHECK_STREQ(test256[i].hash, output);
203 char output[SHA384_DIGEST_STRING_LENGTH]; local
212 digest2string(digest + j, output, SHA384_DIGEST_LENGTH);
213 ATF_CHECK_STREQ(test384[i].hash, output);
230 char output[SHA512_DIGEST_STRING_LENGTH]; local
239 digest2string(digest + j, output, SHA512_DIGEST_LENGTH);
240 ATF_CHECK_STREQ(test512[i].hash, output);
/freebsd-current/contrib/lutok/
H A Doperations_test.cpp131 std::ofstream output("test.lua");
132 output << "local a1, a2 = ...\nreturn a1 * 2, a2 * 2\n";
133 output.close();
152 std::ofstream output("test.lua");
153 output << "return 10, 20, 30\n";
154 output.close();
169 std::ofstream output("test.lua");
170 output << "return 10, 20, 30\n";
171 output.close();
182 std::ofstream output("tes
[all...]
/freebsd-current/usr.bin/indent/
H A Dio.c97 putc('\n', output);
111 fprintf(output, ".*/\n");
121 do putc(*s++, output);
126 fprintf(output, s[0]=='/' && s[1]=='*' ? "\t%.*s" : "\t/* %.*s */",
129 else fprintf(output, "%.*s", (int)(e_lab - s_lab), s_lab);
142 fprintf(output, ".*/\n");
155 fprintf(output, "%d", target_col * 7);
157 putc(*p, output);
179 putc('\n', output);
186 fwrite(com_st, e_com - com_st, 1, output);
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_from_zstd.ksh71 output=$(zdb -Zddddddbbbbbb $TESTPOOL/$TESTFS1 $obj 2> /dev/null \
73 dva=$(sed -Ene 's/^.+DVA\[0\]=<([^>]+)>.*$/\1/p' <<< "$output")
76 read -r zstd_size1 zstd_version1 zstd_level1 < <(sed -Ene 's/^.+ ZSTD:size=([^:]+):version=([^:]+):level=([^:]+):.*$/\1 \2 \3/p' <<< "$output")
90 output=$(zdb -Zddddddbbbbbb $TESTPOOL/$TESTFS2 $obj 2> /dev/null \
92 dva=$(sed -Ene 's/^.+DVA\[0\]=<([^>]+)>.*$/\1/p' <<< "$output")
95 read -r zstd_size2 zstd_version2 zstd_level2 < <(sed -Ene 's/^.+ ZSTD:size=([^:]+):version=([^:]+):level=([^:]+):.*$/\1 \2 \3/p' <<< "$output")
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp92 llvm::raw_svector_ostream output(buf);
99 output << *ND;
101 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn();
106 std::string NameOfRootFunction = std::string(output.str());
108 output << " -> Total CFGBlocks: " << total << " | Unreachable CFGBlocks: "
115 output.str(), PathDiagnosticLocation(D, SM));
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp34 llvm::raw_string_ostream output(buffer);
39 output << parts[0];
43 output << '%';
45 output << replacements[idx];
51 output << part;
54 return output.str();
H A DCommandObjectDWIMPrint.cpp111 auto maybe_add_hint = [&](llvm::StringRef output) {
112 // Identify the default output of object description for Swift and
126 std::regex_match(output.data(), swift_class_regex)) {
160 llvm::StringRef output = temp_result_stream.GetString(); local
161 maybe_add_hint(output);
162 result.GetOutputStream() << output;
201 llvm::StringRef output = temp_result_stream.GetString(); local
202 maybe_add_hint(output);
203 result.GetOutputStream() << output;
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dbufferevent_pair.c104 if (!evbuffer_add_cb(bufev->bev.bev.output, be_pair_outbuf_cb, bufev)) {
142 evbuffer_freeze(downcast(bufev1)->output, 1);
144 evbuffer_freeze(downcast(bufev2)->output, 1);
159 evbuffer_unfreeze(src->output, 1);
166 evbuffer_remove_buffer(src->output, dst->input, n);
170 n = evbuffer_get_length(src->output);
171 evbuffer_add_buffer(dst->input, src->output);
174 n = evbuffer_get_length(src->output);
175 evbuffer_add_buffer(dst->input, src->output);
181 if (evbuffer_get_length(dst->output))
[all...]
/freebsd-current/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2ms.c179 #define MAKE_MS_ENCODER(impl, output, type) \
181 impl##2##output##_import_object; \
182 static OSSL_FUNC_encoder_free_object_fn impl##2##output##_free_object; \
183 static OSSL_FUNC_encoder_encode_fn impl##2##output##_encode; \
186 impl##2##output##_import_object(void *ctx, int selection, \
192 static void impl##2##output##_free_object(void *key) \
196 static int impl##2##output##_encode(void *vctx, OSSL_CORE_BIO *cout, \
208 return key2##output##_encode(vctx, key, selection, cout, type##_set1, \
211 const OSSL_DISPATCH ossl_##impl##_to_##output##_encoder_functions[] = { \
216 output##_set_param
[all...]
/freebsd-current/contrib/libevent/
H A Dbufferevent_pair.c104 if (!evbuffer_add_cb(bufev->bev.bev.output, be_pair_outbuf_cb, bufev)) {
142 evbuffer_freeze(downcast(bufev1)->output, 1);
144 evbuffer_freeze(downcast(bufev2)->output, 1);
159 evbuffer_unfreeze(src->output, 1);
166 evbuffer_remove_buffer(src->output, dst->input, n);
170 n = evbuffer_get_length(src->output);
171 evbuffer_add_buffer(dst->input, src->output);
174 n = evbuffer_get_length(src->output);
175 evbuffer_add_buffer(dst->input, src->output);
181 if (evbuffer_get_length(dst->output))
[all...]
/freebsd-current/contrib/kyua/utils/fs/
H A Ddirectory.cpp98 /// \param output Stream into which to inject the formatted entry.
101 /// \return A reference to output.
103 fs::operator<<(std::ostream& output, const directory_entry& entry) argument
105 output << F("directory_entry{name=%s}") % text::quote(entry.name, '\'');
106 return output;
/freebsd-current/contrib/kyua/cli/
H A Dcmd_report_junit.cpp61 add_option(cmdline::path_option("output", "Path to the output file", "path",
80 std::auto_ptr< std::ostream > output = utils::open_ostream( local
81 cmdline.get_option< cmdline::path_option >("output"));
83 drivers::report_junit_hooks hooks(*output.get());
/freebsd-current/contrib/bmake/unit-tests/
H A Dshell-custom.mk8 # - output control
H A Dopt-jobs-no-action.mk6 # The format of the output differs from the output of only the -n option,
42 @+echo hide-from-output 'begin explain'
64 @+echo hide-from-output 'end explain'
65 @+echo hide-from-output
70 # TODO: Closely inspect the output whether it makes sense.
83 @+echo hide-from-output 'begin combined'
84 @+echo hide-from-output
92 @+echo hide-from-output silent=${silent} always=${always} ignerr=${ignerr}
94 @+echo hide-from-output
[all...]
/freebsd-current/crypto/openssl/crypto/des/
H A Decb_enc.c36 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, argument
42 unsigned char *out = &(*output)[0];
/freebsd-current/tools/tools/net80211/scripts/
H A Dsetup.wds18 wlandebug -i $WLAN output+inact+node+11n
/freebsd-current/tests/sys/cddl/zfs/tests/cli_user/zfs_list/
H A Dzfs_list_006_pos.ksh108 output=$(run_unprivileged $ZFS list -H -o name $BASEFS/${dataset}@snap)
109 if [[ $output != $BASEFS/${dataset}@snap ]] ; then
114 output=$(run_unprivileged $ZFS list -H -o name $BASEFS/${dataset}-vol@snap)
115 if [[ $output != $BASEFS/${dataset}-vol@snap ]] ; then
/freebsd-current/crypto/openssl/ms/
H A Duplink-x86.pl15 $output = pop and open STDOUT,">$output";
/freebsd-current/tests/sys/netinet/
H A DMakefile25 output \
33 TEST_METADATA.output+= required_programs="python"
/freebsd-current/libexec/rc/rc.d/
H A Ddefaultroute26 output=`/sbin/ifconfig ${_if}`
27 nocarrier=`expr "${output}" : '.*[[:blank:]]status: \(no carrier\)'`
/freebsd-current/contrib/ncurses/include/
H A DMKkey_defs.sh84 output=pass${pass}_$$
86 ${AWK-awk} >$output <$data '
/freebsd-current/contrib/kyua/utils/process/
H A Dstatus.cpp185 /// \param output The stream into which to inject the object.
188 /// \return The output stream.
190 process::operator<<(std::ostream& output, const status& status) argument
193 output << F("status{exitstatus=%s}") % status.exitstatus();
196 output << F("status{termsig=%s, coredump=%s}") % status.termsig() %
199 return output;

Completed in 210 milliseconds

1234567891011>>