Searched refs:out (Results 176 - 200 of 3947) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGVariableAccessDataDump.cpp43 void VariableAccessDataDump::dump(PrintStream& out) const
56 out.print("a");
61 out.print(CharacterDump('A' + (index % 26)));
66 out.print("*");
68 out.print("!");
70 out.print("~");
72 out.print(AbbreviatedSpeculationDump(m_data->prediction()), "/", m_data->flushFormat());
/macosx-10.10/JavaScriptCore-7600.1.17/disassembler/
H A DX86Disassembler.cpp41 // would result in a fairly jarring print-out since they print in different
46 bool tryToDisassemble(const MacroAssemblerCodePtr& codePtr, size_t size, const char* prefix, PrintStream& out, InstructionSubsetHint subsetHint) argument
49 return tryToDisassembleWithUDis86(codePtr, size, prefix, out, subsetHint);
52 return tryToDisassembleWithLLVM(codePtr, size, prefix, out, subsetHint);
55 && tryToDisassembleWithUDis86(codePtr, size, prefix, out, MacroAssemblerSubset))
59 && tryToDisassembleWithLLVM(codePtr, size, prefix, out, LLVMSubset))
62 if (tryToDisassembleWithUDis86(codePtr, size, prefix, out, subsetHint))
64 if (tryToDisassembleWithLLVM(codePtr, size, prefix, out, subsetHint))
/macosx-10.10/OpenSSL098-52/src/crypto/comp/
H A Dc_rle.c7 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out,
9 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out,
28 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out, argument
39 *(out++)=0;
40 memcpy(out,in,ilen);
44 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out, argument
58 memcpy(out,in,ilen-1);
/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A Dftpget.c40 struct FtpFile *out=(struct FtpFile *)stream; local
41 if(out && !out->stream) {
43 out->stream=fopen(out->filename, "wb");
44 if(!out->stream)
47 return fwrite(buffer, size, nmemb, out->stream);
/macosx-10.10/dcerpc-61/dcerpc/include/dce/
H A Dconv.idl160 [out] unsigned32 *seq,
161 [out] unsigned32 *st
191 [out] unsigned32 *seq,
192 [out] idl_uuid_t *cas_uuid,
193 [out] unsigned32 *st
212 [out] unsigned32 *st
243 [out] unsigned32 *seq,
244 [out] idl_uuid_t *cas_uuid,
245 [out, length_is(*out_len), size_is(out_max_len)]
247 [out] signed3
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dsystrace.c37 register char* out; local
49 out = buf;
50 out += sfsprintf(out, sizeof(buf), "%s/.%s/%s", s, trace[0], id);
57 av[5] = out + 1;
61 sfsprintf(out, &buf[sizeof(buf)] - out, ".%d", getpid());
/macosx-10.10/zlib-55/zlib/contrib/iostream2/
H A Dzstream_test.cpp9 ozstream out("temp.gz");
10 out < "This works well" < h < g;
11 out.close();
19 out.open("temp.gz"); // try ascii output; zcat temp.gz to see the results
20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl;
21 out << z << endl << y << endl << x << endl;
22 out << 1.1234567890123456789 << endl;
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DDOMHTML.idl56 HRESULT length([out, retval] UINT* result);
61 HRESULT item([in] UINT index, [out, retval] IDOMNode** node);
66 HRESULT namedItem([in] BSTR name, [out, retval] IDOMNode** node);
83 HRESULT length([out, retval] unsigned int* result);
93 HRESULT item([in] unsigned int index, [out, retval] IDOMNode** result);
98 HRESULT namedItem([in] BSTR name, [out, retval] IDOMNode** result);
115 HRESULT title([out, retval] BSTR* result);
125 HRESULT referrer([out, retval] BSTR* result);
130 HRESULT domain([out, retval] BSTR* result);
135 HRESULT URL([out, retva
[all...]
H A DIWebURLRequest.idl57 HRESULT allHTTPHeaderFields([out, retval] IPropertyBag** result);
62 HRESULT cachePolicy([out, retval] WebURLRequestCachePolicy* result);
67 HRESULT HTTPBody([out, retval] IStream** result);
72 HRESULT HTTPBodyStream([out, retval] IStream** result);
77 HRESULT HTTPMethod([out, retval] BSTR *result);
82 HRESULT HTTPShouldHandleCookies([out, retval] BOOL *result);
93 HRESULT mainDocumentURL([out, retval] BSTR* result);
98 HRESULT timeoutInterval([out, retval] double* result);
103 HRESULT URL([out, retval] BSTR* result);
108 HRESULT valueForHTTPHeaderField([in] BSTR field, [out, retva
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dtest-ldap.c48 uint32_t out[MAX_LENGTH]; member in struct:testcase
68 uint32_t out[MAX_LENGTH]; local
78 olen = sizeof(out)/sizeof(out[0]);
81 ret = _wind_ldap_case_exact_attribute(t->in, t->ilen, out, &olen);
93 if (memcmp(t->out, out, sizeof(out[0]) * olen) != 0) {
103 olen = sizeof(out)/sizeof(out[
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/aes/
H A Daes.h95 void AES_encrypt(const unsigned char *in, unsigned char *out,
97 void AES_decrypt(const unsigned char *in, unsigned char *out,
100 void AES_ecb_encrypt(const unsigned char *in, unsigned char *out,
102 void AES_cbc_encrypt(const unsigned char *in, unsigned char *out,
105 void AES_cfb128_encrypt(const unsigned char *in, unsigned char *out,
108 void AES_cfb1_encrypt(const unsigned char *in, unsigned char *out,
111 void AES_cfb8_encrypt(const unsigned char *in, unsigned char *out,
114 void AES_cfbr_encrypt_block(const unsigned char *in,unsigned char *out,
117 void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out,
120 void AES_ctr128_encrypt(const unsigned char *in, unsigned char *out,
[all...]
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Daes.h95 void AES_encrypt(const unsigned char *in, unsigned char *out,
97 void AES_decrypt(const unsigned char *in, unsigned char *out,
100 void AES_ecb_encrypt(const unsigned char *in, unsigned char *out,
102 void AES_cbc_encrypt(const unsigned char *in, unsigned char *out,
105 void AES_cfb128_encrypt(const unsigned char *in, unsigned char *out,
108 void AES_cfb1_encrypt(const unsigned char *in, unsigned char *out,
111 void AES_cfb8_encrypt(const unsigned char *in, unsigned char *out,
114 void AES_cfbr_encrypt_block(const unsigned char *in,unsigned char *out,
117 void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out,
120 void AES_ctr128_encrypt(const unsigned char *in, unsigned char *out,
[all...]
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A Dconfig.defs70 out session : mach_port_move_send_t;
71 out status : int;
90 out list : xmlDataOut, dealloc;
91 out status : int;
97 out newInstance : int;
98 out status : int;
103 out data : xmlDataOut, dealloc;
104 out newInstance : int;
105 out status : int;
112 out newInstanc
[all...]
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccpad.h15 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
17 size_t nbytes, const void *in, void *out);
19 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
21 size_t nbytes, const void *in, void *out);
23 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
25 size_t nbytes, const void *in, void *out);
27 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
29 size_t nbytes, const void *in, void *out);
30 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
32 size_t nbytes, const void *in, void *out);
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dget_s.c72 kadm5_principal_ent_t out)
82 kd = &out->key_data[out->n_key_data];
113 out->n_key_data++;
122 kadm5_principal_ent_t out,
144 memset(out, 0, sizeof(*out));
147 &out->principal);
149 goto out;
151 out
70 copy_keyset_to_kadm5(kadm5_server_context *context, krb5_kvno kvno, size_t n_keys, Key *keys, krb5_salt *salt, kadm5_principal_ent_t out) argument
120 kadm5_s_get_principal(void *server_handle, krb5_principal princ, kadm5_principal_ent_t out, uint32_t mask) argument
[all...]
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/Accessible2/
H A DAccessible2.idl172 there are no attributes. When S_FALSE is returned [out] pointer types should
173 be NULL and [out] longs should generally be 0, but sometimes -1 is used such
177 Note that for BSTR [out] variables common COM practice is that the server does
184 @li Although [out] BSTR variables are declared by the client, their space is
188 @li If there is no valid [out] BSTR to return, the server should return S_FALSE and
192 @li Single [out] longs, HWNDs, booleans, and structs are declared by the caller
384 @param [out] nRelations
389 [out, retval] long *nRelations
395 @param [out] relation
402 [out, retva
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/unknown/
H A Dtests.sh31 $DIG +short $DIGOPTS @10.53.0.1 a$i.example a in > dig.out || ret=1
32 echo 10.0.0.1 | diff - dig.out || ret=1
44 $DIG +short $DIGOPTS @10.53.0.1 txt$i.example txt in > dig.out || ret=1
45 echo '"hello"' | diff - dig.out || ret=1
57 $DIG +short $DIGOPTS @10.53.0.1 unk$i.example type123 in > dig.out || ret=1
58 echo '\# 1 00' | diff - dig.out || ret=1
68 $DIG +short $DIGOPTS @10.53.0.1 null.example null in > dig.out || ret=1
69 echo '\# 1 00' | diff - dig.out || ret=1
75 $DIG +short $DIGOPTS @10.53.0.1 empty.example null in > dig.out || ret=1
76 echo '\# 0' | diff - dig.out || re
[all...]
/macosx-10.10/libxslt-13/libxslt/tests/exslt/functions/
H A DMakefile.am7 function.1.out function.1.xml function.1.xsl \
8 function.2.out function.2.xml function.2.xsl \
9 function.3.out function.3.xml function.3.xsl \
10 function.4.out function.4.xml function.4.xsl \
11 function.5.out function.5.xml function.5.xsl \
12 function.6.out function.6.xml function.6.xsl \
13 function.7.out function.7.xml function.7.xsl \
14 function.8.out function.8.xml function.8.xsl \
15 function.9.out function.9.xml function.9.xsl \
16 function.10.out functio
[all...]
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Denvironment_command.rb70 out = ''
74 out << Gem::RubyGemsPackageVersion
76 out << Gem::VERSION
78 out << Gem.dir
80 out << Gem.path.join(File::PATH_SEPARATOR)
82 out << Gem.sources.to_a.join("\n")
84 out << Gem.platforms.join(File::PATH_SEPARATOR)
86 out = "RubyGems Environment:\n"
88 out << " - RUBYGEMS VERSION: #{Gem::VERSION}\n"
90 out << "
[all...]
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dmkzipkit.tcl26 # and writes out to outfile
52 set out [open $outfile w+]
53 fconfigure $out -translation binary -encoding binary
55 puts -nonewline $out $sfx_stub
57 set offset [tell $out]
61 fcopy $in $out
63 set size [tell $out]
65 # Now seek in $out to find the end of directory signature:
74 #flush $out
75 seek $out
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Daes.c65 AES_encrypt(const unsigned char *in, unsigned char *out, const AES_KEY *key) argument
67 rijndaelEncrypt(key->key, key->rounds, in, out);
71 AES_decrypt(const unsigned char *in, unsigned char *out, const AES_KEY *key) argument
73 rijndaelDecrypt(key->key, key->rounds, in, out);
77 AES_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
88 AES_encrypt(tmp, out, key);
89 memcpy(iv, out, AES_BLOCK_SIZE);
92 out += AES_BLOCK_SIZE;
99 AES_encrypt(tmp, out, key);
100 memcpy(iv, out, AES_BLOCK_SIZ
124 AES_cfb8_encrypt(const unsigned char *in, unsigned char *out, unsigned long size, const AES_KEY *key, unsigned char *iv, int forward_encrypt) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/masterfile/
H A Dtests.sh29 $DIG +nostats +nocmd include. axfr @10.53.0.1 -p 5300 >dig.out.$n
32 $DIG +nostats +nocmd ttl2. axfr @10.53.0.1 -p 5300 >>dig.out.$n
35 $DIG +nostats +nocmd ttl2. axfr @10.53.0.1 -p 5300 >>dig.out.$n
37 diff dig.out.$n knowngood.dig.out || status=1
44 $DIG +tcp +noall +answer example soa @10.53.0.2 -p 5300 > dig.out.$n
45 grep SOA dig.out.$n > /dev/null || ret=1
52 $DIG +tcp +all missing soa @10.53.0.2 -p 5300 > dig.out.$n
53 grep "status: SERVFAIL" dig.out.$n > /dev/null || ret=1
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/stub/
H A Dtests.sh27 $DIG +tcp data.child.example. @10.53.0.3 axfr -p 5300 > dig.out.ns3 || ret=1
28 grep "; Transfer failed." dig.out.ns3 > /dev/null || ret=1
36 @10.53.0.3 txt -p 5300 > dig.out.ns3 || ret=1
37 grep "status: NOERROR" dig.out.ns3 > /dev/null || ret=1
41 $PERL ../digcomp.pl knowngood.dig.out.norec dig.out.ns3 || ret=1
46 $DIG +tcp data.child.example. @10.53.0.3 txt -p 5300 > dig.out.ns3 || ret=1
47 $PERL ../digcomp.pl knowngood.dig.out.rec dig.out.ns3 || ret=1
/macosx-10.10/OpenSSL098-52/src/bugs/
H A Dstream.c35 * The word 'cryptographic' can be left out if the rouines from the library
87 unsigned char out[100]; local
94 des_cfb64_encrypt(in1,out,26,ks,(des_cblock *)iv,&num,1);
96 fprintf(stderr,"%02X ",out[i]);
101 des_cfb64_encrypt(in2,out,26,ks,(des_cblock *)iv,&num,1);
103 fprintf(stderr,"%02X ",out[i]);
111 unsigned char in[100],out[100]; local
117 RC4(key,26,in,out);
120 fprintf(stderr,"%02X ",out[i]);
126 RC4(key,26,in,out);
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/camellia/
H A Dcamellia.h98 void Camellia_encrypt(const unsigned char *in, unsigned char *out,
100 void Camellia_decrypt(const unsigned char *in, unsigned char *out,
103 void Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out,
105 void Camellia_cbc_encrypt(const unsigned char *in, unsigned char *out,
108 void Camellia_cfb128_encrypt(const unsigned char *in, unsigned char *out,
111 void Camellia_cfb1_encrypt(const unsigned char *in, unsigned char *out,
114 void Camellia_cfb8_encrypt(const unsigned char *in, unsigned char *out,
117 void Camellia_cfbr_encrypt_block(const unsigned char *in,unsigned char *out,
120 void Camellia_ofb128_encrypt(const unsigned char *in, unsigned char *out,
123 void Camellia_ctr128_encrypt(const unsigned char *in, unsigned char *out,
[all...]

Completed in 185 milliseconds

1234567891011>>