Searched refs:email (Results 51 - 75 of 90) sorted by relevance

1234

/netbsd-current/external/bsd/nsd/dist/
H A Dxfrd.h138 uint8_t email[MAXDOMAINLEN + 2]; member in struct:xfrd_soa
H A Dxfrd-tcp.c487 buffer_write(packet, soa->email+1, soa->email[0]);
/netbsd-current/external/gpl3/binutils.old/dist/etc/
H A Dtexi2pod.pl412 # semantics each time. @url and @email are just like @uref with
414 s/\@(?:uref|url|email)\{([^\},]*)\}/&lt;B<$1>&gt;/g;
/netbsd-current/external/gpl3/binutils/dist/etc/
H A Dtexi2pod.pl412 # semantics each time. @url and @email are just like @uref with
414 s/\@(?:uref|url|email)\{([^\},]*)\}/&lt;B<$1>&gt;/g;
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsginit.c1034 /* Return the user's email address. */
1038 const char *prog = relocate (LIBDIR "/gettext/user-email");
1048 /* Ask the user for his email address. */
1052 The new message catalog should contain your email address, so that users can\n\
1107 const char *email = get_user_email (); local
1110 return xasprintf ("%s <%s>", fullname, email);
1112 return xasprintf ("<%s>", email);
H A DMakefile.in48 $(srcdir)/Makefile.in $(srcdir)/user-email.sh.in ChangeLog \
175 CONFIG_CLEAN_FILES = user-email
720 DISTCLEANFILES = user-email
1091 user-email: $(top_builddir)/config.status $(srcdir)/user-email.sh.in
1876 $(INSTALL_SCRIPT) user-email $(DESTDIR)$(pkglibdir)/user-email
1885 $(RM) $(DESTDIR)$(pkglibdir)/user-email
/netbsd-current/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dgit_commit.py821 email = self.info.author.split(' ')[-1].strip('<>')
825 if len(email) != len(email.encode()):
826 self.errors.append(Error(f'non-ASCII characters in git commit email address ({email})'))
/netbsd-current/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dgit_commit.py821 email = self.info.author.split(' ')[-1].strip('<>')
825 if len(email) != len(email.encode()):
826 self.errors.append(Error(f'non-ASCII characters in git commit email address ({email})'))
/netbsd-current/sys/arch/x68k/stand/libsa/
H A Dputimage.S115 | or via email at mckusick@mckusick.com
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dtexi2pod.pl433 # semantics each time. @url and @email are just like @uref with
435 s/\@(?:uref|url|email)\{([^\},]*)\}/&lt;B<$1>&gt;/g;
H A Dmklog.py314 email = subprocess.check_output('git config user.email', shell=True,
327 f.write(f'{current_timestamp} {username} <{email}>\n\n')
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dtexi2pod.pl433 # semantics each time. @url and @email are just like @uref with
435 s/\@(?:uref|url|email)\{([^\},]*)\}/&lt;B<$1>&gt;/g;
H A Dmklog.py284 email = subprocess.check_output('git config user.email', shell=True,
297 f.write(f'{current_timestamp} {username} <{email}>\n\n')
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/extra/
H A Dgendocs.sh57 EMAIL=webmasters@gnu.org # please override with --email
89 --email ADR use ADR as contact in generated web pages; always give this.
112 Simple example: $prog --email bug-gnu-emacs@gnu.org emacs \"GNU Emacs Manual\"
118 $prog --email BUGLIST MANUAL \"GNU MANUAL - One-line description\"
124 Please use the --email ADDRESS option so your own bug-reporting
166 --email) shift; EMAIL=$1;;
/netbsd-current/crypto/dist/ipsec-tools/misc/
H A Dcvs2cl.pl176 # Expand usernames to email addresses based on a map file?
187 # User domain for gecos email addresses
2165 # it to use in combination with the email address.
2289 my $email = $author;
2290 $email = $author."@".$Domain
2307 $author = $fullname . " <" . $email . ">"
2929 Expand usernames to email addresses from I<UFILE>.
2941 Domain to build email addresses from.
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dx509_vfy.h165 /* Host, email and IP check errors */
569 const char *email, size_t emaillen);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/
H A Dindex.d297 $(TD Validates an email address according to RFCs 5321, 5322 and others.)
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_vfy.c766 if (vpm->email && X509_check_email(x, vpm->email, vpm->emaillen, 0) <= 0) {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_vfy.c797 if (vpm->email != NULL
798 && X509_check_email(x, vpm->email, vpm->emaillen, 0) <= 0) {
/netbsd-current/crypto/external/bsd/openssl/dist/test/certs/
H A Dsetup.sh238 # NC CA1 only permits the host www.good.org and *.good.com email address
243 NC="$NC permitted;email:good@good.org, permitted;email:good.com,"
249 # and email addresses bad@bad.org and *@bad.com
252 NC="$NC excluded;email:bad@bad.org, excluded;email:bad.com, "
274 "email.1 = good@good.org" "email.2 = any@good.com" \
303 "email.1 = other@bad.org" "email
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhxtool.c1679 "email-client",
1680 "Certificate will be use for email",
1781 const char *email = opt->email_strings.strings[i]; local
1783 ret = hx509_ca_tbs_add_san_rfc822name(contextp, tbs, email);
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dtls_openssl.c1789 u8 email; member in struct:tls_dn_field_order_cnt
1810 return dn_cnt->email;
1938 dn_cnt->email++;
/netbsd-current/usr.sbin/sysinst/
H A Dmsg.mi.pl497 message email
/netbsd-current/external/gpl2/gmake/dist/config/
H A Dtexinfo.tex2001 % So now @email is just like @uref, unless we are pdf.
2003 %\def\email#1{\angleleft{\tt #1}\angleright}
2005 \def\email#1{\doemail#1,,\finish}
2014 \let\email=\uref
/netbsd-current/external/gpl3/autoconf/dist/
H A Dmaint.mk1378 --email $(PACKAGE_BUGREPORT) $(PACKAGE) \

Completed in 484 milliseconds

1234