Home
last modified time | relevance | path

Searched refs:obj1 (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/x509v3/
Dv3_pmaps.c69 ASN1_OBJECT *obj1 = NULL, *obj2 = NULL; in v2i_POLICY_MAPPINGS() local
88 obj1 = OBJ_txt2obj(val->name, 0); in v2i_POLICY_MAPPINGS()
90 if (!obj1 || !obj2) { in v2i_POLICY_MAPPINGS()
101 pmap->issuerDomainPolicy = obj1; in v2i_POLICY_MAPPINGS()
103 obj1 = obj2 = NULL; in v2i_POLICY_MAPPINGS()
108 ASN1_OBJECT_free(obj1); in v2i_POLICY_MAPPINGS()
/freebsd-12-stable/contrib/bmake/unit-tests/
Dposix1.mk134 lib.a: lib.a(obj1.o) lib.a(obj2.o) lib.a(obj3.o)
141 lib.a(obj1.o): dir/obj_1.o dummy
177 obj1.c dir/obj_1.c obj2.c obj_2.c obj3.c:
/freebsd-12-stable/sys/dev/drm2/
Ddrm_gem.c428 struct drm_gem_object *obj1; in drm_gem_object_handle_free() local
431 obj1 = drm_gem_names_remove(&dev->object_names, obj->name); in drm_gem_object_handle_free()
433 drm_gem_object_unreference(obj1); in drm_gem_object_handle_free()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
Dlobject.h239 #define setobj(L,obj1,obj2) \ argument
240 { const TValue *io2=(obj2); TValue *io1=(obj1); \
352 #define setobj(L,obj1,obj2) \ argument
353 { const TValue *o2_=(obj2); TValue *o1_=(obj1); \
/freebsd-12-stable/contrib/lua/src/
Dlobject.h259 #define setobj(L,obj1,obj2) \ argument
260 { TValue *io1=(obj1); *io1 = *(obj2); \
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSymbols.cpp647 std::string obj1 = sec1->getObjMsg(d->value); in reportDuplicate() local
654 msg += obj1 + "\n>>> defined at "; in reportDuplicate()
/freebsd-12-stable/contrib/gcc/
Dtree-ssa-loop-im.c1193 memref_eq (const void *obj1, const void *obj2) in memref_eq() argument
1195 const struct mem_ref *mem1 = obj1; in memref_eq()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DUnwrappedLineFormatter.cpp968 bool operator()(LineState *obj1, LineState *obj2) const { in operator ()()
969 return *obj1 < *obj2; in operator ()()
/freebsd-12-stable/libexec/rtld-elf/
Drtld.c2412 Obj_Entry *obj1; in process_needed() local
2415 obj1 = needed->obj = load_object(obj->strtab + needed->name, -1, obj, in process_needed()
2417 if (obj1 == NULL && !ld_tracing && (flags & RTLD_LO_FILTEES) == 0) in process_needed()