Searched refs:output (Results 101 - 125 of 934) sorted by relevance

1234567891011>>

/freebsd-current/contrib/dialog/samples/
H A Deditbox315 --fixed-font "$@" --editbox $input 0 0 2>$output
H A Dbuildlist237 --buildlist "hello, this is a --buildlist..." 0 0 10 `cat "$input"` 2> $output
41 tempfile=$output
/freebsd-current/contrib/netbsd-tests/lib/libc/gen/
H A Dt_basedirname.c20 const char *output; member in struct:__anon5199
54 const char *output; member in struct:__anon5200
104 for (i = 0; test_basename_table[i].output != NULL; i++) {
134 if (strcmp(test_basename_table[i].output, base) != 0) {
136 "Input \"%s\", output \"%s\", expected \"%s\"\n",
139 base, test_basename_table[i].output);
157 for (i = 0; test_dirname_table[i].output != NULL; i++) {
187 if (strcmp(test_dirname_table[i].output, base) != 0) {
189 "Input \"%s\", output \"%s\", expected \"%s\"\n",
192 base, test_dirname_table[i].output);
[all...]
/freebsd-current/contrib/netbsd-tests/net/route/
H A Dt_route.sh238 rump.route -n get $IP4SRC > ./output
239 $DEBUG && cat ./expect ./output
241 sed -i '$d' ./output
242 atf_check -s exit:0 diff ./expect ./output
254 rump.route -n get $IP4SRCGW > ./output
255 $DEBUG && cat ./expect ./output
256 sed -i '$d' ./output
257 atf_check -s exit:0 diff ./expect ./output
270 rump.route -n get $IP4DST > ./output
271 $DEBUG && cat ./expect ./output
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Ddep-duplicate.exp3 main-output
H A Djob-output-long-lines.mk1 # $NetBSD: job-output-long-lines.mk,v 1.4 2020/11/01 17:29:13 rillig Exp $
3 # The jobs may produce long lines of output. A practical case are the echoed
6 # Each of these lines must be written atomically to the actual output.
11 # output lines that are longer than this buffer size, these output pieces are
/freebsd-current/crypto/openssl/crypto/des/
H A Decb3_enc.c18 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output, argument
25 unsigned char *out = &(*output)[0];
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-uninitialized-test.py54 """Runs the given command and verifies its exit code and output."""
59 Assert('IMPORTANT NOTICE' in p.output)
60 Assert('InitGoogleTest' in p.output)
H A Dgtest_skip_environment_check_output_test.py33 output.
43 OUTPUT = gtest_test_utils.Subprocess([EXE_PATH]).output
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp48 output; and
50 logging the output values.
68 "ml-inliner-output-spec-override", cl::Hidden,
69 cl::desc("Override the path to the output spec json file. See "
275 // The first output is the inlining decision.
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp32 File &output = debugger.GetOutputFile(); local
33 if (input.GetStream() && output.GetStream() && input.GetIsRealTerminal() &&
/freebsd-current/contrib/kyua/drivers/
H A Dreport_junit.cpp113 std::ostringstream output;
114 output << junit_metadata_header;
118 output << F("%s is empty\n") % (*iter).first;
120 output << F("%s = %s\n") % (*iter).first % (*iter).second;
123 return output.str();
138 std::ostringstream output; local
139 output << junit_timing_header;
140 output << F("Start time: %s\n") % start_time.to_iso8601_in_utc();
141 output << F("End time: %s\n") % end_time.to_iso8601_in_utc();
142 output <<
[all...]
/freebsd-current/contrib/netbsd-tests/usr.sbin/mtree/
H A Dt_mtree.sh28 # Postprocess mtree output, canonicalising portions that
87 # run mtree and check output
88 ( cd create && mtree -F ${FLAVOR} -c -k type,nlink,link,size,sha256 ) >output.raw \
90 h_postprocess <output.raw >output
91 h_check "$(atf_get_srcdir)/${FLAVOR}_d_create.out" output
125 # run mtree and check output
126 ( cd create && mtree -F ${FLAVOR} ) <"$(atf_get_srcdir)/${FLAVOR}_d_create.out" >output \
128 h_check /dev/null output
159 mtree -F ${FLAVOR} -C -K all <"$(atf_get_srcdir)/d_convert.in" >output
[all...]
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_legacy.h340 ZSTD_outBuffer* output, ZSTD_inBuffer* input)
349 (void)legacyContext; (void)output; (void)input;
357 void* dst = (char*)output->dst + output->pos;
358 size_t decodedSize = output->size - output->pos;
360 output->pos += decodedSize;
371 void* dst = (char*)output->dst + output->pos;
372 size_t decodedSize = output
339 ZSTD_decompressLegacyStream(void* legacyContext, U32 version, ZSTD_outBuffer* output, ZSTD_inBuffer* input) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp122 this->output(OB, Flags);
156 void NodeArrayNode::output(OutputBuffer &OB, OutputFlags Flags) const { function in class:NodeArrayNode
157 output(OB, Flags, ", ");
160 void NodeArrayNode::output(OutputBuffer &OB, OutputFlags Flags, function in class:NodeArrayNode
165 Nodes[0]->output(OB, Flags);
168 Nodes[I]->output(OB, Flags);
172 void EncodedStringLiteralNode::output(OutputBuffer &OB, function in class:EncodedStringLiteralNode
193 void IntegerLiteralNode::output(OutputBuffer &OB, OutputFlags Flags) const { function in class:IntegerLiteralNode
199 void TemplateParameterReferenceNode::output(OutputBuffer &OB, function in class:TemplateParameterReferenceNode
207 Symbol->output(O
230 void DynamicStructorIdentifierNode::output(OutputBuffer &OB, function in class:DynamicStructorIdentifierNode
248 void NamedIdentifierNode::output(OutputBuffer &OB, OutputFlags Flags) const { function in class:NamedIdentifierNode
253 void IntrinsicFunctionIdentifierNode::output(OutputBuffer &OB, function in class:IntrinsicFunctionIdentifierNode
354 void LocalStaticGuardIdentifierNode::output(OutputBuffer &OB, function in class:LocalStaticGuardIdentifierNode
364 void ConversionOperatorIdentifierNode::output(OutputBuffer &OB, function in class:ConversionOperatorIdentifierNode
372 void StructorIdentifierNode::output(OutputBuffer &OB, OutputFlags Flags) const { function in class:StructorIdentifierNode
379 void LiteralOperatorIdentifierNode::output(OutputBuffer &OB, function in class:LiteralOperatorIdentifierNode
581 void SymbolNode::output(OutputBuffer &OB, OutputFlags Flags) const { function in class:SymbolNode
585 void FunctionSymbolNode::output(OutputBuffer &OB, OutputFlags Flags) const { function in class:FunctionSymbolNode
592 void VariableSymbolNode::output(OutputBuffer &OB, OutputFlags Flags) const { function in class:VariableSymbolNode
628 void QualifiedNameNode::output(OutputBuffer &OB, OutputFlags Flags) const { function in class:QualifiedNameNode
632 void RttiBaseClassDescriptorNode::output(OutputBuffer &OB, function in class:RttiBaseClassDescriptorNode
640 void LocalStaticGuardVariableNode::output(OutputBuffer &OB, function in class:LocalStaticGuardVariableNode
645 void VcallThunkIdentifierNode::output(OutputBuffer &OB, function in class:VcallThunkIdentifierNode
650 void SpecialTableSymbolNode::output(OutputBuffer &OB, OutputFlags Flags) const { function in class:SpecialTableSymbolNode
[all...]
/freebsd-current/sys/dev/cxgbe/cudbg/
H A Dfastlz.c121 void *output);
123 void *output, int maxout);
138 void *output);
140 void *output, int maxout);
143 int fastlz_compress(const void *input, int length, void *output) argument
147 return fastlz1_compress(input, length, output);
150 return fastlz2_compress(input, length, output);
153 int fastlz_decompress(const void *input, int length, void *output, int maxout) argument
159 return fastlz1_decompress(input, length, output, maxout);
161 return fastlz2_decompress(input, length, output, maxou
167 fastlz_compress_level(int level, const void *input, int length, void *output) argument
181 FASTLZ_COMPRESSOR(const void *input, int length, void *output) argument
429 FASTLZ_DECOMPRESSOR(const void *input, int length, void *output, int maxout) argument
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scripting/
H A Dtst.arguments.ksh71 output=`$dfilename 1 2 3 4 5 6 7 8 9 10 2>/dev/null`
78 set -A outarray $output
84 print -u2 "Error in output by $dfilename"
/freebsd-current/contrib/kyua/model/
H A Dcontext.cpp135 /// \param output The stream into which to inject the object.
138 /// \return The output stream.
140 model::operator<<(std::ostream& output, const context& object) argument
142 output << F("context{cwd=%s, env=[")
150 output << ", ";
153 output << F("%s=%s") % (*iter).first
157 output << "]}";
158 return output;
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dtest_prf.c42 * output: 58b594b8a61df6e9439b7baa991ff5c1
46 * output: ffa2f823aa7f83a8ce3c5fb730587129
57 krb5_data input, output, output2; local
79 ret = krb5_crypto_prf(context, crypto, &input, &output);
87 if (krb5_data_cmp(&output, &output2) != 0)
90 krb5_data_free(&output);
/freebsd-current/contrib/nvi/common/
H A Dseq.h20 * The name and the output fields of a SEQ can be empty, i.e. NULL.
34 CHAR_T *output; /* Sequence output keys. */ member in struct:_seq
/freebsd-current/contrib/nvi/ex/
H A Dex_filter.c32 * replace the original text with the stdout/stderr output of
44 int input[2], output[2], rval; local
67 * Input and output are named from the utility's point of view.
69 * input[1]. The parent(s) read from output[0] and the utility
70 * writes to output[1].
78 input[0] = input[1] = output[0] = output[1] = -1;
84 /* Open up utility output pipe. */
85 if (pipe(output) < 0) {
89 if ((ofp = fdopen(output[
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
H A Dxattr_007_neg.ksh52 log_must rm $TEST_BASE_DIR/output.$$
73 cp /etc/passwd . > $TEST_BASE_DIR/output.$$ 2>&1"
74 log_must grep -i Read-only $TEST_BASE_DIR/output.$$
76 ls > $TEST_BASE_DIR/output.$$ 2>&1"
80 </etc/passwd > $TEST_BASE_DIR/output.$$ 2>&1"
81 log_must grep -i Read-only $TEST_BASE_DIR/output.$$
83 > $TEST_BASE_DIR/output.$$ 2>&1"
87 log_must diff $TEST_BASE_DIR/output.$$ $TEST_BASE_DIR/expected_output.$$
/freebsd-current/usr.bin/dc/tests/
H A Dbcode.sh50 dc input.dc > output.txt
66 atf_check cmp expect.txt output.txt
105 dc input.dc > output.txt
123 atf_check cmp expect.txt output.txt
/freebsd-current/tests/sys/cddl/zfs/tests/xattr/
H A Dxattr_007_neg.ksh60 log_must $RM $TMPDIR/output.${TESTCASE_ID}
81 $CP /etc/passwd . >$TMPDIR/output.${TESTCASE_ID} 2>&1"
82 log_must $GREP -i Read-only $TMPDIR/output.${TESTCASE_ID}
88 $LS >$TMPDIR/output.${TESTCASE_ID} 2>&1"
89 log_must $GREP -i Read-only $TMPDIR/output.${TESTCASE_ID}
92 $LS >$TMPDIR/output.${TESTCASE_ID} 2>&1"
95 log_must $DIFF $TMPDIR/output.${TESTCASE_ID} $TMPDIR/expected_output.${TESTCASE_ID}
/freebsd-current/sys/kern/
H A Dsubr_pidctrl.c63 SYSCTL_ADD_INT(NULL, parent, OID_AUTO, "output", CTLFLAG_RD,
64 &pc->pc_output, 0, "Last controller output");
84 int output, error; local
102 /* Divide by inverse gain values to produce output. */
103 output = (pc->pc_error / Kpd) + (pc->pc_integral / Kid) +
106 pc->pc_output = output;
109 return (output);
115 int output, error; local
145 /* Divide by inverse gain values to produce output. */
146 output
[all...]

Completed in 308 milliseconds

1234567891011>>