Searched refs:output (Results 51 - 75 of 934) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/
H A Dzfs_upgrade_001_pos.ksh56 for file in $output $oldoutput ; do
67 typeset output=$TEST_BASE_DIR/zfs-versions.$$
97 log_must eval 'zfs upgrade > $output 2>&1'
101 log_must grep -q "${expect_str1} $ZFS_VERSION" $output
102 zfs upgrade | awk '$1 ~ "^[0-9]+$" {print $2}'> $output
103 COUNT=$(wc -l < $output)
107 log_must grep "^$fs$" $output
112 cat $output
120 log_must eval 'zfs upgrade > $output 2>&1'
121 log_must grep -q "${expect_str1} $ZFS_VERSION" $output
[all...]
/freebsd-current/usr.bin/lorder/tests/
H A Dlorder_test.sh23 echo "a.o a.o" >output
24 atf_check -o file:output \
35 echo "a.o a.o" >output
36 atf_check -o file:output \
70 done >output
71 echo "b.o a.o" >>output
72 echo "c.o b.o" >>output
73 atf_check -o file:output \
93 done >output
95 echo "z.a z.a" >>output
[all...]
/freebsd-current/release/scripts/
H A Dmtree-to-plist.awk76 output="kernel"
78 output=output"."_kernconf
81 output=output"-dbg.plist"
83 output=output".plist"
86 output=pkgname".plist"
89 print "@"type"("uname","gname","mode","flags") " $1 > output
/freebsd-current/tests/sys/cddl/zfs/tests/zvol/
H A Dzvol_common.kshlib40 typeset -i output
104 output=$($DUMPADM -d /dev/zvol/$volume 2>&1 | \
107 if [[ -n $output ]]; then
108 (( output = output / 1024 / 1024 ))
109 (( output = output + output / 5 ))
110 log_must $ZFS set volsize=${output}m $volume
/freebsd-current/sys/contrib/openzfs/.github/workflows/scripts/
H A Dgenerate-summary.sh10 function output() { function
15 output ":bangbang: $* :bangbang:\n"
33 output "<pre>"
35 output "</pre>"
45 output "All tests passed :thumbsup:"
48 output "<details><summary>Full Listing</summary><pre>"
50 output "</pre></details>"
77 output "\n## $headline\n"
87 output "\n## $headline\n"
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_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##*>}
[all...]
/freebsd-current/contrib/googletest/googletest/test/
H A Dgtest_testbridge_test.py57 Assert('filter = *.TestThatSucceeds' in p.output)
58 Assert('[ OK ] TestFilterTest.TestThatSucceeds' in p.output)
59 Assert('[ PASSED ] 1 test.' in p.output)
H A Dgoogletest-list-tests-unittest.py53 # The expected output when running googletest-list-tests-unittest_ with
99 # The expected output when running googletest-list-tests-unittest_ with
125 ).output
135 """Run googletest-list-tests-unittest_ and verify the output.
143 expected_output_re: regular expression that matches the expected output
164 output = Run(args)
168 expected_output_re.match(output),
169 'when %s is %s, the output of "%s" is "%s",\n'
175 output,
181 not EXPECTED_OUTPUT_NO_FILTER_RE.match(output),
[all...]
/freebsd-current/contrib/bsddialog/examples_library/
H A Ddatebox.c17 int output; local
35 output = bsddialog_datebox(&conf, "Example", 9, 35, &yy, &mm, &dd);
37 if (output == BSDDIALOG_ERROR) {
H A Dtimebox.c17 int output; local
35 output = bsddialog_timebox(&conf, "Example", 9, 35, &hh, &mm, &ss);
37 if (output == BSDDIALOG_ERROR) {
H A Dcalendar.c17 int output; local
35 output = bsddialog_calendar(&conf, "Example", 18, 40, &yy, &mm, &dd);
37 if (output == BSDDIALOG_ERROR) {
/freebsd-current/bin/sh/
H A Doutput.c36 * Shell output routines. We use our own output routines because:
38 * any pending output.
40 * save the output of the command in a region obtained
42 * output of the command via a pipe.
56 #include "output.h"
63 #define MEM_OUT -2 /* output to dynamically allocated memory */
64 #define OUTPUT_ERR 01 /* error occurred on output */
68 struct output output variable in typeref:struct:output
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scripting/
H A Dtst.stringmacro.ksh65 output=`$dfilename 'this is test' 2>/dev/null`
72 if [ "$output" != "this is test" ]; then
73 print -u2 "Expected output not returned"
/freebsd-current/contrib/kyua/integration/helpers/
H A Drace.cpp79 std::ofstream output(shared_path.c_str());
80 if (!output) {
85 output << contents;
86 output.close();
/freebsd-current/crypto/openssh/
H A Dxmss_commons.h17 void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes);
/freebsd-current/usr.bin/dc/tests/
H A Dinout.sh53 dc input.dc > output.txt
68 atf_check cmp expect.txt output.txt
86 dc input.dc > output.txt
93 atf_check cmp expect.txt output.txt
/freebsd-current/tests/sys/cddl/zfs/tests/zones/
H A Dzones_005_pos.ksh62 log_must eval "$ZPOOL get bootfs zonepool > $TMPDIR/output.${TESTCASE_ID}"
63 log_must $GREP "zonepool bootfs -" $TMPDIR/output.${TESTCASE_ID}
65 $RM $TMPDIR/output.${TESTCASE_ID}
/freebsd-current/contrib/kyua/cli/
H A Dcmd_db_exec.cpp72 std::ostringstream output; local
74 std::ostream_iterator< std::string >(output, " "));
76 std::string result = output.str();
117 /// Formats the column names of a statement for output as CSV.
125 std::string output; local
128 output += stmt.column_name(i) + ',';
129 output += stmt.column_name(i);
130 return output;
134 /// Formats a row of a statement for output as CSV.
142 std::string output; local
[all...]
/freebsd-current/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_dl_symver.sh45 -o file:$(datadir)/symver-output-ref-stdout.v$tv-v$lv \
46 -e file:$(datadir)/symver-output-ref-stderr.v$tv-v$lv \
/freebsd-current/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_random.c38 static char output[0x100]; local
53 if (length >= sizeof(output) || (int)length > params->max)
69 if (length + (end - start) >= sizeof(output) - 1) {
73 memcpy(&output[length], start, end - start);
79 output[length++] = SEPARATORS[i];
83 output[length++] = ' ';
87 output[length] = '\0';
91 return output;
/freebsd-current/usr.bin/fortune/tools/
H A DDo_troff7 echo troff output in $file.tr
/freebsd-current/tools/test/sort/regression/
H A DMakefile14 mkdir -p output
16 @LANG=C;${SORT} data/${f} >output/${f}
18 @${CMP} ref/${f} output/${f}
22 @LANG=C;${SORT} -${opt} data/${f} >output/${f}${opt}
24 @${CMP} ref/${f}${opt} output/${f}${opt}
28 CLEANDIRS+= output
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_range.cpp16 InternalMmapVectorNoCtor<Range> &output) {
17 output.clear();
49 if (!output.empty() && start == output.back().end)
50 output.back().end = e.val;
52 output.push_back({start, e.val});
15 Intersect(ArrayRef<Range> a, ArrayRef<Range> b, InternalMmapVectorNoCtor<Range> &output) argument
/freebsd-current/crypto/openssl/test/recipes/
H A D79-test_http.t21 my @output = run(app($cmd), capture => 1);
22 $output[0] =~ s/\r\n/\n/g;
23 ok($output[0] =~ /^ACCEPT (0.0.0.0|\[::\]):(\d+?) PID=(\d+)$/
/freebsd-current/usr.bin/calendar/
H A Devents.c78 char *output; local
86 output = strdup(input);
87 if (output == NULL)
89 return (output);
105 if ((output = malloc(outlen + 1)) == NULL)
110 outbuf = output + converted;
120 free(output);
124 converted = outbuf - output;
127 if ((tmp = realloc(output, outlen + 1)) == NULL) {
128 free(output);
[all...]

Completed in 327 milliseconds

1234567891011>>