Searched refs:os1 (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/lib/libtelnet/
H A Dgenget.c55 const char *os1; local
60 os1 = s1;
69 return(*s1 ? 0 : (*s2 ? (s1 - os1) : (os1 - s1)));
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-srec/
H A Dsrec.exp170 set os1 [expr $a2 - $a1]
173 set os1 0
177 set ol [expr $n1 - $os1]
182 set x1 [srec_extract $l1 $os1 $ol]
185 verbose "$os1 $ol $x1" 2
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_ameth.c649 ASN1_STRING *os1 = NULL; local
651 os1 = ossl_rsa_ctx_to_pss_string(pkctx);
652 if (os1 == NULL)
656 ASN1_STRING *os2 = ASN1_STRING_dup(os1);
659 ASN1_STRING_free(os1);
664 ASN1_STRING_free(os1);
670 V_ASN1_SEQUENCE, os1)) {
671 ASN1_STRING_free(os1);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_ameth.c839 ASN1_STRING *os1 = NULL; local
840 os1 = rsa_ctx_to_pss_string(pkctx);
841 if (!os1)
845 ASN1_STRING *os2 = ASN1_STRING_dup(os1);
847 ASN1_STRING_free(os1);
854 V_ASN1_SEQUENCE, os1);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp49 raw_string_ostream os1(o1), os2(o2);
50 V1->printAsOperand(os1, true, M);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dscript-sections.cc3819 operator()(const Output_section* os1, const Output_section* os2) const;
3823 script_compare(const Output_section* os1, const Output_section* os2) const;
3830 Sort_output_sections::operator()(const Output_section* os1, argument
3834 uint64_t lma1 = (os1->has_load_address()
3835 ? os1->load_address()
3836 : os1->address());
3844 if (os1->address() != os2->address())
3845 return os1->address() < os2->address();
3849 int i = this->script_compare(os1, os2);
3854 bool nobits1 = os1
3883 script_compare(const Output_section* os1, const Output_section* os2) const argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dscript-sections.cc3819 operator()(const Output_section* os1, const Output_section* os2) const;
3823 script_compare(const Output_section* os1, const Output_section* os2) const;
3830 Sort_output_sections::operator()(const Output_section* os1, argument
3834 uint64_t lma1 = (os1->has_load_address()
3835 ? os1->load_address()
3836 : os1->address());
3844 if (os1->address() != os2->address())
3845 return os1->address() < os2->address();
3849 int i = this->script_compare(os1, os2);
3854 bool nobits1 = os1
3883 script_compare(const Output_section* os1, const Output_section* os2) const argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dscript-sections.cc3819 operator()(const Output_section* os1, const Output_section* os2) const;
3823 script_compare(const Output_section* os1, const Output_section* os2) const;
3830 Sort_output_sections::operator()(const Output_section* os1, argument
3834 uint64_t lma1 = (os1->has_load_address()
3835 ? os1->load_address()
3836 : os1->address());
3844 if (os1->address() != os2->address())
3845 return os1->address() < os2->address();
3849 int i = this->script_compare(os1, os2);
3854 bool nobits1 = os1
3883 script_compare(const Output_section* os1, const Output_section* os2) const argument
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-der.c974 const heim_octet_string os1 = { 1, "a" } , os2 = { 0, NULL }; local
975 ret = der_heim_octet_string_cmp(&os1, &os2);
981 const heim_octet_string os1 = { 1, "a" } , os2 = { 1, "b" }; local
982 ret = der_heim_octet_string_cmp(&os1, &os2);
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp878 llvm::raw_svector_ostream os1(buf1);
879 os1 << '\'' << *FD << "' is a poor random number generator";
889 BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand, os1.str(),
1042 llvm::raw_svector_ostream os1(buf1);
1043 os1 << "Return value is not checked in call to '" << *FD << '\'';
1053 BR.EmitBasicReport(AC->getDecl(), filter.checkName_UncheckedReturn, os1.str(),
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcrypto.c2942 krb5_data os1, os2; local
2946 krb5_data_zero(&os1);
2954 ret = krb5_crypto_prfplus(context, crypto1, pepper1, keysize, &os1);
2963 unsigned char *p1 = os1.data, *p2 = os2.data;
2967 ret = krb5_random_to_key(context, enctype, os1.data, keysize, res);
2969 krb5_data_free(&os1);

Completed in 363 milliseconds