HomeSort by: relevance | last modified time | path
    Searched refs:email (Results 1 - 25 of 111) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
test_email.py 80 email = self.get_git_email('0577-aarch64-Add-an-and.patch')
81 assert not email.errors
82 assert len(email.changelog_entries) == 2
83 entry = email.changelog_entries[0]
96 email = self.get_git_email('0085-Daily-bump.patch')
97 assert not email.errors
98 assert not email.changelog_entries
101 email = self.from_patch_glob('0040')
102 assert len(email.changelog_entries) == 2
103 assert email.changelog_entries[0].folder == 'gcc/cp
    [all...]
git_email.py 70 # Note: commit message consists of email subject, empty line, email body
121 email = GitEmail(full)
122 print(email.filename)
123 if email.success:
126 for warning in email.warnings:
129 for error in email.errors:
135 email = GitEmail(sys.argv[1])
136 if email.success:
138 email.print_output(
    [all...]
git_repository.py 63 author = '%s <%s>' % (c.author.name, c.author.email)
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
test_email.py 78 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.changelog_entries[0].folder == 'gcc/cp
    [all...]
git_email.py 67 # 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.info.lines
    [all...]
git_repository.py 61 author = '%s <%s>' % (c.author.name, c.author.email)
  /src/external/mpl/mozilla-certdata/share/
Makefile 7 TRUSTDOMAINS= server email code
72 -v EMAILTRUST=email.trust \
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
minfo_14.c 64 dns_name_t email; local
72 dns_name_init(&email, NULL);
80 dns_name_fromregion(&email, &region);
81 isc_region_consume(&region, email.length);
90 opts = name_prefix(&email, tctx->origin, &prefix)
99 dns_name_t email; local
109 dns_name_init(&email, NULL);
112 return dns_name_fromwire(&email, source, dctx, target);
119 dns_name_t email; local
129 dns_name_init(&email, eoffsets)
    [all...]
rp_17.c 66 dns_name_t email; local
74 dns_name_init(&email, NULL);
82 dns_name_fromregion(&email, &region);
83 isc_region_consume(&region, email.length);
92 opts = name_prefix(&email, tctx->origin, &prefix)
101 dns_name_t email; local
111 dns_name_init(&email, NULL);
114 return dns_name_fromwire(&email, source, dctx, target);
121 dns_name_t email; local
130 dns_name_init(&email, eoffsets)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
minfo_14.c 64 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, eoffsets)
    [all...]
rp_17.c 66 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, eoffsets)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/
wciia.py 66 email = line[2:].strip() variable
67 code_owner['email'] = email
  /src/external/gpl3/gcc/dist/contrib/
prepare-commit-msg 55 git log -1 --pretty=email HEAD > "$f"
  /src/external/gpl3/gcc.old/dist/contrib/
prepare-commit-msg 55 git log -1 --pretty=email HEAD > $f
  /src/external/apache2/llvm/dist/clang/tools/scan-view/share/
Reporter.py 29 import email, mimetypes, smtplib
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
80 return 'Email'
85 # Lifted from python email module examples.
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_vpm.c 102 OPENSSL_free(param->email);
204 if (test_x509_verify_param_copy(email, NULL)) {
205 if (!X509_VERIFY_PARAM_set1_email(dest, src->email, src->emaillen))
436 return param->email;
440 const char *email, size_t emaillen)
442 return int_x509_param_set1(&param->email, &param->emaillen,
443 email, emaillen);
v3_utl.c 31 const ASN1_IA5STRING *email);
500 const ASN1_IA5STRING *email; local
504 /* Now add any email address(es) to STACK */
510 email = X509_NAME_ENTRY_get_data(ne);
511 if (!append_ia5(&ret, email))
530 const ASN1_IA5STRING *email)
535 if (email->type != V_ASN1_IA5STRING)
537 if (email->data == NULL || email->length == 0)
539 if (memchr(email->data, 0, email->length) != NULL
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_vpm.c 105 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);
v3_utl.c 31 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->data, 0, email->length) != NULL
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_vpm.c 105 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);
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
req.c 157 const char *email)
163 name.u.dNSName.data = rk_UNCONST(email);
164 name.u.dNSName.length = strlen(email);
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_utl.c 29 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->data, 0, email->length) != NULL
    [all...]
  /src/external/gpl3/gcc/dist/contrib/legacy/
mklog 83 EMAIL = ...
97 if 'EMAIL' not in attrs:
98 error("'EMAIL' not present in .mklog")
99 return attrs['NAME'], attrs['EMAIL']
105 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
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/legacy/
mklog 83 EMAIL = ...
97 if 'EMAIL' not in attrs:
98 error("'EMAIL' not present in .mklog")
99 return attrs['NAME'], attrs['EMAIL']
105 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
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
isemail.d 2 * 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
54 * either considered valid or not. Email status code will either be
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)
    [all...]

Completed in 44 milliseconds

1 2 3 4 5