Searched refs:output (Results 251 - 275 of 1481) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/Security-57031.1.35/Security/include/security_smime/
H A Dcmsencode.c65 struct nss_cms_encoder_output output; /* output function */ member in struct:SecCmsEncoderStr
80 * The little output function that the ASN.1 encoder calls to hand
88 struct nss_cms_encoder_output *output = (struct nss_cms_encoder_output *)arg; local
103 if (output->outputfn != NULL)
104 /* call output callback with DER data */
105 output->outputfn(output->outputarg, buf, len);
107 if (output->dest != NULL) {
109 offset = output
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcmsencode.c65 struct nss_cms_encoder_output output; /* output function */ member in struct:SecCmsEncoderStr
80 * The little output function that the ASN.1 encoder calls to hand
88 struct nss_cms_encoder_output *output = (struct nss_cms_encoder_output *)arg; local
103 if (output->outputfn != NULL)
104 /* call output callback with DER data */
105 output->outputfn(output->outputarg, buf, len);
107 if (output->dest != NULL) {
109 offset = output
[all...]
/macosx-10.10.1/bless-103/
H A Dfirmwaresyncd.c86 bool run_tool(char *argv[], CFDataRef *output);
535 CFDataRef output = NULL; local
592 if (!run_tool(newargv, &output)) {
593 if (output) {
594 syslog(LOG_ERR, "Command %s output: %.*s", newargv[0], (int)CFDataGetLength(output), CFDataGetBytePtr(output));
595 CFRelease(output);
599 if (output) {
600 CFRelease(output);
759 run_tool(char *argv[], CFDataRef *output) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_cert_command.rb75 assert_equal "Added '/CN=nobody/DC=example'\n", @ui.output
96 assert_equal expected, @ui.output
107 output = @ui.output.split "\n"
110 output.shift
112 output.shift
115 output.shift
117 assert_empty output
134 output = @ui.output
[all...]
H A Dtest_gem_commands_update_command.rb46 out = @ui.output.split "\n"
98 out = @ui.output.split "\n"
121 out = @ui.output.split "\n"
140 out = @ui.output.split "\n"
162 out = @ui.output.split "\n"
184 out = @ui.output.split "\n"
202 assert_empty @ui.output
253 out = @ui.output.split "\n"
294 out = @ui.output.split "\n"
313 out = @ui.output
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DKhmerReordering.cpp364 KhmerReorderingOutput output(outChars, glyphStorage);
374 output.reset();
386 output.writeChar(C_VOWEL_E, i, tagPref);
392 output.writeChar(chars[i], i, tagPref);
409 output.writeChar(C_COENG, coengRo, tagPref);
410 output.writeChar(C_RO, coengRo + 1, tagPref);
418 output.writeChar(C_DOTTED_CIRCLE, prev, tagDefault);
421 // copy what is left to the output, skipping before vowels and coeng Ro if they are present
438 output.writeChar(chars[i], i, tagAbvf);
442 output
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DEnhancedAccessor.java121 public void writePriKeyField(Object o, EntityOutput output) { argument
126 ((Enhanced) o).bdbWritePriKeyField(output, priKeyFormat);
137 public void writeSecKeyFields(Object o, EntityOutput output) { argument
138 ((Enhanced) o).bdbWriteSecKeyFields(output);
150 public void writeNonKeyFields(Object o, EntityOutput output) { argument
151 ((Enhanced) o).bdbWriteNonKeyFields(output);
H A DPersistKeyBinding.java94 RecordOutput output = new RecordOutput(catalog, rawAccess);
95 output.writeKeyObject(object, keyFormat);
96 TupleBase.outputToEntry(output, entry);
H A DPrimitiveArrayFormat.java90 void writeObject(Object o, EntityOutput output, boolean rawAccess) { argument
93 output.writeArrayLength(a.length);
95 componentFormat.writeObject(a[i], output, true);
98 componentFormat.writePrimitiveArray(o, output);
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Dayb.pl54 $self->{output} .= $text;
65 $self->{output} .= $text;
73 $self->{output} .= $self->{ayb} ? $ayb[($self->{i} += 1 ) %= @ayb] : $text;
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Dayb.pl54 $self->{output} .= $text;
65 $self->{output} .= $text;
73 $self->{output} .= $self->{ayb} ? $ayb[($self->{i} += 1 ) %= @ayb] : $text;
/macosx-10.10.1/ICU-531.30/icuSources/io/
H A Duprintf.c73 UFILE *output = (UFILE *)context; local
80 written = u_file_write(result, resultLen, output);
82 written += u_file_write(&info->fPadChar, 1, output);
89 written += u_file_write(&info->fPadChar, 1, output);
91 written += u_file_write(result, resultLen, output);
94 /* just write the formatted output */
96 written = u_file_write(result, resultLen, output);
/macosx-10.10.1/objc4-646/test/
H A Dtest.pl188 my $output = "";
197 $output .= `$cmd`;
200 print "$output\n" if $VERBOSE;
201 return $output;
335 my @output = @_;
339 # Quietly strip MallocScribble before saving the "original" output
341 filter_malloc(\@output);
343 my @original_output = @output;
345 # Run result-checking passes, reducing @output each time
350 filter_hax(\@output);
[all...]
/macosx-10.10.1/CPANInternal-159.1/Text-WordDiff-0.08/t/
H A Dansicolor.t55 . 'have been output to ' . BOLD . RED . STRIKETHROUGH . "HTML"
84 # Try a code refence output handler.
85 my $output = '';
86 is word_diff(\$string1, \$string2, { OUTPUT => sub { $output .= shift } } ),
87 2, 'Should get a count of 2 hunks with code ref output';
88 is $output, $term_diff, 'The code ref should have been called';
90 # Try a scalar ref output handler.
91 $output = '';
92 is word_diff(\$string1, \$string2, { OUTPUT => \$output } ),
93 2, 'Should get a count of 2 hunks with scalar ref output';
[all...]
H A Dhtmltwolines.t58 . qq{have been output to </span><span class="hunk"><del>HTML</del></span>}
69 . qq{have been output to </span><span class="hunk"><ins>the terminal</ins></span>}
101 # Try a code refence output handler.
102 my $output = '';
103 $opts{OUTPUT} = sub { $output .= shift };
105 'Should get a count of 2 hunks with code ref output';
106 is $output, $term_diff, 'The code ref should have been called';
108 # Try a scalar ref output handler.
109 $output = '';
110 $opts{OUTPUT} = \$output;
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DInspectorBackendDispatcher.cpp224 static bool asInt(InspectorValue* value, int* output) { return value->asNumber(output); } argument
225 static bool asDouble(InspectorValue* value, double* output) { return value->asNumber(output); } argument
226 static bool asString(InspectorValue* value, String* output) { return value->asString(output); } argument
227 static bool asBoolean(InspectorValue* value, bool* output) { return value->asBoolean(output); } argument
228 static bool asObject(InspectorValue* value, RefPtr<InspectorObject>* output) { return value->asObject(output); } argument
229 asArray(InspectorValue* value, RefPtr<InspectorArray>* output) argument
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Dqud_cksm.c76 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[], argument
91 lp = (struct lp_st *) &(output[0])[0];
93 lp = (DES_LONG *) &(output[0])[0];
H A Ddes.h131 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
134 DES_LONG DES_cbc_cksum(const unsigned char *input,DES_cblock *output,
138 void DES_cbc_encrypt(const unsigned char *input,unsigned char *output,
141 void DES_ncbc_encrypt(const unsigned char *input,unsigned char *output,
144 void DES_xcbc_encrypt(const unsigned char *input,unsigned char *output,
150 void DES_ecb_encrypt(const_DES_cblock *input,DES_cblock *output,
176 void DES_ede3_cbc_encrypt(const unsigned char *input,unsigned char *output,
211 void DES_pcbc_encrypt(const unsigned char *input,unsigned char *output,
214 DES_LONG DES_quad_cksum(const unsigned char *input,DES_cblock output[],
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dbuild_gnv_curl_release_notes.com35 $ write sys$output "@MAKE_PCSI_CURL_KIT_NAME.COM has not been run."
47 $ write sys$output "Can not find Curl readme file."
58 $ write sys$output "Can not find Curl copying file."
69 $ write sys$output "Can not find VMS specific Curl readme file."
80 $ write sys$output "Can not find Curl release-notes file."
86 $ write sys$output "GNV_LINK_CURL.COM has not been run!"
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgdataconsumer.py47 output = []
49 consumer = CGDataConsumerCreate(output, (putBytes, release))
63 self.failIfEqual(len(output), 0)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/PyObjCTest/
H A Dtest_cgdataconsumer.py52 output = []
54 consumer = CGDataConsumerCreate(output, (putBytes, release))
68 self.assertNotEqual(len(output), 0)
/macosx-10.10.1/CommonCrypto-60061/libcn/
H A DCommonBuffering.c52 uint8_t *input = (uint8_t *) in, *output = out; local
66 pFunc(ctx, bufRef->buf, blocksize, output, &outputLen);
68 output += outputLen; *outLen = outputLen; outputAvailable -= outputLen;
75 pFunc(ctx, input, inputUsing, output, &outputLen);
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dencrypt.h80 void (*output) (unsigned char *, int); member in struct:__anon499
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Dccdigest.c107 CCDigest(CCDigestAlg algorithm, const void *data, size_t length, void *output) argument
113 CCDigestFinal(d, output);
146 CCDigestFinal(CCDigestRef ctx, void *output) argument
148 ctx->alg->final(output, (struct hc_md_ctx *)&ctx[1]);
/macosx-10.10.1/OpenSSL098-52/src/demos/engines/zencod/
H A Dhw_zencod.h114 /* output : output data buffer */
117 /* typedef int t_zencod_hash ( KEY *output, const KEY *input, int algo ) ;
118 * typedef int t_zencod_sha_hash ( KEY *output, const KEY *input, int algo ) ;
123 typedef int t_zencod_md5_do_final ( ZEN_MD_DATA *data, KEY *output ) ;
127 typedef int t_zencod_sha1_do_final ( ZEN_MD_DATA *data, KEY *output ) ;
133 /* output : output data buffer */
139 typedef int t_zencod_rc4_cipher ( KEY *output, const KEY *input, const KEY *key,
142 /* output
[all...]

Completed in 303 milliseconds

<<11121314151617181920>>