Home
last modified time | relevance | path

Searched refs:out2 (Results 1 – 25 of 83) sorted by relevance

1234

/freebsd-13.1/contrib/bc/tests/
H A Dother.sh238 printf '%s\n' "$num" | "$exe" "$@" > "$out2"
245 printf '%s\n' "$num" | "$exe" "$@" > "$out2"
276 checktest "$d" "$?" "arg" "$out1" "$out2"
280 checktest "$d" "$?" "arg" "$out1" "$out2"
342 "$exe" "$@" -f > /dev/null 2> "$out2"
347 "$exe" "$@" --file > /dev/null 2> "$out2"
357 "$exe" "$@" -: > /dev/null 2> "$out2"
362 "$exe" "$@" --: > /dev/null 2> "$out2"
371 "$exe" "$@" "$testdir" > /dev/null 2> "$out2"
382 "$exe" "$@" "$bin" > /dev/null 2> "$out2"
[all …]
/freebsd-13.1/sys/contrib/libsodium/test/default/
H A Dxchacha20.c67 sodium_free(out2); in tv_hchacha20()
141 crypto_stream_xchacha20_xor(out2, out2, 0, nonce, key); in tv_stream_xchacha20()
142 crypto_stream_xchacha20_xor_ic(out2, out2, 0, nonce, 1, key); in tv_stream_xchacha20()
143 sodium_free(out2); in tv_stream_xchacha20()
152 crypto_stream_xchacha20_xor(out2, out2, 128, nonce, key); in tv_stream_xchacha20()
155 sodium_free(out2); in tv_stream_xchacha20()
161 crypto_stream_xchacha20_xor_ic(out2, out2, 192, nonce, in tv_stream_xchacha20()
252 (out2, out2, 0, in tv_secretbox_xchacha20poly1305()
254 out2[n]++; in tv_secretbox_xchacha20poly1305()
258 out2[n]--; in tv_secretbox_xchacha20poly1305()
[all …]
H A Dscalarmult7.c19 static unsigned char out2[32]; variable
29 ret = crypto_scalarmult_curve25519(out2, scalar, p2); in main()
31 printf("%d\n", !!memcmp(out1, out2, 32)); in main()
/freebsd-13.1/crypto/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl939 le?vperm $out2,$out2,$out2,$inpperm
1078 le?vperm $out2,$out2,$out2,$inpperm
1104 le?vperm $out2,$out2,$out2,$inpperm
1713 le?vperm $out2,$out2,$out2,$inpperm
1742 le?vperm $out2,$out2,$out2,$inpperm
1768 le?vperm $out2,$out2,$out2,$inpperm
1791 le?vperm $out2,$out2,$out2,$inpperm
1811 le?vperm $out2,$out2,$out2,$inpperm
1828 le?vperm $out2,$out2,$out2,$inpperm
2821 vxor $out2,$out2,$out2
[all …]
H A Daes-ia64.S341 add out2=2,in0
345 { .mmi; ld1 r18=[out2],4
349 { .mmi; ld1 r22=[out2],4
357 { .mmi; ld1 r30=[out2]
388 { .mii; ADDP out2=2,in1
408 st1 [out2]=r25,4
414 st1 [out2]=r29
718 add out2=2,in0
734 { .mmi; ld1 r30=[out2]
785 st1 [out2]=r25,4
[all …]
/freebsd-13.1/crypto/heimdal/lib/kadm5/
H A Dchpass_s.c65 goto out2; in change()
101 goto out2; in change()
105 goto out2; in change()
110 goto out2; in change()
118 out2: in change()
175 goto out2; in kadm5_s_chpass_principal_with_key()
179 goto out2; in kadm5_s_chpass_principal_with_key()
182 goto out2; in kadm5_s_chpass_principal_with_key()
186 goto out2; in kadm5_s_chpass_principal_with_key()
191 goto out2; in kadm5_s_chpass_principal_with_key()
[all …]
H A Drandkey_s.c67 goto out2; in kadm5_s_randkey_principal()
75 goto out2; in kadm5_s_randkey_principal()
79 goto out2; in kadm5_s_randkey_principal()
84 goto out2; in kadm5_s_randkey_principal()
102 out2: in kadm5_s_randkey_principal()
H A Dmodify_s.c62 goto out2; in modify_principal()
65 goto out2; in modify_principal()
69 goto out2; in modify_principal()
74 goto out2; in modify_principal()
80 out2: in modify_principal()
H A Ddelete_s.c57 goto out2; in kadm5_s_delete_principal()
62 goto out2; in kadm5_s_delete_principal()
66 goto out2; in kadm5_s_delete_principal()
70 out2: in kadm5_s_delete_principal()
H A Drename_s.c62 goto out2; in kadm5_s_rename_principal()
86 goto out2; in kadm5_s_rename_principal()
93 goto out2; in kadm5_s_rename_principal()
101 goto out2; in kadm5_s_rename_principal()
105 out2: in kadm5_s_rename_principal()
/freebsd-13.1/contrib/bc/tests/bc/
H A Dtimeconst.sh54 out2="$outputdir/bc_outputs/bc_timeconst_results.txt"
98 printf '%s\n' "$i" | "$bc" "$@" -q "$timeconst" > "$out2"
100 diff "$out1" "$out2"
113 rm -f "$out2"
/freebsd-13.1/crypto/heimdal/kadmin/
H A Ddel_enctype.c66 goto out2; in del_enctype()
73 goto out2; in del_enctype()
81 goto out2; in del_enctype()
118 out2: in del_enctype()
H A Dadd_enctype.c71 goto out2; in add_enctype()
78 goto out2; in add_enctype()
86 goto out2; in add_enctype()
160 out2: in add_enctype()
/freebsd-13.1/tools/test/iconv/
H A Dconst-gnuism.c46 char *out1, *out2; in main() local
53 if ((out2 = malloc(inbytes)) == NULL) in main()
56 if (iconv(cd, in2, &inbytes, &out2, &outbytes) == -1) in main()
/freebsd-13.1/bin/sh/
H A Derror.c133 outfmt(out2, "%s: ", commandname); in vwarning()
135 outfmt(out2, "%s: ", arg0); in vwarning()
136 doformat(out2, msg, ap); in vwarning()
H A Doutput.c80 struct output *out2 = &errout; variable
103 outstr(p, out2); in out2str()
109 outqstr(p, out2); in out2qstr()
304 doformat(out2, fmt, ap); in out2fmt_flush()
306 flushout(out2); in out2fmt_flush()
H A Doutput.h57 extern struct output *out2; /* &memout if backquote with 2>&1, otherwise
84 #define out2c(c) outcslow(c, out2);
H A Dexec.c298 outfmt(out2, "%s: not found\n", name); in hashcmd()
454 outfmt(out2, "%s: not found\n", name); in find_command()
456 outfmt(out2, "%s: %s\n", name, strerror(e)); in find_command()
775 outfmt(out2, "%s: %s\n", in typecmd_impl()
801 outfmt(out2, "%s: not found\n", argv[i]); in typecmd_impl()
/freebsd-13.1/contrib/atf/atf-c/
H A Dcheck_test.c403 const char *out1, *out2; in ATF_TC_BODY() local
415 out2 = atf_check_result_stdout(&result2); in ATF_TC_BODY()
420 ATF_CHECK(strstr(out2, "check.XXXXXX") == NULL); in ATF_TC_BODY()
425 ATF_CHECK(strstr(out2, "/check") != NULL); in ATF_TC_BODY()
430 ATF_CHECK(strstr(out2, "/stdout") != NULL); in ATF_TC_BODY()
434 ATF_CHECK(strcmp(out1, out2) != 0); in ATF_TC_BODY()
447 CHECK_LINES(out2, "stdout", "result2"); in ATF_TC_BODY()
/freebsd-13.1/crypto/heimdal/lib/gssapi/
H A Dtest_context.c649 gss_buffer_desc in, out1, out2; in main() local
792 memset(&out2, 0, sizeof(out2)); in main()
800 100, &out2); in main()
802 if (out1.length != out2.length) in main()
804 if (memcmp(out1.value, out2.value, out1.length) != 0) in main()
812 if (out1.length != out2.length) in main()
814 if (memcmp(out1.value, out2.value, out1.length) != 0) in main()
818 gss_release_buffer(&min_stat, &out2); in main()
826 100, &out2); in main()
828 if (out1.length != out2.length) in main()
[all …]
/freebsd-13.1/contrib/atf/atf-c++/
H A Dcheck_test.cpp335 const std::string out2 = r2->stdout_path(); in ATF_TEST_CASE_BODY() local
340 ATF_REQUIRE(out2.find("check.XXXXXX") == std::string::npos); in ATF_TEST_CASE_BODY()
345 ATF_REQUIRE(out2.find("/check") != std::string::npos); in ATF_TEST_CASE_BODY()
350 ATF_REQUIRE(out2.find("/stdout") != std::string::npos); in ATF_TEST_CASE_BODY()
354 ATF_REQUIRE(out1 != out2); in ATF_TEST_CASE_BODY()
358 check_lines(out2, "stdout", "result2"); in ATF_TEST_CASE_BODY()
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/devices/
H A Ddevices_001_pos.ksh64 log_must dd if=$TESTDIR/$TESTFILE1 of=$TESTDIR/$TESTFILE1.out2 count=1 bs=128k
65 log_must cmp $TESTDIR/$TESTFILE1.out1 $TESTDIR/$TESTFILE1.out2
/freebsd-13.1/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m487 #define out2 %o2
134 ld [out2+256], local1
140 ld [out2+260], local2
149 ld [out2+264], local3
185 ld [out2+272], local7
432 ldub [out2+local1], local1
640 ld [out2+256], ip1
647 ld [out2+272], ip5
666 ld [out2+268], ip4
669 ld [out2+260], ip2
[all …]
/freebsd-13.1/tests/sys/netgraph/
H A Dng_macfilter_test.sh323 n=$(countmacs out2)
345 n=$(countmacs out2)
395 n=$(countmacs out2)
421 n=$(countmacs out2)
/freebsd-13.1/crypto/heimdal/lib/hdb/
H A Dkeytab.c201 goto out2; in hdb_get_entry()
205 goto out2; in hdb_get_entry()
211 goto out2; in hdb_get_entry()
249 out2: in hdb_get_entry()

1234