Searched refs:email (Results 1 - 25 of 90) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dtest_email.py78 email = self.get_git_email('0577-aarch64-Add-an-and.patch')
79 assert not email.errors
80 assert len(email.changelog_entries) == 2
81 entry = email.changelog_entries[0]
94 email = self.get_git_email('0085-Daily-bump.patch')
95 assert not email.errors
96 assert not email.changelog_entries
99 email = self.from_patch_glob('0040')
100 assert len(email.changelog_entries) == 2
101 assert email
[all...]
H A Dgit_email.py67 # Note: commit message consists of email subject, empty line, email body
119 email = GitEmail(full, False)
120 print(email.filename)
121 if email.success:
125 for error in email.errors:
131 email = GitEmail(sys.argv[1])
132 if email.success:
134 email.print_output()
136 if not email
[all...]
H A Dgit_repository.py61 author = '%s <%s>' % (c.author.name, c.author.email)
/netbsd-current/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dtest_email.py78 email = self.get_git_email('0577-aarch64-Add-an-and.patch')
79 assert not email.errors
80 assert len(email.changelog_entries) == 2
81 entry = email.changelog_entries[0]
94 email = self.get_git_email('0085-Daily-bump.patch')
95 assert not email.errors
96 assert not email.changelog_entries
99 email = self.from_patch_glob('0040')
100 assert len(email.changelog_entries) == 2
101 assert email
[all...]
H A Dgit_email.py67 # Note: commit message consists of email subject, empty line, email body
119 email = GitEmail(full, False)
120 print(email.filename)
121 if email.success:
125 for error in email.errors:
131 email = GitEmail(sys.argv[1])
132 if email.success:
134 email.print_output()
136 if not email
[all...]
H A Dgit_repository.py61 author = '%s <%s>' % (c.author.name, c.author.email)
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-view/share/
H A DReporter.py29 import email, mimetypes, smtplib namespace
30 from email import encoders
31 from email.message import Message
32 from email.mime.base import MIMEBase
33 from email.mime.multipart import MIMEMultipart
34 from email.mime.text import MIMEText
85 # Lifted from python email module examples.
/netbsd-current/external/mpl/mozilla-certdata/share/
H A DMakefile7 TRUSTDOMAINS= server email code
72 -v EMAILTRUST=email.trust \
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dminfo_14.c64 dns_name_t email; local
72 dns_name_init(&email, NULL);
80 dns_name_fromregion(&email, &region);
81 isc_region_consume(&region, email.length);
89 sub = name_prefix(&email, tctx->origin, &prefix);
96 dns_name_t email; local
106 dns_name_init(&email, NULL);
109 return (dns_name_fromwire(&email, source, dctx, options, target));
116 dns_name_t email; local
126 dns_name_init(&email, eoffset
[all...]
H A Drp_17.c66 dns_name_t email; local
74 dns_name_init(&email, NULL);
82 dns_name_fromregion(&email, &region);
83 isc_region_consume(&region, email.length);
90 sub = name_prefix(&email, tctx->origin, &prefix);
97 dns_name_t email; local
107 dns_name_init(&email, NULL);
110 return (dns_name_fromwire(&email, source, dctx, options, target));
117 dns_name_t email; local
126 dns_name_init(&email, eoffset
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dminfo_14.c64 dns_name_t email; local
72 dns_name_init(&email, NULL);
80 dns_name_fromregion(&email, &region);
81 isc_region_consume(&region, email.length);
89 sub = name_prefix(&email, tctx->origin, &prefix);
96 dns_name_t email; local
106 dns_name_init(&email, NULL);
109 return (dns_name_fromwire(&email, source, dctx, options, target));
116 dns_name_t email; local
126 dns_name_init(&email, eoffset
[all...]
H A Drp_17.c66 dns_name_t email; local
74 dns_name_init(&email, NULL);
82 dns_name_fromregion(&email, &region);
83 isc_region_consume(&region, email.length);
90 sub = name_prefix(&email, tctx->origin, &prefix);
97 dns_name_t email; local
107 dns_name_init(&email, NULL);
110 return (dns_name_fromwire(&email, source, dctx, options, target));
117 dns_name_t email; local
126 dns_name_init(&email, eoffset
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dwciia.py66 email = line[2:].strip() variable
67 code_owner['email'] = email
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dprepare-commit-msg55 git log -1 --pretty=email HEAD > $f
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/testing/
H A Dbdbhpt-populate.pl209 my $soa_error = "SOA records must take the form: 'server email refresh retry expire negative_cache_ttl'";
210 my ($server, $email, $version, $refresh, $retry, $expire, $negative_cache_ttl) = split(/\s+/, $r->{data});
214 if (!defined $email || $email eq '') {
215 die "$soa_error, missing email";
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_vpm.c105 OPENSSL_free(param->email);
208 if (test_x509_verify_param_copy(email, NULL)) {
209 if (!X509_VERIFY_PARAM_set1_email(dest, src->email, src->emaillen))
434 return param->email;
438 const char *email, size_t emaillen)
440 return int_x509_param_set1(&param->email, &param->emaillen,
441 email, emaillen);
437 X509_VERIFY_PARAM_set1_email(X509_VERIFY_PARAM *param, const char *email, size_t emaillen) argument
H A Dv3_utl.c31 const ASN1_IA5STRING *email);
504 const ASN1_IA5STRING *email; local
508 /* Now add any email address(es) to STACK */
513 email = X509_NAME_ENTRY_get_data(ne);
514 if (!append_ia5(&ret, email))
533 const ASN1_IA5STRING *email)
538 if (email->type != V_ASN1_IA5STRING)
540 if (email->data == NULL || email->length == 0)
542 if (memchr(email
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_vpm.c105 OPENSSL_free(param->email);
215 if (test_x509_verify_param_copy(email, NULL)) {
216 if (!X509_VERIFY_PARAM_set1_email(dest, src->email, src->emaillen))
425 const char *email, size_t emaillen)
427 return int_x509_param_set1(&param->email, &param->emaillen,
428 email, emaillen);
424 X509_VERIFY_PARAM_set1_email(X509_VERIFY_PARAM *param, const char *email, size_t emaillen) argument
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dreq.c157 const char *email)
163 name.u.dNSName.data = rk_UNCONST(email);
164 name.u.dNSName.length = strlen(email);
155 _hx509_request_add_email(hx509_context context, hx509_request req, const char *email) argument
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dmklog105 rc2, email, _ = run('git config user.email', False)
106 email = email.rstrip()
110 Could not read git user.name and user.email settings.
114 return name, email
352 name, email = read_user_info()
454 %s%s\n""" % (log_name, date, name, email, bugmsg, msg))
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_utl.c29 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, const ASN1_IA5STRING *email);
497 const ASN1_IA5STRING *email; local
501 /* Now add any email address(es) to STACK */
506 email = X509_NAME_ENTRY_get_data(ne);
507 if (!append_ia5(&ret, email))
525 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, const ASN1_IA5STRING *email)
529 if (email->type != V_ASN1_IA5STRING)
531 if (email->data == NULL || email->length == 0)
533 if (memchr(email
[all...]
H A Dv3_alt.c103 if (!x509v3_add_len_value_uchar("email", gen->d.ia5->data,
177 BIO_printf(out, "email:");
317 if (!name_cmp(cnf->name, "email")
321 } else if (!name_cmp(cnf->name, "email")
339 * Copy any email addresses in a certificate or request to GENERAL_NAMES
345 ASN1_IA5STRING *email = NULL; local
363 /* Now add any email address(es) to STACK */
367 email = ASN1_STRING_dup(X509_NAME_ENTRY_get_data(ne));
373 if (email == NULL || (gen = GENERAL_NAME_new()) == NULL) {
377 gen->d.ia5 = email;
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/legacy/
H A Dmklog105 rc2, email, _ = run('git config user.email', False)
106 email = email.rstrip()
110 Could not read git user.name and user.email settings.
114 return name, email
352 name, email = read_user_info()
454 %s%s\n""" % (log_name, date, name, email, bugmsg, msg))
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Disemail.d2 * Validates an email address according to RFCs 5321, 5322 and others.
34 * Check that an email address conforms to RFCs 5321, 5322 and others.
38 * valid email address.
43 * email = The email address to check
59 * An $(LREF EmailStatus), indicating the status of the email address.
61 EmailStatus isEmail(Char)(const(Char)[] email, CheckDns checkDNS = No.checkDns,
119 foreach (ref i, e ; email)
121 token = email.get(i, e);
187 if ((token == Token.cr) && ((++i == email
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Disemail.d2 * Validates an email address according to RFCs 5321, 5322 and others.
8 * Dominic Sayers graciously granted permission to use the Boost license via email on Feb 22, 2011.
33 * Check that an email address conforms to RFCs 5321, 5322 and others.
37 * valid email address.
42 * email = The email address to check
58 * An $(LREF EmailStatus), indicating the status of the email address.
60 EmailStatus isEmail(Char)(const(Char)[] email, CheckDns checkDNS = No.checkDns,
114 foreach (ref i, e ; email)
116 token = email
[all...]

Completed in 169 milliseconds

1234