Searched refs:obj1 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/crypto/openssl/crypto/x509v3/ |
| H A 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.1/contrib/bmake/unit-tests/ |
| H A 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.1/sys/dev/drm2/ |
| H A 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.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A 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.1/contrib/lua/src/ |
| H A D | lobject.h | 259 #define setobj(L,obj1,obj2) \ argument 260 { TValue *io1=(obj1); *io1 = *(obj2); \
|
| /freebsd-12.1/contrib/gcc/ |
| H A 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.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.cpp | 860 bool operator()(LineState *obj1, LineState *obj2) const { in operator ()() 861 return *obj1 < *obj2; in operator ()()
|
| /freebsd-12.1/libexec/rtld-elf/ |
| H A D | rtld.c | 2317 Obj_Entry *obj1; in process_needed() local 2320 obj1 = needed->obj = load_object(obj->strtab + needed->name, -1, obj, in process_needed() 2322 if (obj1 == NULL && !ld_tracing && (flags & RTLD_LO_FILTEES) == 0) in process_needed()
|