Searched refs:objs (Results 26 - 50 of 119) sorted by relevance

12345

/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcmsutil.c68 * will be done in place (in objs).
71 SecCmsArraySortByDER(void **objs, const SecAsn1Template *objtemplate, void **objs2) argument
79 if (objs == NULL) /* already sorted */
82 num_objs = SecCmsArrayCount((void **)objs);
100 enc_objs[i] = SEC_ASN1EncodeItem(poolp, NULL, objs[i], objtemplate);
106 /* now compare and sort objs by the order of enc_objs */
107 SecCmsArraySort((void **)enc_objs, SecCmsUtilDERCompare, objs, objs2);
H A Dcmspriv.h58 * will be done in place (in objs).
61 SecCmsArraySortByDER(void **objs, const SecAsn1Template *objtemplate, void **objs2);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcmsutil.c68 * will be done in place (in objs).
71 SecCmsArraySortByDER(void **objs, const SecAsn1Template *objtemplate, void **objs2) argument
79 if (objs == NULL) /* already sorted */
82 num_objs = SecCmsArrayCount((void **)objs);
100 enc_objs[i] = SEC_ASN1EncodeItem(poolp, NULL, objs[i], objtemplate);
106 /* now compare and sort objs by the order of enc_objs */
107 SecCmsArraySort((void **)enc_objs, SecCmsUtilDERCompare, objs, objs2);
H A Dcmspriv.h58 * will be done in place (in objs).
61 SecCmsArraySortByDER(void **objs, const SecAsn1Template *objtemplate, void **objs2);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcmsutil.c68 * will be done in place (in objs).
71 SecCmsArraySortByDER(void **objs, const SecAsn1Template *objtemplate, void **objs2) argument
79 if (objs == NULL) /* already sorted */
82 num_objs = SecCmsArrayCount((void **)objs);
100 enc_objs[i] = SEC_ASN1EncodeItem(poolp, NULL, objs[i], objtemplate);
106 /* now compare and sort objs by the order of enc_objs */
107 SecCmsArraySort((void **)enc_objs, SecCmsUtilDERCompare, objs, objs2);
H A Dcmspriv.h58 * will be done in place (in objs).
61 SecCmsArraySortByDER(void **objs, const SecAsn1Template *objtemplate, void **objs2);
/macosx-10.10/cups-408/cups/filter/
H A Dinterpret.c70 _cups_ps_obj_t *objs; /* Objects in stack */ member in struct:__anon7272
736 if (!push_stack(st, st->objs + n))
754 free(st->objs);
868 for (obj = st->objs, c = st->num_objs; c > 0; c --, obj ++)
886 return (push_stack(st, st->objs + n));
905 if ((st->objs = calloc(32, sizeof(_cups_ps_obj_t))) == NULL)
926 return (st->objs + st->num_objs);
950 if ((temp = realloc(st->objs, (size_t)st->alloc_objs *
954 st->objs = temp;
958 temp = st->objs
[all...]
/macosx-10.10/OpenSSL098-52/src/util/pl/
H A DBC-32.pl99 local($objs,$target,$name,$shlib)=@_;
106 $ret.="$target: $objs\n";
121 $ret.="\t\$(LINK) \$(MLFLAGS) $efile$target /def:ms/${Name}.def @<<\n \$(SHLIB_EX_OBJ) $objs $ex\n<<\n";
H A Dnetware.pl450 my($objs,$target,$name,$shlib)=@_;
453 $ret.="$target: $objs\n";
457 $ret.="\t\$(MKLIB) $lib_flags $target $objs\n";
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSound.c591 Tcl_Obj *objs[8]; local
593 objs[0] = Tcl_NewIntObj(s->length);
594 objs[1] = Tcl_NewIntObj(s->samprate);
596 objs[2] = Tcl_NewDoubleObj((double)s->maxsamp);
597 objs[3] = Tcl_NewDoubleObj((double)s->minsamp);
599 objs[2] = Tcl_NewIntObj((int)s->maxsamp);
600 objs[3] = Tcl_NewIntObj((int)s->minsamp);
602 objs[4] = Tcl_NewStringObj(encs[s->encoding], -1);
603 objs[5] = Tcl_NewIntObj(s->nchannels);
604 objs[
896 Tcl_Obj *objs[6]; local
[all...]
/macosx-10.10/ruby-106/ruby/ext/json/lib/json/
H A Dcommon.rb448 def j(*objs)
449 objs.each do |obj|
457 def jj(*objs)
458 objs.each do |obj|
/macosx-10.10/ruby-106/ruby/lib/
H A Dprettyprint.rb261 @objs = []
267 @objs.each {|obj| out << obj}
272 @objs << obj
H A Dpp.rb13 def pp(*objs) # :doc:
14 objs.each {|obj|
17 objs.size <= 1 ? objs.first : objs
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dsoftp11.c70 struct st_object **objs; member in struct:soft_token::__anon596
191 if (soft_token.object.objs[i] == NULL)
193 if (soft_token.object.objs[i]->object_handle != handle)
195 *object = soft_token.object.objs[i];
306 struct st_object *o, **objs; local
314 if (soft_token.object.objs == NULL) {
315 soft_token.object.objs[i] = o;
320 objs = realloc(soft_token.object.objs,
321 (soft_token.object.num_objs + 1) * sizeof(soft_token.object.objs[
[all...]
/macosx-10.10/zlib-55/zlib/
H A DMakefile135 -@mkdir objs 2>/dev/null || test -d objs
136 $(CC) $(SFLAGS) -DPIC -c -o objs/$*.o $<
137 -@mv objs/$*.o $@
149 -@rmdir objs
226 rm -rf objs
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A DMakefile.in167 objs=""; \
210 objs="$$objs $$obj"; \
213 --output-def $@.tmp $$objs; \
215 --output-def $@.tmp $$objs;
353 $(RM) *.exp *.def *.base *.a *.objs symdummy.c
/macosx-10.10/llvmCore-3425.0.34/utils/
H A DGenLibDeps.pl75 my @objs = grep(/LLVM.*\.o$/,sort(@files));
180 foreach my $obj (@objs ) {
374 foreach my $obj (@objs) {
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dchoicfmt.h407 * @param objs The array of objects to be formatted.
408 * @param cnt The size of objs.
418 virtual UnicodeString& format(const Formattable* objs,
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmcache.c484 int objs; local
491 objs = MIN((unsigned int)ccp->cc_objs, need);
493 ccp->cc_objs -= objs;
494 ccp->cc_alloc += objs;
501 if ((need -= objs) == 0) {
1069 mcache_cpu_refill(mcache_cpu_t *ccp, mcache_bkt_t *bkt, int objs) argument
1072 (ccp->cc_filled && ccp->cc_objs + objs == ccp->cc_bktsize));
1078 ccp->cc_objs = objs;
1158 int cpu, objs, pobjs; local
1168 objs
[all...]
/macosx-10.10/apache-793/httpd/support/
H A Dapxs.in375 my @objs = ();
382 push(@objs, $f);
393 elsif ($#objs > -1) {
394 $dso_file = $objs[0];
432 unshift(@objs, $lo);
438 foreach $o (@objs) {
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dextconf.rb408 $objs = [
434 $objs += ["getaddrinfo.#{$OBJEXT}"]
435 $objs += ["getnameinfo.#{$OBJEXT}"]
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dcmspriv.h58 * will be done in place (in objs).
61 SecCmsArraySortByDER(void **objs, const SecAsn1Template *objtemplate, void **objs2);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcmspriv.h58 * will be done in place (in objs).
61 SecCmsArraySortByDER(void **objs, const SecAsn1Template *objtemplate, void **objs2);
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dby_dir.c364 j = sk_X509_OBJECT_find(xl->store_ctx->objs,&stmp);
365 if(j != -1) tmp=sk_X509_OBJECT_value(xl->store_ctx->objs,j);
/macosx-10.10/ncurses-44/ncurses/
H A Dmk-1st.awk143 function make_shlib(objs, shlib_list) {
144 printf "\t$(MK_SHARED_LIB) $(%s_OBJS) $(%s) $(LDFLAGS)\n", objs, shlib_list

Completed in 501 milliseconds

12345