Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 3652) sorted by relevance

12345678910>>...147

/openbsd-src/regress/sys/kern/signal/sigpthread/
H A DMakefile7 CLEANFILES += out
21 ./sigpthread -b -t 3 -u $t >out
22 grep 'signal $t' out
23 test `wc -l <out` = 1
34 ./sigpthread -b -s -t 3 -u $t >out
35 grep 'signal $t' out
36 test `wc -l <out` = 1
47 ./sigpthread -b -S -t 3 -u $t >out
48 grep 'signal $t' out
49 test `wc -l <out` = 1
[all …]
/openbsd-src/regress/lib/libm/fpaccuracy/
H A Dfpaccuracy.c15 FILE *out; in main() local
18 if ((out = fopen("fpaccuracy.out", "w")) == NULL) in main()
21 fprintf(out, "%8s %5s %27s %26s %25s\n", "function", "tests", in main()
23 retval |= fpaccuracy_Gamma(out); in main()
24 retval |= fpaccuracy_INV(out); in main()
25 retval |= fpaccuracy_Pix(out); in main()
26 retval |= fpaccuracy_acos(out); in main()
27 retval |= fpaccuracy_acosh(out); in main()
28 retval |= fpaccuracy_asin(out); in main()
29 retval |= fpaccuracy_asinh(out); in main()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dyamlish.t20 out => "Hello, World",
27 out => "Hello, 'World",
34 out => "Hello, World",
41 out => "Hello, World",
50 out => "Hello, World\n",
59 out => "Hello,\n World\n",
78 out => [ '1', '2', '3' ],
88 out => [ '1', 'two', "three\n" ],
98 out => [ '1', { two => '2' }, '3' ],
109 out => [ '1', { two => '2', three => '3' }, '4' ],
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D19990325-0.f40 integer out, in1, in2 local
54 out = (xout + 1) / 2
62 carray(out) = + carray(in1)
63 call check (expect, carray(out))
67 carray(out) = - carray(in1)
68 call check (expect, carray(out))
72 carray(out) = carray(in1) + carray(in2)
73 call check (expect, carray(out))
77 carray(out) = carray(in1) - carray(in2)
78 call check (expect, carray(out))
[all …]
H A D19990325-1.f40 integer out, in1, in2 local
54 out = (xout + 1) / 2
62 carray(out) = + carray(in1)
63 call check (expect, carray(out))
67 carray(out) = - carray(in1)
68 call check (expect, carray(out))
72 carray(out) = carray(in1) + carray(in2)
73 call check (expect, carray(out))
77 carray(out) = carray(in1) - carray(in2)
78 call check (expect, carray(out))
[all …]
/openbsd-src/sys/dev/wscons/
H A Dwsemul_vt100_keys.c89 const u_char **out) in wsemul_vt100_translate() argument
94 *out = edp->translatebuf; in wsemul_vt100_translate()
100 *out = vt100_fkeys[in - KS_f1]; in wsemul_vt100_translate()
104 *out = vt100_fkeys[in - KS_F1]; in wsemul_vt100_translate()
108 *out = vt100_pfkeys[in - KS_KP_F1]; in wsemul_vt100_translate()
113 *out = vt100_numpad[in - KS_KP_0]; in wsemul_vt100_translate()
118 *out = "\033OI"; in wsemul_vt100_translate()
121 *out = "\033OM"; in wsemul_vt100_translate()
124 *out = "\033Oj"; in wsemul_vt100_translate()
127 *out = "\033Ok"; in wsemul_vt100_translate()
[all …]
/openbsd-src/regress/sbin/ifconfig/
H A DMakefile37 CLEANFILES = ifconfig.out ktrace.out
44 /sbin/ifconfig ${ETHER_IF} >ifconfig.out
45 grep 'inet ${ETHER_ADDR} ' ifconfig.out
50 /sbin/ifconfig ${ETHER_IF} >ifconfig.out
51 grep 'inet ${ETHER_ADDR} ' ifconfig.out
56 /sbin/ifconfig ${ETHER_IF} >ifconfig.out
57 grep 'inet ${ETHER_ADDR} netmask 0xffffff00 ' ifconfig.out
64 /sbin/ifconfig ${ETHER_IF} >ifconfig.out
65 ! grep 'inet ${ETHER_ADDR} ' ifconfig.out
[all...]
/openbsd-src/regress/lib/libcrypto/bf/
H A Dbf_test.c32 const uint8_t out[64]; member
52 .out = {
67 .out = {
82 .out = {
97 .out = {
112 .out = {
127 .out = {
142 .out = {
157 .out = {
172 .out = {
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djcf-dump.c62 FILE *out; variable
127 fprintf (out, \
133 fprintf (out, "\nConstant pool (count: %d):\n", COUNT)
136 { fprintf (out, "Attribute "); \
137 print_constant_terse (out, jcf, attribute_name, CONSTANT_Utf8); \
138 fprintf (out, ", length:%ld, #%d=", (long) attribute_length, INDEX); \
139 print_constant_terse (out, jcf, INDEX, CONSTANT_Utf8); fputc ('\n', out); }
145 { fprintf (out, "\nAccess flags: 0x%x", ACCESS_FLAGS); \
146 print_access_flags (out, ACCESS_FLAGS, 'c'); \
147 fputc ('\n', out); \
[all …]
/openbsd-src/regress/lib/libcrypto/sha/
H A Dsha_test.c28 const uint8_t out[EVP_MAX_MD_SIZE]; member
37 .out = {
47 .out = {
59 .out = {
72 .out = {
84 .out = {
95 .out = {
108 .out = {
122 .out = {
135 .out = {
[all …]
/openbsd-src/lib/libcrypto/bytestring/
H A Dbs_cbs.c33 CBS_dup(const CBS *cbs, CBS *out) in CBS_dup() argument
35 CBS_init(out, CBS_data(cbs), CBS_len(cbs)); in CBS_dup()
36 out->initial_len = cbs->initial_len; in CBS_dup()
148 cbs_get_u(CBS *cbs, uint32_t *out, size_t len) in cbs_get_u() argument
164 *out = result; in cbs_get_u()
169 CBS_get_u8(CBS *cbs, uint8_t *out) in CBS_get_u8() argument
176 *out = *v; in CBS_get_u8()
181 CBS_get_u16(CBS *cbs, uint16_t *out) in CBS_get_u16() argument
188 *out = v; in CBS_get_u16()
193 CBS_get_u24(CBS *cbs, uint32_t *out) in CBS_get_u24() argument
[all …]
/openbsd-src/lib/libssl/
H A Dbs_cbs.c33 CBS_dup(const CBS *cbs, CBS *out) in CBS_dup() argument
35 CBS_init(out, CBS_data(cbs), CBS_len(cbs)); in CBS_dup()
36 out->initial_len = cbs->initial_len; in CBS_dup()
148 cbs_get_u(CBS *cbs, uint32_t *out, size_t len) in cbs_get_u() argument
164 *out = result; in cbs_get_u()
169 CBS_get_u8(CBS *cbs, uint8_t *out) in CBS_get_u8() argument
176 *out = *v; in CBS_get_u8()
181 CBS_get_u16(CBS *cbs, uint16_t *out) in CBS_get_u16() argument
188 *out = v; in CBS_get_u16()
193 CBS_get_u24(CBS *cbs, uint32_t *out) in CBS_get_u24() argument
[all …]
/openbsd-src/bin/dd/
H A Ddd.c62 IO in, out; /* input/output state */ variable
108 if (out.name == NULL) { in setup()
110 out.fd = STDOUT_FILENO; in setup()
111 out.name = "stdout"; in setup()
115 out.fd = open(out.name, O_RDWR | OFLAGS, DEFFILEMODE); in setup()
121 if (out.fd == -1) { in setup()
122 out.fd = open(out.name, O_WRONLY | OFLAGS, DEFFILEMODE); in setup()
123 out.flags |= NOREAD; in setup()
125 if (out.fd == -1) in setup()
126 err(1, "%s", out.name); in setup()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dmklibgcc.in268 out="libgcc/${dir}/${name}${objext}"
276 echo ${out}: stmp-dirs '$(srcdir)/config/$(LIB1ASMSRC)' ${outV}
278 -c '$(srcdir)/config/$(LIB1ASMSRC)' -include $outV -o $out
282 echo $libgcc_a: $out
288 out="libgcc/${dir}/${name}${objext}"
289 echo ${out}: stmp-dirs '$(srcdir)/config/$(LIB1ASMSRC)'
291 -c '$(srcdir)/config/$(LIB1ASMSRC)' -o $out
292 echo $libgcc_a: $out
311 out="libgcc/${dir}/${name}${objext}"
318 echo $out: $libgcc2_c_dep
[all …]
/openbsd-src/regress/usr.bin/sdiff/
H A DMakefile13 test-Iflag12: file1 file2 Iflag12.out
15 diff -u - ${.CURDIR}/Iflag12.out
17 test-Iflag21: file1 file2 Iflag21.out
19 diff -u - ${.CURDIR}/Iflag21.out
21 test-Isflag12: file1 file2 Isflag12.out
23 diff -u - ${.CURDIR}/Isflag12.out
25 test-Isflag21: file1 file2 Isflag21.out
27 diff -u - ${.CURDIR}/Isflag21.out
29 test-Ilflag12: file1 file2 Ilflag12.out
31 diff -u - ${.CURDIR}/Ilflag12.out
[all …]
/openbsd-src/gnu/usr.bin/perl/lib/Class/
H A DStruct.pm113 my $out = '';
115 $out = "{\n package $class;\n use Carp;\n sub new {\n";
116 $out .= " my (\$class, \%init) = \@_;\n";
117 $out .= " \$class = __PACKAGE__ unless \@_;\n";
124 $out .= " my(\$r) = {};\n";
128 $out .= " my(\$r) = [];\n";
131 $out .= " bless \$r, \$class;\n\n";
151 $out .= " croak 'Initializer for $name must be array reference'\n";
152 $out .= " if defined(\$init{'$name'}) && ref(\$init{'$name'}) ne 'ARRAY';\n";
153 $out .= " \$r->$name( $init [] );$cmt\n";
[all …]
/openbsd-src/lib/libcrypto/asn1/
H A Dtasn_prn.c79 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
83 int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
86 static int asn1_primitive_print(BIO *out, ASN1_VALUE **fld,
90 static int asn1_print_fsname(BIO *out, int indent, const char *fname,
94 ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, const ASN1_ITEM *it, in ASN1_item_print() argument
105 return asn1_item_print_ctx(out, &ifld, indent, it, NULL, sname, in ASN1_item_print()
111 asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_ITEM *it, in asn1_item_print_ctx() argument
123 parg.out = out; in asn1_item_print_ctx()
134 !asn1_print_fsname(out, indent, fname, sname, pctx)) in asn1_item_print_ctx()
136 if (BIO_puts(out, "<ABSENT>\n") <= 0) in asn1_item_print_ctx()
[all …]
/openbsd-src/regress/lib/libcrypto/rc2/
H A Drc2_test.c33 const uint8_t out[64]; member
51 .out = {
67 .out = {
83 .out = {
99 .out = {
115 .out = {
132 .out = {
149 .out = {
169 .out = {
188 .out = {
[all …]
/openbsd-src/lib/libcrypto/aes/asm/
H A Dbsaes-x86_64.pl111 my ($inp,$out,$len,$key,$ivp)=("%rdi","%rsi","%rdx","%rcx");
943 my ($out,$inp,$rounds,$const)=("%rax","%rcx","%r10d","%r11");
985 movdqa %xmm7, ($out) # save round 0 key
986 lea 0x10($out), $out
1021 movdqa %xmm8, 0x00($out) # write bit-sliced round key
1024 movdqa %xmm9, 0x10($out)
1031 movdqa %xmm10, 0x20($out)
1034 movdqa %xmm11, 0x30($out)
1041 movdqa %xmm12, 0x40($out)
1042 movdqa %xmm13, 0x50($out)
[all …]
H A Daesni-x86_64.pl187 $out="%rsi";
238 { my ($inp,$out,$key) = @_4args;
251 movups $inout0,($out) # output
265 movups $inout0,($out) # output
561 movups $inout0,($out)
565 movups $inout1,0x10($out)
567 movups $inout2,0x20($out)
569 movups $inout3,0x30($out)
571 movups $inout4,0x40($out)
573 movups $inout5,0x50($out)
[all …]
/openbsd-src/lib/libcrypto/ct/
H A Dct_prn.c74 BIO_hex_string(BIO *out, int indent, int width, unsigned char *data, in BIO_hex_string() argument
84 BIO_printf(out, "%*s", indent, ""); in BIO_hex_string()
86 BIO_printf(out, "%02X:", data[i]); in BIO_hex_string()
90 BIO_printf(out, "\n"); in BIO_hex_string()
94 BIO_printf(out, "%*s", indent, ""); in BIO_hex_string()
95 BIO_printf(out, "%02X", data[datalen - 1]); in BIO_hex_string()
100 SCT_signature_algorithms_print(const SCT *sct, BIO *out) in SCT_signature_algorithms_print() argument
105 BIO_printf(out, "%02X%02X", sct->hash_alg, sct->sig_alg); in SCT_signature_algorithms_print()
107 BIO_printf(out, "%s", OBJ_nid2ln(nid)); in SCT_signature_algorithms_print()
111 timestamp_print(uint64_t timestamp, BIO *out) in timestamp_print() argument
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Dumpvalue/t/
H A DDumpvalue.t73 my $out = tie *OUT, 'TieOut';
79 is( $out->read, "0..2 1 2 3\n", 'DumpElem worked on array ref');
81 is( $out->read, "'one' => 1, 'two' => 2\n", 'DumpElem worked on hash ref' );
83 is( $out->read, "'hi'\n", 'DumpElem worked on simple scalar' );
86 like( $out->read, qr/ARRAY/, 'DumpElem okay with reference and no veryCompact');
91 is( $out->read, "0..2 1 2 3\n", 'dumped array fine' );
94 is( $out->read, "0..2 1 2 ...\n", 'dumped limited array fine' );
98 is( $out->read, "'a' => 1, 'b' => 2, 'c' => 3\n", 'dumped hash fine' );
101 is( $out->read, "'a' => 1, 'b' => 2 ...\n", 'dumped limited hash fine' );
106 like( $out->read, qr/ARRAY.+empty array/s, 'stringified empty array ref' );
[all …]
/openbsd-src/lib/libcrypto/modes/
H A Dcbc128.c70 CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, in CRYPTO_cbc128_encrypt() argument
79 ((size_t)in|(size_t)out|(size_t)ivec) % sizeof(size_t) != 0) { in CRYPTO_cbc128_encrypt()
82 out[n] = in[n] ^ iv[n]; in CRYPTO_cbc128_encrypt()
83 (*block)(out, out, key); in CRYPTO_cbc128_encrypt()
84 iv = out; in CRYPTO_cbc128_encrypt()
87 out += 16; in CRYPTO_cbc128_encrypt()
92 *(size_t *)(out + n) = in CRYPTO_cbc128_encrypt()
94 (*block)(out, out, key); in CRYPTO_cbc128_encrypt()
95 iv = out; in CRYPTO_cbc128_encrypt()
98 out += 16; in CRYPTO_cbc128_encrypt()
[all …]
/openbsd-src/regress/lib/libcrypto/rmd/
H A Drmd_test.c27 const uint8_t out[EVP_MAX_MD_SIZE]; member
38 .out = {
47 .out = {
56 .out = {
65 .out = {
74 .out = {
84 .out = {
95 .out = {
106 .out = {
121 uint8_t out[EVP_MAX_MD_SIZE]; in rmd_test() local
[all …]
/openbsd-src/regress/lib/libcrypto/rc4/
H A Drc4_test.c29 const uint8_t out[512]; member
50 .out = {
69 .out = {
89 .out = {
109 .out = {
130 .out = {
143 .out = {
156 .out = {
170 .out = {
247 .out = {
[all …]

12345678910>>...147