Home
last modified time | relevance | path

Searched refs:new_email (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dextension.rs533 RustGeneralName::Email(s) => GeneralName::new_email(s.as_bytes())?, in build()
Dmod.rs2014 pub(crate) fn new_email(email: &[u8]) -> Result<GeneralName, ErrorStack> { in new_email() method
/third_party/ltp/scripts/
Dcheckpatch.pl3059 my $new_email = "$email_address$new_comment";
3062 "Invalid email format for stable: '$email', prefer '$new_email'\n" . $herecurr) &&
3064 $fixed[$fixlinenr] =~ s/\Q$email\E/$new_email/;
3078 my $new_email = format_email($email_name, $name_comment, $email_address, $new_comment);
3081 "Unexpected content after email: '$email', should be: '$new_email'\n" . $herecurr) &&
3083 $fixed[$fixlinenr] =~ s/\Q$email\E/$new_email/;