Searched refs:out2 (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-12-stable/contrib/bc/tests/
H A Dother.sh171 out2="$testdir/../.log_${d}_test.txt"
178 printf '%s\n' "$num" | "$exe" "$@" > "$out2"
180 checktest "$d" "$?" "environment var" "$out1" "$out2"
185 printf '%s\n' "$num" | "$exe" "$@" > "$out2"
187 checktest "$d" "$?" "environment var" "$out1" "$out2"
199 "$exe" "$@" -e "$exprs" -f "$f" --expression "$exprs" --file "$f" -e "$halt" > "$out2"
201 checktest "$d" "$?" "arg" "$out1" "$out2"
203 printf '%s\n' "$halt" | "$exe" "$@" -- "$f" "$f" "$f" "$f" > "$out2"
205 checktest "$d" "$?" "arg" "$out1" "$out2"
220 "$exe" "$@" -f "saotehasotnehasthistohntnsahxstnhalcrgxgrlpyasxtsaosysxsatnhoy.txt" > /dev/null 2> "$out2"
[all...]
/freebsd-12-stable/contrib/gcclibs/libgomp/config/linux/ia64/
H A Dfutex.h41 register long out2 asm ("out2") = val;
46 : "=r"(r15), "=r"(out0), "=r"(out1), "=r"(out2), "=r"(out3)
47 : "r"(r15), "r"(out0), "r"(out1), "r"(out2), "r"(out3)
/freebsd-12-stable/sys/contrib/libsodium/test/default/
H A Dxchacha20.c37 unsigned char *out2; local
44 out2 = (unsigned char *) sodium_malloc(crypto_core_hchacha20_OUTPUTBYTES);
53 crypto_core_hchacha20(out2, in, key, NULL);
54 assert(memcmp(out, out2, crypto_core_hchacha20_OUTPUTBYTES) == 0);
64 crypto_core_hchacha20(out2, in, key, constant);
65 assert(memcmp(out, out2, crypto_core_hchacha20_OUTPUTBYTES) == 0);
67 sodium_free(out2);
109 unsigned char *out2; local
125 out2 = (unsigned char *) sodium_malloc(out_len);
126 crypto_stream_xchacha20(out2, out_le
219 unsigned char *out2; local
[all...]
H A Dscalarmult7.c19 static unsigned char out2[32]; variable
29 ret = crypto_scalarmult_curve25519(out2, scalar, p2);
31 printf("%d\n", !!memcmp(out1, out2, 32));
/freebsd-12-stable/sys/contrib/zstd/tests/gzip/
H A Dlist.sh28 gzip -l in.gz | cat >out2 || fail=1
29 compare out1 out2 || fail=1
/freebsd-12-stable/contrib/bc/tests/bc/
H A Dtimeconst.sh50 out2="$testdir/../.log_bc_timeconst_test.txt"
80 printf '%s\n' "$i" | "$bc" "$@" -q "$timeconst" > "$out2"
82 diff "$out1" "$out2"
94 rm -f "$out2"
/freebsd-12-stable/crypto/heimdal/lib/kadm5/
H A Dchpass_s.c65 goto out2;
77 goto out2;
90 goto out2;
95 goto out2;
101 goto out2;
105 goto out2;
110 goto out2;
118 out2:
175 goto out2;
179 goto out2;
[all...]
H A Ddelete_s.c57 goto out2;
62 goto out2;
66 goto out2;
70 out2:
H A Dmodify_s.c62 goto out2;
65 goto out2;
69 goto out2;
74 goto out2;
80 out2:
H A Drandkey_s.c67 goto out2;
75 goto out2;
79 goto out2;
84 goto out2;
102 out2:
H A Drename_s.c62 goto out2;
86 goto out2;
93 goto out2;
101 goto out2;
105 out2:
/freebsd-12-stable/tools/test/iconv/
H A Dconst-gnuism.c46 char *out1, *out2; local
53 if ((out2 = malloc(inbytes)) == NULL)
56 if (iconv(cd, in2, &inbytes, &out2, &outbytes) == -1)
/freebsd-12-stable/crypto/heimdal/kadmin/
H A Ddel_enctype.c66 goto out2;
73 goto out2;
81 goto out2;
118 out2:
H A Dadd_enctype.c71 goto out2;
78 goto out2;
86 goto out2;
160 out2:
/freebsd-12-stable/bin/sh/
H A Derror.c133 outfmt(out2, "%s: ", commandname);
135 outfmt(out2, "%s: ", arg0);
136 doformat(out2, msg, ap);
H A Doutput.h57 extern struct output *out2; /* &memout if backquote with 2>&1, otherwise
84 #define out2c(c) outcslow(c, out2);
H A Doutput.c80 struct output *out2 = &errout; variable in typeref:struct:output
103 outstr(p, out2);
109 outqstr(p, out2);
304 doformat(out2, fmt, ap);
306 flushout(out2);
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl675 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21));
790 vxor $out2,$in2,$rndkey0
808 vncipher $out2,$out2,v24
819 vncipher $out2,$out2,v25
831 vncipher $out2,$out2,v24
841 vncipher $out2,$out2,v2
[all...]
/freebsd-12-stable/bin/sh/bltin/
H A Dbltin.h54 #define stderr out2
/freebsd-12-stable/sys/xen/interface/
H A Ddom0_ops.h77 uint32_t out2; member in struct:dom0_msr
/freebsd-12-stable/contrib/atf/atf-c/
H A Dcheck_test.c403 const char *out1, *out2; local
415 out2 = atf_check_result_stdout(&result2);
420 ATF_CHECK(strstr(out2, "check.XXXXXX") == NULL);
425 ATF_CHECK(strstr(out2, "/check") != NULL);
430 ATF_CHECK(strstr(out2, "/stdout") != NULL);
434 ATF_CHECK(strcmp(out1, out2) != 0);
447 CHECK_LINES(out2, "stdout", "result2");
/freebsd-12-stable/contrib/atf/atf-c++/
H A Dcheck_test.cpp335 const std::string out2 = r2->stdout_path(); local
340 ATF_REQUIRE(out2.find("check.XXXXXX") == std::string::npos);
345 ATF_REQUIRE(out2.find("/check") != std::string::npos);
350 ATF_REQUIRE(out2.find("/stdout") != std::string::npos);
354 ATF_REQUIRE(out1 != out2);
358 check_lines(out2, "stdout", "result2");
/freebsd-12-stable/crypto/heimdal/lib/gssapi/
H A Dtest_context.c649 gss_buffer_desc in, out1, out2; local
792 memset(&out2, 0, sizeof(out2));
800 100, &out2);
802 if (out1.length != out2.length)
804 if (memcmp(out1.value, out2.value, out1.length) != 0)
812 if (out1.length != out2.length)
814 if (memcmp(out1.value, out2.value, out1.length) != 0)
818 gss_release_buffer(&min_stat, &out2);
826 100, &out2);
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.fds.ksh28 tmpout2=/tmp/tst.fds.$$.out2
/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A Dtest_crypto.in176 FILE:out2.pem || exit 1
181 PKCS12:out2.pem || exit 1

Completed in 137 milliseconds

123