Searched defs:out (Results 1 - 5 of 5) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/
H A DBase64Util.java55 * output to {@code out} using the default width (76
58 * @param out the {@code Writer} to which output should be sent
60 public WrappingWriter(Writer out) argument
62 super(out);
67 * output to {@code out} using the specified width.
69 * @param out the {@code Writer} to which output should be sent
72 public WrappingWriter(Writer out, int max) argument
74 super(out);
83 out.write(NEWLINE);
86 out
148 decode(InputStream in, OutputStream out) argument
234 decode(String in, OutputStream out) argument
259 encode(InputStream in, Writer out) argument
297 encode(byte[] buffer, int offset, int len, Writer out) argument
305 encode(byte[] buffer, Writer out) argument
310 encode(String s, Writer out) argument
[all...]
H A DDebugUtil.java59 * @param out
65 boolean dump(String title, Object object, int indent, PrintWriter out); argument
76 PrintWriter out) {
78 out.printf("%s%s%s\n", indent(indent), title, object);
87 PrintWriter out) {
91 out.printf("%s%s%s (%d elements)\n", indent(indent),
99 DebugUtil.dump(subPrefix, value, indent, out);
112 PrintWriter out) {
116 out.printf("%s%s%s (%d elements)\n", indent(indent),
125 DebugUtil.dump(subPrefix, value, indent, out);
214 dump(String title, Object object, int indent, PrintWriter out) argument
[all...]
/solaris-userland-s11u3/components/apache2/mod_sed/
H A Dmod_sed.c136 char *out; local
140 out = apr_palloc(ctx->tpool, size);
141 memcpy(out, ctx->outbuf, size);
142 status = append_bucket(ctx, out, size);
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c298 static int pk11_cipher_do_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
1350 * the atfork handlers check if the engine is initialized and bail out
1534 * Will use it to find out if we forked. We cannot use the PID field in
2438 * memory for the output buffer "out" to hold the results.
2441 pk11_cipher_do_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
2464 (unsigned char *)in, inl, out, &outl);
2476 (unsigned char *)in, inl, out, &outl);
2502 * the engine can't find out that it's the finalizing call. We wouldn't
2545 * Registered by the ENGINE when used to find out how to deal with
3440 * This is the idea: dlopen() pkcs11_kernel directly and find out wha
[all...]
/solaris-userland-s11u3/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h565 /* Manually added spacing to pad out wr */
996 * is padded out to become a multiple of 64 bytes. The last 4 bytes of every
1027 * QP state information as laid out in system memory. This structure should
1072 /* A hit in the set locally spun out of tsu_cmpl is found. */
1281 /* The timestamp is valid and will indicate when to time out the request.. */
1377 * Set when entering response scheduling mode and cleared when going out of
1394 * using this value to decide if we go into or out of response scheduling
1704 u64 out; member in struct:psif_mbox
1840 /* Manually added spacing to pad out psif_modify_command */
2095 /* Padding out struc
[all...]

Completed in 35 milliseconds