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

/freebsd-12-stable/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-12-stable/contrib/telnet/libtelnet/
H A Dgenget.c55 char *os1; local
60 os1 = s1;
69 return(*s1 ? 0 : (*s2 ? (s1 - os1) : (os1 - s1)));
/freebsd-12-stable/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c838 ASN1_STRING *os1 = NULL; local
839 os1 = rsa_ctx_to_pss_string(pkctx);
840 if (!os1)
844 ASN1_STRING *os2 = ASN1_STRING_dup(os1);
846 ASN1_STRING_free(os1);
853 V_ASN1_SEQUENCE, os1);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp49 raw_string_ostream os1(o1), os2(o2);
50 V1->printAsOperand(os1, true, M);
/freebsd-12-stable/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-12-stable/contrib/llvm-project/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(),
/freebsd-12-stable/usr.bin/localedef/
H A Dcollate.c1083 wchar_t *os1 = s1; local
1091 return (os1);
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dcrypto.c2548 krb5_data os1, os2; local
2560 ret = krb5_crypto_prfplus(context, crypto1, pepper1, keysize, &os1);
2569 unsigned char *p1 = os1.data, *p2 = os2.data, *p3 = res->keyvalue.data;
2576 krb5_data_free(&os1);

Completed in 94 milliseconds