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

1234567891011>>

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Derr.D_PROC_ALIGN.misaligned.d38 pid$1:a.out:main:7
/freebsd-9.3-release/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-9.3-release/contrib/cvs/lib/
H A Dmemmove.c26 void memmove (void *out, const void *in, size_t n);
47 memmove (out, in, length)
48 void *out;
52 bcopy(in, out, length);
53 return out;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Derr.D_PROC_FUNC.badfunc.d38 pid$1:a.out:ahl_r00lz:entry
H A Derr.D_PROC_NAME.badname.d36 pid$1:a.out:main:beginning
/freebsd-9.3-release/crypto/openssl/demos/
H A Db64.pl13 $out.=$_;
16 $out =~ s/\s//g;
17 $out =~ s/(.{64})/$1\n/g;
18 print "$first$out\n$last\n";
/freebsd-9.3-release/contrib/binutils/gas/
H A Dflonum-copy.c25 flonum_copy (FLONUM_TYPE *in, FLONUM_TYPE *out) argument
30 out->sign = in->sign;
35 out->leader = out->low - 1; /* 0.0 case */
39 out_length = out->high - out->low;
50 memset ((char *) (out->low + in_length + 1), '\0',
54 memcpy ((void *) (out->low), (void *) (in->low),
56 out->exponent = in->exponent;
57 out
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Code/Java/
H A DFunc_loop.java3 System.out.println("Function C");
8 System.out.println("Function B");
12 System.out.println("Function A");
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dmemcpy.c6 @deftypefn Supplemental void* memcpy (void *@var{out}, const void *@var{in}, size_t @var{length})
9 @var{out}. Returns a pointer to @var{out}.
21 memcpy (PTR out, const PTR in, size_t length) argument
23 bcopy(in, out, length);
24 return out;
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dmemcpy.c6 @deftypefn Supplemental void* memcpy (void *@var{out}, const void *@var{in}, size_t @var{length})
9 @var{out}. Returns a pointer to @var{out}.
21 memcpy (PTR out, const PTR in, size_t length) argument
23 bcopy(in, out, length);
24 return out;
/freebsd-9.3-release/crypto/openssl/crypto/seed/
H A Dseed_ecb.c54 void SEED_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
58 SEED_encrypt(in, out, ks);
60 SEED_decrypt(in, out, ks);
/freebsd-9.3-release/crypto/openssl/util/
H A Derr-ins.pl12 @out="";
15 push(@out,$_);
21 print OUT @out;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.badinstr.d33 pid$1:a.out:badfunc:entry
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dt_crl.c85 int X509_CRL_print(BIO *out, X509_CRL *x) argument
93 BIO_printf(out, "Certificate Revocation List (CRL):\n");
95 BIO_printf(out, "%8sVersion %lu (0x%lx)\n", "", l + 1, l);
97 BIO_printf(out, "%8sSignature Algorithm: %s\n", "",
100 BIO_printf(out, "%8sIssuer: %s\n", "", p);
102 BIO_printf(out, "%8sLast Update: ", "");
103 ASN1_TIME_print(out, X509_CRL_get_lastUpdate(x));
104 BIO_printf(out, "\n%8sNext Update: ", "");
106 ASN1_TIME_print(out, X509_CRL_get_nextUpdate(x));
108 BIO_printf(out, "NON
[all...]
H A Dt_x509a.c70 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) argument
78 BIO_printf(out, "%*sTrusted Uses:\n%*s", indent, "", indent + 2, "");
81 BIO_puts(out, ", ");
86 BIO_puts(out, oidstr);
88 BIO_puts(out, "\n");
90 BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
93 BIO_printf(out, "%*sRejected Uses:\n%*s", indent, "", indent + 2, "");
96 BIO_puts(out, ", ");
101 BIO_puts(out, oidstr);
103 BIO_puts(out, "\
[all...]
H A Dtasn_prn.c68 * Print routines. Print out a whole structure from a template.
71 static int asn1_item_print_nm(BIO *out, void *fld, int indent,
74 int ASN1_item_print(BIO *out, void *fld, int indent, const ASN1_ITEM *it) argument
76 return asn1_item_print_nm(out, fld, indent, it, it->sname);
79 static int asn1_item_print_nm(BIO *out, void *fld, int indent, argument
87 BIO_printf(out, "%*s%s ABSENT\n", indent, "", name);
94 return ASN1_template_print(out, fld, indent, it->templates);
95 return asn1_primitive_print(out, fld, it->utype, indent, name);
100 return asn1_primitive_print(out, fld, str->type, indent, name);
103 BIO_printf(out, "
138 ASN1_template_print(BIO *out, void *fld, int indent, const ASN1_TEMPLATE *tt) argument
171 asn1_primitive_print(BIO *out, void *fld, long utype, int indent, const char *name) argument
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/
H A Dtst.PartialDereferencing.d56 struct output_struct out;
65 out.oi = xlate < struct output_struct > (in).oi;
67 printf("out.oi: %d\t out.oc: %d\n", out.oi, out.oc);
71 /(100 != out.oi) || (0 != out.oc)/
77 /(100 == out.oi) && (0 == out
[all...]
H A Dtst.StructureAssignment.d56 struct output_struct out;
65 out = xlate < struct output_struct > (in);
67 printf("out.oi: %d\t out.oc: %d\n", out.oi, out.oc);
71 /(100 != out.oi) || (0 != out.oc)/
77 /(100 == out.oi) && (0 == out
[all...]
/freebsd-9.3-release/contrib/opie/libopie/
H A Dbtoa8.c21 char *opiebtoa8 FUNCTION((out, in), char *out AND struct opie_otpkey *inkey)
25 char *c = out;
33 return out;
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dt-fopen.c24 SM_FILE_T *out; local
27 out = sm_io_fopen("foo", O_WRONLY|O_APPEND|O_CREAT, 0666);
28 SM_TEST(out != NULL);
29 if (out != NULL)
31 (void) sm_io_fprintf(out, SM_TIME_DEFAULT, "foo\n");
32 r = sm_io_getinfo(out, SM_IO_WHAT_MODE, &m);
35 sm_io_close(out, SM_TIME_DEFAULT);
/freebsd-9.3-release/crypto/openssl/crypto/ecdh/
H A Decdhtest.c109 static void *KDF1_SHA1(const void *in, size_t inlen, void *out, argument
117 return SHA1(in, inlen, out);
123 static int test_ecdh_curve(int nid, const char *text, BN_CTX *ctx, BIO *out) argument
149 BIO_puts(out, "Testing key generation with ");
150 BIO_puts(out, text);
152 BIO_puts(out, "\n");
154 (void)BIO_flush(out);
172 BIO_puts(out, " pri 1=");
173 BN_print(out, a->priv_key);
174 BIO_puts(out, "\
313 BIO *out; local
[all...]
/freebsd-9.3-release/contrib/xz/src/liblzma/common/
H A Dstream_flags_encoder.c17 stream_flags_encode(const lzma_stream_flags *options, uint8_t *out) argument
22 out[0] = 0x00;
23 out[1] = options->check;
30 lzma_stream_header_encode(const lzma_stream_flags *options, uint8_t *out)
39 memcpy(out, lzma_header_magic, sizeof(lzma_header_magic));
42 if (stream_flags_encode(options, out + sizeof(lzma_header_magic)))
46 const uint32_t crc = lzma_crc32(out + sizeof(lzma_header_magic),
49 unaligned_write32le(out + sizeof(lzma_header_magic)
57 lzma_stream_footer_encode(const lzma_stream_flags *options, uint8_t *out)
69 unaligned_write32le(out
[all...]
/freebsd-9.3-release/bin/dd/
H A Dposition.c137 if (out.flags & (ISSEEK | ISPIPE)) {
139 if (lseek(out.fd, out.offset * out.dbsz, SEEK_CUR) == -1 &&
141 err(1, "%s", out.name);
146 if (out.offset < 0)
150 if (out.flags & NOREAD) {
152 t_op.mt_count = out.offset;
154 if (ioctl(out.fd, MTIOCTOP, &t_op) == -1)
155 err(1, "%s", out
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/lhash/
H A Dlh_stats.c35 * The word 'cryptographic' can be left out if the rouines from the library
75 void lh_stats(LHASH *lh, FILE *out) argument
77 fprintf(out, "num_items = %lu\n", lh->num_items);
78 fprintf(out, "num_nodes = %u\n", lh->num_nodes);
79 fprintf(out, "num_alloc_nodes = %u\n", lh->num_alloc_nodes);
80 fprintf(out, "num_expands = %lu\n", lh->num_expands);
81 fprintf(out, "num_expand_reallocs = %lu\n", lh->num_expand_reallocs);
82 fprintf(out, "num_contracts = %lu\n", lh->num_contracts);
83 fprintf(out, "num_contract_reallocs = %lu\n", lh->num_contract_reallocs);
84 fprintf(out, "num_hash_call
101 lh_node_stats(LHASH *lh, FILE *out) argument
113 lh_node_usage_stats(LHASH *lh, FILE *out) argument
182 lh_stats_bio(const LHASH *lh, BIO *out) argument
209 lh_node_stats_bio(const LHASH *lh, BIO *out) argument
221 lh_node_usage_stats_bio(const LHASH *lh, BIO *out) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/aes/
H A Daes_cbc.c63 void AES_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
73 assert(in && out && key && ivec);
79 out[n] = in[n] ^ iv[n];
80 AES_encrypt(out, out, key);
81 iv = out;
84 out += AES_BLOCK_SIZE;
88 out[n] = in[n] ^ iv[n];
90 out[n] = iv[n];
91 AES_encrypt(out, ou
[all...]

Completed in 142 milliseconds

1234567891011>>