Searched refs:obj1 (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/crypto/openssl/crypto/x509v3/ |
| D | v3_pmaps.c | 69 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/ |
| D | posix1.mk | 134 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/ |
| D | drm_gem.c | 428 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/ |
| D | lobject.h | 239 #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/ |
| D | lobject.h | 259 #define setobj(L,obj1,obj2) \ argument 260 { TValue *io1=(obj1); *io1 = *(obj2); \
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | Symbols.cpp | 647 std::string obj1 = sec1->getObjMsg(d->value); in reportDuplicate() local 654 msg += obj1 + "\n>>> defined at "; in reportDuplicate()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | tree-ssa-loop-im.c | 1193 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/ |
| D | UnwrappedLineFormatter.cpp | 968 bool operator()(LineState *obj1, LineState *obj2) const { in operator ()() 969 return *obj1 < *obj2; in operator ()()
|
| /freebsd-12-stable/libexec/rtld-elf/ |
| D | rtld.c | 2412 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()
|