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

/freebsd-current/crypto/heimdal/appl/telnet/libtelnet/
H A Dgenget.c55 char *os1; local
60 os1 = s1;
69 return(*s1 ? 0 : (*s2 ? (s1 - os1) : (os1 - s1)));
/freebsd-current/contrib/telnet/libtelnet/
H A Dgenget.c51 char *os1; local
56 os1 = s1;
65 return(*s1 ? 0 : (*s2 ? (s1 - os1) : (os1 - s1)));
/freebsd-current/crypto/openssl/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);
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp45 raw_string_ostream os1(o1), os2(o2);
46 Loc1.first->printAsOperand(os1, false, M);
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dcheck-der.c973 const heim_octet_string os1 = { 1, "a" } , os2 = { 0, NULL }; local
974 ret = der_heim_octet_string_cmp(&os1, &os2);
980 const heim_octet_string os1 = { 1, "a" } , os2 = { 1, "b" }; local
981 ret = der_heim_octet_string_cmp(&os1, &os2);
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp880 llvm::raw_svector_ostream os1(buf1);
881 os1 << '\'' << *FD << "' is a poor random number generator";
891 BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand, os1.str(),
1052 llvm::raw_svector_ostream os1(buf1);
1053 os1 << "Return value is not checked in call to '" << *FD << '\'';
1063 BR.EmitBasicReport(AC->getDecl(), filter.checkName_UncheckedReturn, os1.str(),
/freebsd-current/usr.bin/localedef/
H A Dcollate.c1084 wchar_t *os1 = s1; local
1092 return (os1);
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dcrypto.c2551 krb5_data os1, os2; local
2563 ret = krb5_crypto_prfplus(context, crypto1, pepper1, keysize, &os1);
2572 unsigned char *p1 = os1.data, *p2 = os2.data, *p3 = res->keyvalue.data;
2579 krb5_data_free(&os1);

Completed in 185 milliseconds