Home
last modified time | relevance | path

Searched refs:objs (Results 1 – 25 of 79) sorted by relevance

1234

/NextBSD/contrib/jemalloc/src/
HDquarantine.c29 quarantine = (quarantine_t *)iallocztm(tsd, offsetof(quarantine_t, objs) in quarantine_init()
77 memcpy(ret->objs, &quarantine->objs[quarantine->first], in quarantine_grow()
85 memcpy(ret->objs, &quarantine->objs[quarantine->first], ncopy_a in quarantine_grow()
87 memcpy(&ret->objs[ncopy_a], quarantine->objs, ncopy_b * in quarantine_grow()
99 quarantine_obj_t *obj = &quarantine->objs[quarantine->first]; in quarantine_drain_one()
147 quarantine_obj_t *obj = &quarantine->objs[offset]; in quarantine()
/NextBSD/contrib/unbound/
HDfreebsd-sources.pl50 my $objs = <MAKE>;
52 chomp($objs);
53 $objs =~ s/\.l?o\b/.c/g;
58 } split(/\s+/, $objs);
/NextBSD/crypto/openssl/crypto/x509/
HDx509_lu.c188 ret->objs = sk_X509_OBJECT_new(x509_object_cmp); in X509_STORE_new()
208 sk_X509_OBJECT_free(ret->objs); in X509_STORE_new()
261 sk_X509_OBJECT_pop_free(vfy->objs, cleanup); in X509_STORE_free()
306 tmp = X509_OBJECT_retrieve_by_subject(ctx->objs, type, name); in X509_STORE_get_by_subject()
357 if (X509_OBJECT_retrieve_match(ctx->objs, obj)) { in X509_STORE_add_cert()
364 sk_X509_OBJECT_push(ctx->objs, obj); in X509_STORE_add_cert()
390 if (X509_OBJECT_retrieve_match(ctx->objs, obj)) { in X509_STORE_add_crl()
396 sk_X509_OBJECT_push(ctx->objs, obj); in X509_STORE_add_crl()
494 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt); in STACK_OF()
508 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt); in STACK_OF()
[all …]
/NextBSD/cddl/contrib/dtracetoolkit/JavaScript/
HDjs_objgc.d66 @objs[this->file, copyinstr(arg1)] = sum(1);
73 @objs["<missed>", copyinstr(arg1)] = sum(-1);
79 @objs[filename[arg2], copyinstr(arg1)] = sum(-1);
88 printa(" %-24.24s %@8d %s\n", @objs);
HDjs_objnew.d48 @objs[basename(copyinstr(arg0)), copyinstr(arg1)] = count();
54 printa(" %-24.24s %-36s %@8d\n", @objs);
/NextBSD/cddl/contrib/dtracetoolkit/Bin/
Djs_objgc.d66 @objs[this->file, copyinstr(arg1)] = sum(1);
73 @objs["<missed>", copyinstr(arg1)] = sum(-1);
79 @objs[filename[arg2], copyinstr(arg1)] = sum(-1);
88 printa(" %-24.24s %@8d %s\n", @objs);
Djs_objnew.d48 @objs[basename(copyinstr(arg0)), copyinstr(arg1)] = count();
54 printa(" %-24.24s %-36s %@8d\n", @objs);
Drb_objnew.d48 @objs[basename(copyinstr(arg1)), copyinstr(arg0)] = count();
54 printa(" %-24.24s %-36s %@8d\n", @objs);
Dj_objnew.d49 @objs[pid, stringof(this->class)] = count();
60 printa(" %6d %8@d %s\n", @objs);
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
HDtst.sameprovmulti.ksh43 objs=
76 objs="$objs $oogle.o $oogle.d.o"
82 cc -o test test.c $objs
HDtst.multiprov.ksh48 objs=
81 objs="$objs $oogle.o $oogle.d.o"
90 cc -o test test.c $objs
/NextBSD/crypto/openssl/util/pl/
HDVC-32.pl298 my($objs,$target,$name,$shlib,$ign,$base_addr) = @_;
322 $ret.="$target: $objs\n";
323 $ret.="\t\$(MKLIB) $lfile$target @<<\n $objs\n<<\n";
332 $ret.="$target: $objs \$(PREMAIN_DSO_EXE)";
341 $ret.="$name @<<\n \$(SHLIB_EX_OBJ) $objs \$(EX_LIBS) ";
346 $ret.="$target: $objs";
347 …$ret.="\n\t\$(LINK) \$(MLFLAGS) $efile$target $name @<<\n \$(SHLIB_EX_OBJ) $objs $ex \$(EX_LIBS)\…
HDBC-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\…
HDnetware.pl456 my($objs,$target,$name,$shlib)=@_;
459 $ret.="$target: $objs\n";
463 $ret.="\t\$(MKLIB) $lib_flags $target $objs\n";
/NextBSD/share/mk/
HDbsd.crunchgen.mk105 .ORDER: ${OUTPUTS} objs
112 ${PROG}: ${OUTPUTS} objs
115 objs: ${OUTMK}
116 ${CRUNCHENV} MAKEOBJDIRPREFIX=${CRUNCHOBJS} ${MAKE} -f ${OUTMK} objs
/NextBSD/crypto/heimdal/lib/hx509/
HDsoftp11.c70 struct st_object **objs; member
191 if (soft_token.object.objs[i] == NULL) in object_handle_to_object()
193 if (soft_token.object.objs[i]->object_handle != handle) in object_handle_to_object()
195 *object = soft_token.object.objs[i]; in object_handle_to_object()
306 struct st_object *o, **objs; in add_st_object() local
314 if (soft_token.object.objs == NULL) { in add_st_object()
315 soft_token.object.objs[i] = o; in add_st_object()
320 objs = realloc(soft_token.object.objs, in add_st_object()
321 (soft_token.object.num_objs + 1) * sizeof(soft_token.object.objs[0])); in add_st_object()
322 if (objs == NULL) { in add_st_object()
[all …]
/NextBSD/usr.bin/ar/
HDwrite.c248 TAILQ_INSERT_BEFORE(pos, obj, objs); in insert_obj()
252 TAILQ_INSERT_AFTER(&bsdar->v_obj, pos, obj, objs); in insert_obj()
257 TAILQ_INSERT_TAIL(&bsdar->v_obj, obj, objs); in insert_obj()
364 TAILQ_INSERT_TAIL(&bsdar->v_obj, obj, objs); in read_objs()
450 TAILQ_FOREACH(obj, &bsdar->v_obj, objs) { in write_archive()
468 TAILQ_FOREACH_SAFE(obj, &bsdar->v_obj, objs, obj_temp) { in write_archive()
494 TAILQ_REMOVE(&bsdar->v_obj, obj, objs); in write_archive()
542 TAILQ_FOREACH_SAFE(obj, &bsdar->v_obj, objs, obj_temp) { in write_cleanup()
543 TAILQ_REMOVE(&bsdar->v_obj, obj, objs); in write_cleanup()
610 TAILQ_FOREACH(obj, &bsdar->v_obj, objs) { in write_objs()
[all …]
/NextBSD/usr.sbin/crunch/crunchgen/
HDcrunchgen.c73 strlst_t *objs, *objpaths; member
435 p2->objs = NULL; in add_prog()
539 p->objs = NULL; in add_special()
541 add_string(&p->objs, argv[i]); in add_special()
692 if (!p->objs && p->srcdir && is_nonempty_file(path)) in fillin_program()
699 if (!p->objs && verbose) in fillin_program()
703 if ((!p->srcdir || !p->objdir) && !p->objs) in fillin_program()
781 add_string(&p->objs, obj); in fillin_program_objs()
845 if (p->objs) { in gen_specials_cache()
847 output_strlst(cachef, p->objs); in gen_specials_cache()
[all …]
/NextBSD/cddl/contrib/dtracetoolkit/Ruby/
HDrb_objnew.d48 @objs[basename(copyinstr(arg1)), copyinstr(arg0)] = count();
54 printa(" %-24.24s %-36s %@8d\n", @objs);
/NextBSD/contrib/elftoolchain/ar/
HDwrite.c227 TAILQ_INSERT_BEFORE(pos, obj, objs); in insert_obj()
231 TAILQ_INSERT_AFTER(&bsdar->v_obj, pos, obj, objs); in insert_obj()
236 TAILQ_INSERT_TAIL(&bsdar->v_obj, obj, objs); in insert_obj()
347 TAILQ_INSERT_TAIL(&bsdar->v_obj, obj, objs); in read_objs()
441 TAILQ_FOREACH(obj, &bsdar->v_obj, objs) { in ar_write_archive()
460 TAILQ_FOREACH_SAFE(obj, &bsdar->v_obj, objs, obj_temp) { in ar_write_archive()
485 TAILQ_REMOVE(&bsdar->v_obj, obj, objs); in ar_write_archive()
534 TAILQ_FOREACH_SAFE(obj, &bsdar->v_obj, objs, obj_temp) { in write_cleanup()
535 TAILQ_REMOVE(&bsdar->v_obj, obj, objs); in write_cleanup()
671 TAILQ_FOREACH(obj, &bsdar->v_obj, objs) { in write_objs()
[all …]
/NextBSD/cddl/contrib/dtracetoolkit/Java/
HDj_objnew.d49 @objs[pid, stringof(this->class)] = count();
60 printa(" %6d %8@d %s\n", @objs);
/NextBSD/usr.sbin/crunch/examples/
HDMakefile28 objs: target
29 ${MAKE} -f $(OUTMK) objs
/NextBSD/contrib/gcclibs/libmudflap/
HDmf-runtime.c272 __mf_object_t **objs, unsigned max_objs);
274 __mf_object_t **objs, unsigned max_objs, int type);
276 __mf_object_t **objs, unsigned max_objs);
1242 __mf_object_t *objs[1] = {NULL}; in __mfu_unregister() local
1246 CLAMPSZ (ptr, sz), objs, 1, type); in __mfu_unregister()
1255 CLAMPSZ (ptr, sz), objs, 1, __MF_TYPE_HEAP); in __mfu_unregister()
1258 old_obj = objs[0]; in __mfu_unregister()
1501 __mf_object_t **objs, unsigned max_objs, int type) in __mf_find_objects2() argument
1513 objs[count] = (__mf_object_t *) n->value; in __mf_find_objects2()
1535 objs[count] = (__mf_object_t *) n->value; in __mf_find_objects2()
[all …]
/NextBSD/contrib/gcc/
HDtree-ssa-alias-warnings.c353 htab_t objs; member
441 ref_table->objs = htab_create (10, tree_map_hash, tree_map_eq, NULL); in build_reference_table()
468 add_key (ref_table->objs, alias, references_pool); in build_reference_table()
491 htab_delete (ref_table->objs); in maybe_free_reference_table()
551 maybe_add_match (reference_table (true)->objs, &match); in find_references_in_tree_helper()
586 return match (reference_table (true)->objs, object); in reference_site()
/NextBSD/contrib/elftoolchain/elfcopy/
HDarchive.c108 STAILQ_INSERT_TAIL(&ecp->v_arobj, obj, objs); in process_ar_obj()
474 STAILQ_FOREACH(obj, &ecp->v_arobj, objs) { in ac_write_objs()
497 STAILQ_FOREACH_SAFE(obj, &ecp->v_arobj, objs, obj_temp) { in ac_write_cleanup()
498 STAILQ_REMOVE(&ecp->v_arobj, obj, ar_obj, objs); in ac_write_cleanup()

1234