Searched refs:out (Results 1 - 25 of 3828) sorted by relevance

1234567891011>>

/freebsd-current/usr.bin/diff3/tests/
H A DMakefile13 1.out \
14 1t.out \
15 2.out \
16 3.out \
17 4.out \
18 5.out \
19 6.out \
20 7.out \
21 8.out \
22 9.out \
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Derr.D_PROC_NAME.badname.d36 pid$1:a.out::beginning
H A Derr.D_PROC_FUNC.badfunc.d38 pid$1:a.out:ahl_r00lz:entry
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Derr.D_PROC_ALIGN.misaligned.d38 pid$1:a.out:main:7
/freebsd-current/usr.sbin/autofs/autofs/
H A Dspecial_hosts6 out=`getent hosts`
8 echo "$out" | awk '{ print $2 }' | sort -u
12 out=`showmount -E "$1"`
14 echo "$out" | awk -v host="$1" \
/freebsd-current/usr.bin/sdiff/tests/
H A DMakefile8 d_flags_l.out \
9 d_flags_s.out \
10 d_flags_w.out \
11 d_iflags_a1.out \
12 d_iflags_a2.out \
13 d_iflags_b1.out \
14 d_iflags_b2.out \
15 d_iflags_c1.out \
16 d_iflags_c2.out \
17 d_iflags_d1.out \
[all...]
/freebsd-current/usr.bin/hexdump/tests/
H A DMakefile10 ${PACKAGE}FILES+= d_hexdump_bflag_a.out
11 ${PACKAGE}FILES+= d_hexdump_bflag_b.out
12 ${PACKAGE}FILES+= d_hexdump_bflag_c.out
13 ${PACKAGE}FILES+= d_hexdump_cflag_a.out
14 ${PACKAGE}FILES+= d_hexdump_cflag_b.out
15 ${PACKAGE}FILES+= d_hexdump_cflag_c.out
16 ${PACKAGE}FILES+= d_hexdump_dflag_a_el.out
17 ${PACKAGE}FILES+= d_hexdump_dflag_b_el.out
18 ${PACKAGE}FILES+= d_hexdump_dflag_c_el.out
19 ${PACKAGE}FILES+= d_hexdump_dflag_a_eb.out
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Bean.ksh40 java -cp test.jar TestBean TestBean.out
41 rm -f TestBean.out
/freebsd-current/usr.bin/locale/tests/
H A DMakefile6 ${PACKAGE}FILES+= k_flag_posix_monetary.out
7 ${PACKAGE}FILES+= k_flag_posix_numeric.out
8 ${PACKAGE}FILES+= k_flag_posix_time.out
9 ${PACKAGE}FILES+= k_flag_posix_messages.out
10 ${PACKAGE}FILES+= no_flags_posix_monetary.out
11 ${PACKAGE}FILES+= no_flags_posix_numeric.out
12 ${PACKAGE}FILES+= no_flags_posix_time.out
13 ${PACKAGE}FILES+= no_flags_posix_messages.out
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.strsize.d30 out = json(in, "a");
31 printf("|%s|\n%s\n\n", in, out != NULL ? out : "<NULL>");
34 out = json(in, "a");
35 printf("|%s|\n%s\n\n", in, out != NULL ? out : "<NULL>");
38 out = json(in, "b");
39 printf("|%s|\n%s\n\n", in, out != NULL ? out : "<NULL>");
42 out
[all...]
/freebsd-current/usr.bin/jot/tests/
H A DMakefile6 ${PACKAGE}FILES+= regress.ascii.out
7 ${PACKAGE}FILES+= regress.block.out
8 ${PACKAGE}FILES+= regress.dddd.out
9 ${PACKAGE}FILES+= regress.dddh.out
10 ${PACKAGE}FILES+= regress.ddhd.out
11 ${PACKAGE}FILES+= regress.ddhd2.out
12 ${PACKAGE}FILES+= regress.ddhh.out
13 ${PACKAGE}FILES+= regress.ddhh2.out
14 ${PACKAGE}FILES+= regress.dhdd.out
15 ${PACKAGE}FILES+= regress.dhdh.out
[all...]
/freebsd-current/sys/contrib/libsodium/test/default/
H A Dchacha20.c25 unsigned char out[160]; local
37 crypto_stream_chacha20(out, sizeof out, nonce, key);
38 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out);
40 for (plen = 1U; plen < sizeof out; plen++) {
42 crypto_stream_chacha20_xor(part, out, plen, nonce, key);
49 assert(66 <= sizeof out);
51 memset(out, (int) (plen & 0xff), sizeof out); local
112 unsigned char out[160]; local
139 memset(out, (int) (plen & 0xff), sizeof out); local
[all...]
/freebsd-current/usr.bin/diff/tests/
H A DMakefile7 Bflag_C.out \
8 Bflag_D.out \
9 Bflag_F.out \
16 simple.out \
17 simple_e.out \
18 simple_n.out \
19 simple_u.out \
20 simple_i.out \
21 simple_w.out \
22 simple_b.out \
[all...]
/freebsd-current/usr.bin/printf/tests/
H A DMakefile6 ${PACKAGE}FILES+= regress.b.out
7 ${PACKAGE}FILES+= regress.bwidth.out
8 ${PACKAGE}FILES+= regress.d.out
9 ${PACKAGE}FILES+= regress.f.out
10 ${PACKAGE}FILES+= regress.l1.out
11 ${PACKAGE}FILES+= regress.l2.out
12 ${PACKAGE}FILES+= regress.m1.out
13 ${PACKAGE}FILES+= regress.m2.out
14 ${PACKAGE}FILES+= regress.m3.out
15 ${PACKAGE}FILES+= regress.m4.out
[all...]
/freebsd-current/usr.bin/tr/tests/
H A DMakefile6 ${PACKAGE}FILES+= regress.00.out
7 ${PACKAGE}FILES+= regress.01.out
8 ${PACKAGE}FILES+= regress.02.out
9 ${PACKAGE}FILES+= regress.03.out
10 ${PACKAGE}FILES+= regress.04.out
11 ${PACKAGE}FILES+= regress.05.out
12 ${PACKAGE}FILES+= regress.06.out
13 ${PACKAGE}FILES+= regress.07.out
14 ${PACKAGE}FILES+= regress.08.out
15 ${PACKAGE}FILES+= regress.09.out
[all...]
/freebsd-current/crypto/openssl/crypto/x509/
H A Dt_crl.c35 int X509_CRL_print(BIO *out, X509_CRL *x) argument
37 return X509_CRL_print_ex(out, x, XN_FLAG_COMPAT);
40 int X509_CRL_print_ex(BIO *out, X509_CRL *x, unsigned long nmflag) argument
49 BIO_printf(out, "Certificate Revocation List (CRL):\n");
52 BIO_printf(out, "%8sVersion %ld (0x%lx)\n", "", l + 1, (unsigned long)l);
54 BIO_printf(out, "%8sVersion unknown (%ld)\n", "", l);
56 BIO_puts(out, " ");
57 X509_signature_print(out, sig_alg, NULL);
58 BIO_printf(out, "%8sIssuer: ", "");
59 X509_NAME_print_ex(out, X509_CRL_get_issue
[all...]
/freebsd-current/usr.bin/file2c/tests/
H A DMakefile6 ${PACKAGE}FILES+= regress.1.out
7 ${PACKAGE}FILES+= regress.2.out
8 ${PACKAGE}FILES+= regress.3.out
9 ${PACKAGE}FILES+= regress.4.out
10 ${PACKAGE}FILES+= regress.5.out
11 ${PACKAGE}FILES+= regress.6.out
12 ${PACKAGE}FILES+= regress.7.out
13 ${PACKAGE}FILES+= regress.8.out
14 ${PACKAGE}FILES+= regress.9.out
/freebsd-current/crypto/openssl/crypto/camellia/
H A Dcmll_ecb.c19 void Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
23 Camellia_encrypt(in, out, key);
25 Camellia_decrypt(in, out, key);
/freebsd-current/crypto/openssl/crypto/seed/
H A Dseed_ecb.c18 void SEED_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
22 SEED_encrypt(in, out, ks);
24 SEED_decrypt(in, out, ks);
/freebsd-current/crypto/openssl/util/
H A Dcheck-malloc-errs12 ) | tee /tmp/out$$
14 test -s /tmp/out$$ && X=1
15 rm /tmp/out$$
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.badinstr.d33 pid$1:a.out:badfunc:entry
/freebsd-current/contrib/libucl/tests/
H A Dgenerate.test5 $PROG ${TEST_OUT_DIR}/generate.out
6 diff -s ${TEST_OUT_DIR}/generate.out ${TEST_DIR}/generate.res -u 2>/dev/null
8 rm ${TEST_OUT_DIR}/generate.out
12 rm ${TEST_OUT_DIR}/generate.out
H A Dstreamline.test5 $PROG ${TEST_OUT_DIR}/streamline.out
6 diff -s ${TEST_OUT_DIR}/streamline.out ${TEST_DIR}/streamline.res -u 2>/dev/null
8 rm ${TEST_OUT_DIR}/streamline.out
12 rm ${TEST_OUT_DIR}/streamline.out
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_hash/
H A Dcrypto_hash.c11 crypto_hash(unsigned char *out, const unsigned char *in, argument
14 return crypto_hash_sha512(out, in, inlen);
/freebsd-current/usr.bin/xargs/tests/
H A DMakefile7 ${PACKAGE}FILES+= regress.0.out
8 ${PACKAGE}FILES+= regress.0I.out
9 ${PACKAGE}FILES+= regress.0J.out
10 ${PACKAGE}FILES+= regress.0L.out
11 ${PACKAGE}FILES+= regress.0P1.out
12 ${PACKAGE}FILES+= regress.I.out
13 ${PACKAGE}FILES+= regress.J.out
14 ${PACKAGE}FILES+= regress.L.out
15 ${PACKAGE}FILES+= regress.P1.out
16 ${PACKAGE}FILES+= regress.R.out
[all...]

Completed in 365 milliseconds

1234567891011>>