Home
last modified time | relevance | path

Searched full:output (Results 1 – 25 of 6694) sorted by relevance

12345678910>>...268

/freebsd-13-stable/contrib/byacc/
HDMANIFEST33 output.c original version of byacc - 1993
69 test/btyacc/big_b.output exercise -L/-B options
71 test/btyacc/big_l.output exercise -L/-B options
72 test/btyacc/btyacc_calc1.error reference output for testing
73 test/btyacc/btyacc_calc1.output reference output for testing
74 test/btyacc/btyacc_calc1.tab.c reference output for testing
75 test/btyacc/btyacc_calc1.tab.h reference output for testing
76 test/btyacc/btyacc_demo.error reference output for testing
77 test/btyacc/btyacc_demo.output reference output for testing
78 test/btyacc/btyacc_demo.tab.c reference output for testing
[all …]
HDCHANGES55output, test/btyacc/calc_code_all.tab.c, test/btyacc/calc_code_all.tab.h, test/btyacc/calc_code_de…
58 * output.c:
61 * output.c:
69 will be done for a whole section in output.c
73output, test/yacc/calc_code_default.error, test/yacc/calc_code_default.output, test/yacc/calc_code…
89 * output.c, reader.c: gcc-warnings
91 * output.c: check validity of text_file before rewind
111 * defs.h, reader.c, output.c: add support for bison's "%code" feature
174 output of test_defines should be a header ".h", not ".c"
176output, test/btyacc/defines2.calc.h, test/btyacc/defines2.error, test/btyacc/defines2.output, test…
[all …]
/freebsd-13-stable/contrib/ldns/
HDhost2str.c197 ldns_pkt_opcode2buffer_str(ldns_buffer *output, ldns_pkt_opcode opcode) in ldns_pkt_opcode2buffer_str() argument
201 ldns_buffer_printf(output, "%s", lt->name); in ldns_pkt_opcode2buffer_str()
203 ldns_buffer_printf(output, "OPCODE%u", opcode); in ldns_pkt_opcode2buffer_str()
205 return ldns_buffer_status(output); in ldns_pkt_opcode2buffer_str()
209 ldns_pkt_rcode2buffer_str(ldns_buffer *output, ldns_pkt_rcode rcode) in ldns_pkt_rcode2buffer_str() argument
213 ldns_buffer_printf(output, "%s", lt->name); in ldns_pkt_rcode2buffer_str()
215 ldns_buffer_printf(output, "RCODE%u", rcode); in ldns_pkt_rcode2buffer_str()
217 return ldns_buffer_status(output); in ldns_pkt_rcode2buffer_str()
221 ldns_algorithm2buffer_str(ldns_buffer *output, in ldns_algorithm2buffer_str() argument
227 ldns_buffer_printf(output, "%s", lt->name); in ldns_algorithm2buffer_str()
[all …]
/freebsd-13-stable/sys/contrib/device-tree/include/dt-bindings/clock/
HDtegra186-clock.h26 * @defgroup extern_output external output clocks
350 /** @brief output of gate CLK_ENB_FUSE */
354 * @details output of gate CLK_ENB_GPU. This output connects to the GPU
360 /** @brief output of gate CLK_ENB_PCIE */
362 /** @brief output of the divider IPFS_CLK_DIVISOR */
364 /** @brief output of gate CLK_ENB_PCIE2_IOBIST */
366 /** @brief output of gate CLK_ENB_PCIERX0*/
368 /** @brief output of gate CLK_ENB_PCIERX1*/
370 /** @brief output of gate CLK_ENB_PCIERX2*/
372 /** @brief output of gate CLK_ENB_PCIERX3*/
[all …]
/freebsd-13-stable/contrib/ntp/sntp/unity/auto/
HDgenerate_test_runner.rb78 File.open(output_file, 'w') do |output|
79 create_header(output, used_mocks, testfile_includes)
80 create_externs(output, tests, used_mocks)
81 create_mock_management(output, used_mocks)
82 create_suite_setup_and_teardown(output)
83 create_reset(output, used_mocks)
84 create_main(output, input_file, tests, used_mocks)
170 def create_header(output, mocks, testfile_includes=[]) argument
171 output.puts('/* AUTOGENERATED FILE. DO NOT EDIT. */')
172 create_runtest(output, mocks)
[all …]
/freebsd-13-stable/contrib/googletest/googlemock/test/
HDgmock_output_test.py32 r"""Tests the text output of Google C++ Mocking Framework.
64 def RemoveReportHeaderAndFooter(output): argument
65 """Removes Google Test result report's header and footer from the output."""
67 output = re.sub(r'.*gtest_main.*\n', '', output)
68 output = re.sub(r'\[.*\d+ tests.*\n', '', output)
69 output = re.sub(r'\[.* test environment .*\n', '', output)
70 output = re.sub(r'\[=+\] \d+ tests .* ran.*', '', output)
71 output = re.sub(r'.* FAILED TESTS\n', '', output)
72 return output
75 def RemoveLocations(output): argument
[all …]
/freebsd-13-stable/contrib/ldns/ldns/
HDhost2str.h79 * Output format specifier
98 * Output format struct with additional data for flags that use them.
110 * Standard output format record that disables commenting in the textual
115 * Standard output format record that annotated only DNSKEY RR's with comment
120 * The default output format record. Same as ldns_output_format_onlykeyids.
124 * Standard output format record that shows all DNSKEY related information in
131 * Initialize output format storage to the default value.
144 * Set an output format flag.
151 * Clear an output format flag.
158 * Makes sure the LDNS_FMT_RFC3597 is set in the output format.
[all …]
/freebsd-13-stable/usr.bin/yacc/tests/
HDMakefile84 FILEStest_yacc+= big_b.output
86 FILEStest_yacc+= big_l.output
88 FILEStest_yacc+= calc_code_all.output
92 FILEStest_yacc+= calc_code_default.output
96 FILEStest_yacc+= calc_code_imports.output
100 FILEStest_yacc+= calc_code_provides.output
104 FILEStest_yacc+= calc_code_requires.output
108 FILEStest_yacc+= calc_code_top.output
112 FILEStest_yacc+= calc.output
116 FILEStest_yacc+= calc1.output
[all …]
/freebsd-13-stable/contrib/googletest/googletest/test/
HDgoogletest-output-test.py32 r"""Tests the text output of Google C++ Testing and Mocking Framework.
36 where BUILD/DIR contains the built googletest-output-test_ file.
58 GOLDEN_NAME = 'googletest-output-test-golden-lin.txt'
60 PROGRAM_PATH = gtest_test_utils.GetTestExecutablePath('googletest-output-test_')
103 """Removes all file location info from a Google Test program's output.
106 test_output: the output of a Google Test program.
109 output with all file location info (in the form of
116 r'.*[/\\]((googletest-output-test_|gtest).cc)(\:\d+|\(\d+\))\: ',
122 def RemoveStackTraceDetails(output): argument
123 """Removes all stack traces from a Google Test program's output."""
[all …]
/freebsd-13-stable/contrib/bmake/unit-tests/
HDvar-op-shell.mk6 # The variable OUTPUT gets the output from running the shell command.
7 OUTPUT!= echo "success"'ful'
8 .if ${OUTPUT} != "successful"
12 # Since 2014-08-20, the output of the shell command may be empty.
15 # an empty output produced the error message "Couldn't read shell's output
20 # reading part of its output.
21 OUTPUT!= true
22 .if ${OUTPUT} != ""
26 # The output of a shell command that failed is processed nevertheless.
31 OUTPUT!= echo "failed"; false
[all …]
/freebsd-13-stable/lib/libc/stdio/
HDstdio.335 .Nd standard input/output library functions
49 Input and output is mapped into logical data streams
74 function; all output takes place as if all characters were
82 Output streams are flushed (any unwritten buffer contents are transferred
94 function is called, all open files are closed (hence all output
98 buffered output may be lost.
122 .Em standard output
123 (for writing conventional output), and
126 (for writing diagnostic output).
133 is unbuffered; the standard input and output streams are
[all …]
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
HDPrintLib.h8 The Print Library functions provide a simple means to produce formatted output
9 strings. Many of the output functions use a format string to describe how to
10 format the output of variable arguments. The format string consists of normal
201 Produces a Null-terminated Unicode string in an output buffer based on
206 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
211 The number of Unicode characters in the produced output buffer is returned not including
217 If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
219 If BufferSize > 1 and FormatString is NULL, then ASSERT(). Also, the output buffer is
222 (PcdMaximumUnicodeStringLength * sizeof (CHAR16) + 1), then ASSERT(). Also, the output
226 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
[all …]
/freebsd-13-stable/contrib/kyua/utils/format/
HDcontainers.ipp39 /// \param output The stream into which to inject the object.
42 /// \return The output stream.
45 std::operator<<(std::ostream& output, const std::map< K, V >& object)
47 output << "map(";
52 output << ", ";
53 output << (*iter).first << "=" << (*iter).second;
55 output << ")";
56 return output;
62 /// \param output The stream into which to inject the object.
65 /// \return The output stream.
[all …]
/freebsd-13-stable/bin/dd/
HDdd.146 utility copies the standard input to the standard output.
49 to form the output block.
52 displays the number of complete and partial input and output blocks
53 and truncated input records to the standard error output.
58 Set both input and output block size to
70 are specified, then each input block is copied to the output as a
129 Set the output block size to
133 Write output to
135 instead of the standard output.
136 Any regular output file is truncated unless the
[all …]
/freebsd-13-stable/tools/debugscripts/
HDgdbinit.kernel63 output $bp->b_proc
65 output $bp->b_flags
67 output $bp->b_qindex
69 output $bp->b_usecount
71 output $bp->b_error
73 output $bp->b_bufsize
75 output $bp->b_io.bio_bcount
77 output $bp->b_io.bio_resid
79 output $bp->b_io.bio_dev
81 output $bp->b_io.bio_data
[all …]
/freebsd-13-stable/sys/arm/nvidia/drm2/
HDtegra_drm_subr.c52 struct tegra_drm_encoder *output; in tegra_drm_connector_get_modes() local
56 output = container_of(connector, struct tegra_drm_encoder, in tegra_drm_connector_get_modes()
60 if (output->panel != NULL) { in tegra_drm_connector_get_modes()
66 edid = output->edid; in tegra_drm_connector_get_modes()
70 edid = drm_get_edid(connector, output->ddc); in tegra_drm_connector_get_modes()
85 struct tegra_drm_encoder *output; in tegra_drm_connector_best_encoder() local
87 output = container_of(connector, struct tegra_drm_encoder, in tegra_drm_connector_best_encoder()
90 return &(output->encoder); in tegra_drm_connector_best_encoder()
96 struct tegra_drm_encoder *output; in tegra_drm_connector_detect() local
100 output = container_of(connector, struct tegra_drm_encoder, in tegra_drm_connector_detect()
[all …]
/freebsd-13-stable/contrib/libxo/libxo/
HDlibxo.315 .Nd library for emitting text, XML, JSON, or HTML output
29 output.
32 the output.
34 Most commands emit text output aimed at humans.
40 information from this human-oriented output.
48 updates when output contents change or evolve, requiring testing and
57 In addition, modern reality means that more output ends up in web
58 browsers than in terminals, making HTML output valuable.
62 traditional text output, as well as XML and JSON formatted data.
65 output, with attributes that detail how to render the data.
[all …]
/freebsd-13-stable/contrib/kyua/doc/
HDmanbuild_test.sh37 atf_check "${MANBUILD}" input output
38 atf_check cat output
49 atf_check "${MANBUILD}" input output
50 atf_check -o file:input cat output
61 atf_check "${MANBUILD}" -v FOO=this input output
67 atf_check -o file:expout cat output
78 atf_check "${MANBUILD}" -v FOO=this -v BAR=replaced input output
84 atf_check -o file:expout cat output
98 atf_check "${MANBUILD}" input output
107 atf_check -o file:expout cat output
[all …]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
HDzdb_display_block.ksh35 # (similar to zdb -ddddddbbbbbb output)
71 output=$(zdb -ddddddbbbbbb $TESTPOOL/$TESTFS $obj 2> /dev/null \
73 dva=$(sed -Ene 's/^.+DVA\[0\]=<([^>]+)>.*/\1/p' <<< "$output")
75 output=$(zdb -ddddddbbbbbb $TESTPOOL/$TESTFS $obj 2> /dev/null \
77 blk_out0=${output##*>}
80 output=$(zdb -ddddddbbbbbb $TESTPOOL/$TESTFS $obj 2> /dev/null \
82 blk_out1=${output##*>}
85 output=$(export ZDB_NO_ZLE=\"true\"; zdb -R $TESTPOOL $dva:bd\
87 output=${output##*>}
88 output=${output##+([[:space:]])}
[all …]
HDzdb_objset_id.ksh70 output=$(zdb -d $TESTPOOL/$TESTFS)
71 objset_id=$(echo $output | awk '{split($0,array,",")} END{print array[2]}' |
79 output=$(zdb -dddddd $TESTPOOL/$id $obj)
80 reason="($TESTPOOL/$TESTFS not in zdb output)"
81 echo $output |grep "$TESTPOOL/$TESTFS" > /dev/null
84 reason="(file1 not in zdb output)"
85 echo $output |grep "file1" > /dev/null
91 output=$(zdb -NNNNNN $TESTPOOL/$id $obj)
92 reason="($TESTPOOL/$TESTFS not in zdb output)"
93 echo $output |grep "$TESTPOOL/$TESTFS" > /dev/null
[all …]
/freebsd-13-stable/sys/contrib/libsodium/test/default/
HDstream.c16 static unsigned char output[4194304]; variable
26 randombytes_buf(output, sizeof output); in main()
27 crypto_stream(output, sizeof output, nonce, firstkey); in main()
28 crypto_hash_sha256(h, output, sizeof output); in main()
32 assert(sizeof output > 4000); in main()
34 crypto_stream_xsalsa20_xor_ic(output, output, 4000, nonce, 0U, firstkey); in main()
36 assert(output[i] == 0); in main()
38 crypto_stream_xsalsa20_xor_ic(output, output, 4000, nonce, 1U, firstkey); in main()
39 crypto_hash_sha256(h, output, sizeof output); in main()
44 memset(output, i, 64); in main()
[all …]
HDkdf.exp11 Failure -- probably expected for output length=0
12 Failure -- probably expected for output length=1
13 Failure -- probably expected for output length=2
14 Failure -- probably expected for output length=3
15 Failure -- probably expected for output length=4
16 Failure -- probably expected for output length=5
17 Failure -- probably expected for output length=6
18 Failure -- probably expected for output length=7
19 Failure -- probably expected for output length=8
20 Failure -- probably expected for output length=9
[all …]
/freebsd-13-stable/usr.bin/clang/llvm-objcopy/
HDllvm-objcopy.135 \fBllvm\-objcopy\fP [\fIoptions\fP] \fIinput\fP [\fIoutput\fP]
39 usage, it makes a semantic copy of the input to the output. If any options are
40 specified, the output may be modified along the way, e.g. by removing sections.
42 If no output file is specified, the input file is modified in\-place. If \(dq\-\(dq is
44 input stream. If \(dq\-\(dq is specified for the output file, the output is written to
45 the standard output stream of the program.
59 Add a .gnu_debuglink section for \fB<debug\-file>\fP to the output.
65 output. For ELF objects the section will be of type \fISHT_NOTE\fP, if the name
86 Remove most local symbols from the output. Different file formats may limit
95 \fB<file>\fP is unrelated to the input and output files provided to
[all …]
/freebsd-13-stable/contrib/wireguard-tools/
HDcurve25519-hacl64.h49 static __always_inline void fproduct_copy_from_wide_(u64 *output, u128 *input) in fproduct_copy_from_wide_() argument
53 output[0] = ((u64)(xi)); in fproduct_copy_from_wide_()
57 output[1] = ((u64)(xi)); in fproduct_copy_from_wide_()
61 output[2] = ((u64)(xi)); in fproduct_copy_from_wide_()
65 output[3] = ((u64)(xi)); in fproduct_copy_from_wide_()
69 output[4] = ((u64)(xi)); in fproduct_copy_from_wide_()
74 fproduct_sum_scalar_multiplication_(u128 *output, u64 *input, u64 s) in fproduct_sum_scalar_multiplication_() argument
76 output[0] += (u128)input[0] * s; in fproduct_sum_scalar_multiplication_()
77 output[1] += (u128)input[1] * s; in fproduct_sum_scalar_multiplication_()
78 output[2] += (u128)input[2] * s; in fproduct_sum_scalar_multiplication_()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDYAMLTraits.cpp481 // Output
484 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() function in Output
487 Output::~Output() = default;
489 bool Output::outputting() const { in outputting()
493 void Output::beginMapping() { in beginMapping()
499 bool Output::mapTag(StringRef Tag, bool Use) { in mapTag()
512 output(" "); in mapTag()
514 output(Tag); in mapTag()
530 void Output::endMapping() { in endMapping()
535 output("{}"); in endMapping()
[all …]

12345678910>>...268