Searched refs:out (Results 76 - 100 of 2094) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.branch.d40 pid$1:a.out:waiting:entry
47 pid$1:a.out:main:,
48 pid$1:a.out:other:
52 pid$1:a.out:bad:entry
75 trace("test timed out");
/opensolaris-onvv-gate/usr/src/cmd/ipf/examples/
H A Dtcpstate2 # Only allow TCP packets in/out of le0 if there is an outgoing connection setup
5 pass out quick on le0 proto tcp from any to any flags S/SAFR keep state
6 block out on le0 proto tcp all
11 pass out quick on le0 proto udp from any to any port = 53 keep state
12 block out on le0 proto udp all
/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/sun4/pcibus/
H A Dpci_sun4.c38 pci_fru_compute(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument
40 return (pci_fru_cmn(mod, node, in, out));
/opensolaris-onvv-gate/usr/src/common/smbsrv/
H A Dsmb_netbios_util.c149 * char * out -> Buffer to encode into.
157 unsigned char *out, int max_out)
162 unsigned char *op = out;
200 return (op - out);
225 char *out; local
233 out = name;
241 *out++ = (c1 << 4) | (c2);
248 out = scope;
265 if (out != scope) {
266 *out
156 netbios_first_level_name_encode(unsigned char *name, unsigned char *scope, unsigned char *out, int max_out) argument
307 netbios_name_isvalid(char *in, char *out) argument
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/asn1/
H A Dt_bitst.c64 int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, argument
69 BIO_printf(out, "%*s", indent, "");
72 if(!first) BIO_puts(out, ", ");
73 BIO_puts(out, bnam->lname);
77 BIO_puts(out, "\n");
/opensolaris-onvv-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6835835_builtin_cat_n_broken.sh96 typeset out
118 out="$( ${SHELL} -o errexit -c "${tc.cmd}" )" || err_exit "${tc.name}: Shell failed"
119 [[ "${expected_output}" == "${out}" ]] || err_exit "${tc.name}: Builtin output does not match expected output"
121 out="$( ${SHELL} +o errexit -c "${tc.cmd}" )" || err_exit "${tc.name}: Shell failed"
122 [[ "${expected_output}" == "${out}" ]] || err_exit "${tc.name}: Builtin output does not match expected output"
H A Dsun_solaris_cr_6907460_EXIT_trap_handlers_are_sometimes_executed_twice.sh31 # During SST testing of snv_128(RE) we found out that ksh93 executes EXIT
108 typeset out
172 out="$( < log )"
177 [[ "${out}" == $'TRAP A\nTRAP B' ]] || err_exit "${testname}: Expected \$'TRAP A\nTRAP B', got $(printf "%q\n" "${out}")"
209 out="$( < log )"
214 [[ "${out}" == $'TRAP A\nTRAP B' ]] || err_exit "Expected \$'TRAP A\nTRAP B', got $(printf "%q\n" "${out}")"
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhtadm/
H A DDisplayTable.java97 Format.print(System.out, "%-20s\t", getString("Name"));
98 Format.print(System.out, "%-8s\t", getString("Type"));
99 Format.print(System.out, "%s\n", getString("Value"));
100 Format.print(System.out, "%s\n",
105 Format.print(System.out, "%-20s\t", macro.getKey());
106 Format.print(System.out, "%-8s\t", getString("Macro"));
107 Format.print(System.out, "%s\n", macro.getValue());
112 Format.print(System.out, "%-20s\t", option.getKey());
113 Format.print(System.out, "%-8s\t", getString("Symbol"));
114 Format.print(System.out, "
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/eftinfo/common/
H A Deftinfo.c41 #include "out.h"
99 out(O_OK|O_NONL, "%s%s", sep, s);
160 out(O_PROG, "version %d.%d",
162 out(O_DIE|O_USAGE, "%s\n%s", Usage, Help);
182 out(O_DIE|O_USAGE, Usage);
187 out(O_PROG|O_VERB, "version %d.%d",
192 out(O_DIE|O_USAGE, Usage);
205 out(O_DIE, "%d error%s encountered, exiting.", OUTS(count));
208 out(O_OK|O_NONL, "Dictionaries: ");
210 out(O_O
[all...]
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestStateMachine.java50 System.out.println(msg);
52 System.out.flush();
60 System.out.println("open: " + consumer.isOpen());
61 System.out.println("enabled: " + consumer.isEnabled());
62 System.out.println("closed: " + consumer.isClosed());
68 System.out.println("before open");
76 System.out.println(e);
87 System.out.println(e);
98 System.out.println(e);
107 System.out
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/common/hash/
H A Dhashalloc.c66 goto out;
70 goto out;
83 goto out;
87 goto out;
89 goto out;
101 if (ref) goto out;
106 if (n > UCHAR_MAX) goto out;
113 if (ref) goto out;
117 if (ref) goto out;
121 if (ref) goto out;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddist.c44 int *out = mdb_alloc((buckets + 1) * sizeof (*out), UM_SLEEP | UM_GC); local
49 out[pos] = beg + (pos * dist)/buckets;
50 out[buckets] = end + 1;
52 return (out);
86 int *out = mdb_alloc((buckets + 1) * sizeof (*out), UM_SLEEP | UM_GC);
98 out[0] = beg;
99 out[1] = end + 1;
100 return (out);
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/evp/
H A De_des.c35 * The word 'cryptographic' can be left out if the rouines from the library
74 static int des_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
78 DES_ecb_encrypt((DES_cblock *)(in + i), (DES_cblock *)(out + i), ctx->cipher_data, ctx->encrypt);
82 static int des_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
85 DES_ofb64_encrypt(in, out, (long)inl, ctx->cipher_data, (DES_cblock *)ctx->iv, &ctx->num);
89 static int des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
92 DES_ncbc_encrypt(in, out, (long)inl, ctx->cipher_data,
97 static int des_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
100 DES_cfb64_encrypt(in, out, (long)inl, ctx->cipher_data,
107 static int des_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
123 des_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) argument
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs12/
H A Dp12_decr.c75 unsigned char *out; local
87 if(!(out = OPENSSL_malloc(inlen + EVP_CIPHER_CTX_block_size(&ctx)))) {
92 EVP_CipherUpdate(&ctx, out, &i, in, inlen);
94 if(!EVP_CipherFinal_ex(&ctx, out + i, &i)) {
95 OPENSSL_free(out);
96 out = NULL;
102 if (data) *data = out;
105 return out;
116 unsigned char *out; local
122 &out,
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/zmod/
H A Dinffast.c35 Decode literal, length, and distance codes and write out the resulting
52 LEN -- ran out of enough output space or enough available input
76 unsigned char FAR *out; /* local strm->next_out */ local
78 unsigned char FAR *end; /* while out < end, enough space available */
103 out = strm->next_out - OFF;
104 beg = out - (start - strm->avail_out);
105 end = out + (strm->avail_out - 257);
139 PUP(out) = (unsigned char)(this.val);
188 op = (unsigned)(out - beg); /* max distance in output */
202 PUP(out)
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dexptest.c35 * The word 'cryptographic' can be left out if the rouines from the library
77 BIO *out=NULL; local
101 out=BIO_new(BIO_s_file());
103 if (out == NULL) EXIT(1);
104 BIO_set_fp(out,stdout,BIO_NOCLOSE);
127 ERR_print_errors(out);
135 ERR_print_errors(out);
143 ERR_print_errors(out);
151 ERR_print_errors(out);
171 printf("a (%3d) = ",BN_num_bits(a)); BN_print(out,
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/perlasm/
H A Dx86unix.pl14 sub main'asm_init_output { @out=(); }
15 sub main'asm_get_output { return(@out); }
261 push(@out,$tmp1);
262 push(@out,$tmp2);
270 push(@out,"\t$name\t");
273 push(@out,$t);
276 push(@out,$tmp1);
277 push(@out,&conv($p1)."\n");
291 push(@out,$tmp1);
292 push(@out,
[all...]
H A Dx86ms.pl27 sub main'asm_init_output { @out=(); }
28 sub main'asm_get_output { return(@out); }
202 push(@out,"\t$name\t");
205 push(@out,$t);
207 push(@out,"\t" x $l);
208 push(@out,&conv($p2));
209 push(@out,"\n");
216 push(@out,"\t$name\n");
224 push(@out,"\t$name\t".&conv($p1)."\n");
239 grep(s/\.386/\.486/,@out);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/esc/common/
H A Descmain.c41 #include "out.h"
139 out(O_DIE, "cpp args too long (max %d bytes)",
164 out(O_PROG, "eversholt compiler version %d.%d",
166 out(O_DIE|O_USAGE, "%s\n%s", Usage, Help);
190 out(O_DIE|O_USAGE, Usage);
195 out(O_PROG|O_VERB, "eversholt compiler version %d.%d",
202 out(O_ERR, "no esc source files given");
203 out(O_DIE|O_USAGE, Usage);
215 out(O_DIE, "%d language error%s encountered, exiting.",
225 out(O_O
[all...]
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DBeanSerialization.java46 if (debug) System.out.println(/* NOI18N */"\nserializeObject: entered");
59 if (debug) System.out.println(ex.toString());
68 if (debug) System.out.println(/* NOI18N */
78 if (debug) System.out.println(/* NOI18N */"serializeObject: encoded");
84 if (debug) System.out.println(/* NOI18N */
90 System.out.println(/* NOI18N */"deserializeObject: value is null");
104 if (debug) System.out.println(ex.toString());
109 if (debug) System.out.println(/* NOI18N */"deserializeObject: decoded");
137 System.out.println(/* NOI18N */"deserializeObject: deserialized");
/opensolaris-onvv-gate/usr/src/cmd/audio/include/
H A DFir.h62 virtual int flush(short *out);
73 virtual int filter_noadjust(short *in, int size, short *out);
82 virtual int getFlushSize(void); // size of out[] for the last call
83 virtual int filter(short *in, int size, short *out);
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/dataclasses/
H A DFilter.java37 public String[] out; field in class:Filter
41 out = list;
52 // System.out.println(Plist[i]+" ");
54 out = plist;
58 // System.out.println(" Filtered list in "+t+" ms");
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dis_deeply.t17 my($out, $err) = Test::Simple::Catch::caught();
81 is( $out, "not ok 1 - plain strings\n", 'plain strings' );
91 is( $out, "not ok 2 - different types\n", 'different types' );
101 is( $out, "not ok 3 - hashes with different values\n",
112 is( $out, "not ok 4 - hashes with different keys\n",
123 is( $out, "not ok 5 - arrays of different length\n",
134 is( $out, "not ok 6 - arrays of undefs\n", 'arrays of undefs' );
144 is( $out, "not ok 7 - hashes of undefs\n", 'hashes of undefs' );
154 is( $out, "not ok 8 - scalar refs\n", 'scalar refs' );
164 is( $out, "no
[all...]
/opensolaris-onvv-gate/usr/src/common/crypto/arcfour/
H A Darcfour.h46 void arcfour_crypt(ARCFour_key *key, uchar_t *in, uchar_t *out, size_t len);
51 uchar_t *out);
55 void arcfour_crypt_asm(ARCFour_key *key, uchar_t *in, uchar_t *out, size_t len);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/aes/
H A Daes_ofb.c84 * The word 'cryptographic' can be left out if the rouines from the library
122 void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out, argument
129 assert(in && out && key && ivec && num);
137 *(out++) = *(in++) ^ ivec[n];

Completed in 612 milliseconds

1234567891011>>