Searched refs:otherName (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/lib/libcrypto/x509/
H A Dx509_genn.c186 .offset = offsetof(GENERAL_NAME, d.otherName),
187 .field_name = "d.otherName",
394 result = OTHERNAME_cmp(a->d.otherName, b->d.otherName);
449 a->d.otherName = value;
487 return a->d.otherName;
532 *poid = gen->d.otherName->type_id;
534 *pvalue = gen->d.otherName->value;
H A Dx509_alt.c656 else if (!name_cmp(name, "otherName"))
737 if (!(gen->d.otherName = OTHERNAME_new()))
742 ASN1_TYPE_free(gen->d.otherName->value);
743 if (!(gen->d.otherName->value = ASN1_generate_v3(p + 1, ctx)))
749 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0);
752 gen->d.otherName->type_id = NULL;
753 if (!gen->d.otherName->type_id)
H A Dx509v3.h190 OTHERNAME *otherName; /* otherName */ member in union:GENERAL_NAME_st::__anon13
/openbsd-current/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1339 if (Entry.otherName().empty())
1342 EOS << Entry.otherName();
1351 if (Entry.otherName().empty())
1354 U.Name = Entry.otherName().str();
1370 if (Entry.otherName().empty())
1373 EOS << Entry.otherName();
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h81 StringRef otherName() const;
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp2974 StringRef ExportEntry::otherName() const { function in class:ExportEntry
/openbsd-current/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp10615 if (Entry.otherName().empty())
10618 outs() << " (" << Entry.otherName() << " from " << DylibName << ")";

Completed in 287 milliseconds