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

/linux-4.1.27/scripts/
H A Dget_maintainer.pl21 my $email = 1;
89 # rfc822 email address - preloaded methods go here.
190 'email!' => \$email,
249 $email = 0;
258 my $selections = $email + $scm + $status + $subsystem + $web;
260 die "$P: Missing required option: email, scm, status, subsystem or web\n";
264 if ($email &&
268 die "$P: Please select at least 1 email option\n";
662 foreach my $email (@email_to, @list_to) {
663 $email->[0] = deduplicate_email($email->[0]);
667 if ($email &&
672 if ($email && $email_git_blame) {
677 if ($email) {
691 foreach my $email (@file_emails) {
692 my ($name, $address) = parse_email($email);
701 if ($email || $email_list) {
702 if ($email) {
742 --email => print email address(es) if any
760 --remove-duplicates => minimize duplicate email names/addresses
763 --file-emails => add email addresses found in -f file (default: 0 (off))
783 [--email --nogit --git-fallback --m --n --l --multiline -pattern-depth=0
797 Using "--roles" or "--rolestats" with git send-email --cc-cmd or any
798 other automated tools that expect only ["name"] <email address>
799 may not work because of additional output after <email address>.
1151 my $email = format_email($name, $address, $email_usename);
1166 if ($email eq $entry->[0]
1207 my $email = format_email($name, $address, 1);
1211 if (exists $mailmap->{names}->{$email} ||
1212 exists $mailmap->{addresses}->{$email}) {
1213 if (exists $mailmap->{names}->{$email}) {
1214 $real_name = $mailmap->{names}->{$email};
1216 if (exists $mailmap->{addresses}->{$email}) {
1217 $real_address = $mailmap->{addresses}->{$email};
1245 foreach my $email (@emails) {
1246 my ($name, $address) = parse_email($email);
1249 $email = format_email($name, $address, 1);
1287 ## Reformat email addresses (with names) to avoid badly written signatures
1480 "*", "#", "email/list and role:stats";
1488 my $email = $entry->[0];
1492 my $commit_author = $commit_author_hash{$email};
1493 my $commit_signer = $commit_signer_hash{$email};
1498 printf STDERR "%1s %2d %-65s", $sel, $count + 1, $email;
1503 my $commit_author = $commit_author_hash{$email};
1509 my $commit_signer = $commit_signer_hash{$email};
1744 my ($email) = @_;
1747 my ($name, $address) = parse_email($email);
1748 $email = format_email($name, $address, 1);
1749 $email = mailmap_email($email);
1751 return $email if (!$email_remove_duplicates);
1753 ($name, $address) = parse_email($email);
1768 $email = format_email($name, $address, 1);
1769 $email = mailmap_email($email);
1770 return $email;
2106 foreach my $email (@file_emails) {
2107 $email =~ s/[\(\<\{]{0,1}([A-Za-z0-9_\.\+-]+\@[A-Za-z0-9\.-]+)[\)\>\}]{0,1}/\<$1\>/g;
2108 my ($name, $address) = parse_email($email);
H A Dsign-file247 my $email = "";
266 $email = $raw_value;
270 my $signers_name = $email;
H A Dcheckpatch.pl2154 my $email = $4;
2166 "$ucfirst_sign_off $email";
2174 "$ucfirst_sign_off $email";
2183 "$ucfirst_sign_off $email";
2187 my ($email_name, $email_address, $comment) = parse_email($email);
2191 "Unrecognized email address: '$email'\n" . $herecurr);
2196 # Don't force email to have quotes
2198 if ("$dequoted$comment" ne $email &&
2199 "<$email_address>$comment" ne $email &&
2200 "$suggested_email$comment" ne $email) {
2202 "email address '$email' might be better as '$suggested_email$comment'\n" . $herecurr);
2218 # Check email subject for common tools that don't need to be mentioned
3839 # Ignore email addresses <foo@bar>
/linux-4.1.27/fs/ufs/
H A Dfile.c5 * Daniel Pirkl <daniel.pirkl@email.cz>
H A Dcylinder.c5 * Daniel Pirkl <daniel.pirkl@email.cz>
H A Dnamei.c8 * Daniel Pirkl <daniel.pirkl@email.cz>
H A Dutil.c5 * Daniel Pirkl <daniel.pirkl@email.cz>
H A Dialloc.c5 * Daniel Pirkl <daniel.pirkl@email.cz>
H A Dtruncate.c5 * Daniel Pirkl <daniel.pirkl@email.cz>
H A Dutil.h5 * Daniel Pirkl <daniel.pirkl@email.cz>
H A Dsuper.c5 * Daniel Pirkl <daniel.pirkl@email.cz>
56 * write support Daniel Pirkl <daniel.pirkl@email.cz> 1998
H A Dballoc.c5 * Daniel Pirkl <daniel.pirkl@email.cz>
H A Dinode.c5 * Daniel Pirkl <daniel.pirkl@email.cz>
H A Dufs_fs.h20 * Write support by Daniel Pirkl <daniel.pirkl@email.cz>
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
H A Dpalmtc.h8 * Holger Bocklet <bitz.email@gmx.net>
/linux-4.1.27/include/net/sctp/
H A Dchecksum.h26 * email address(es):
H A Dauth.h23 * email address(es):
H A Dulpqueue.h31 * email addresses:
H A Dulpevent.h32 * email address(es):
H A Dcommand.h26 * email address(es):
H A Dtsnmap.h29 * email address(es):
H A Dconstants.h26 * email address(es):
H A Dsm.h28 * email addresses:
H A Dsctp.h28 * email address(es):
H A Dstructs.h26 * email addresses:
32 * Qiaobing Xie <qxie1@email.mot.com>
/linux-4.1.27/scripts/package/
H A Dbuilddeb203 # Try to determine maintainer and email values
205 email=$DEBEMAIL
207 email=$EMAIL
209 email=$(id -nu)@$(hostname -f)
218 maintainer="$name <$email>"
/linux-4.1.27/drivers/net/ethernet/amd/
H A Dni65.h7 * email: mhipp@student.uni-tuebingen.de
H A Dni65.c17 * email: hippm@informatik.uni-tuebingen.de
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dmtrr.h19 Richard Gooch may be reached by email at rgooch@atnf.csiro.au
/linux-4.1.27/net/sctp/
H A Ddebug.c29 * email address(es):
H A Dssnmap.c25 * email address(es):
H A Dobjcnt.c27 * email address(es):
H A Dinqueue.c31 * email address(es):
H A Dprimitive.c30 * email address(es):
H A Dchunk.c25 * email address(es):
H A Dsysctl.c26 * email address(es):
H A Dtsnmap.c28 * email address(es):
H A Dbind_addr.c28 * email address(es):
H A Dendpointola.c30 * email address(es):
H A Dproc.c23 * email address(es):
H A Dsm_statetable.c29 * email address(es):
H A Dtransport.c31 * email address(es):
H A Dauth.c23 * email address(es):
H A Dinput.c30 * email address(es):
H A Dipv6.c28 * email address(es):
H A Doutput.c27 * email address(es):
H A Dulpevent.c29 * email address(es):
H A Dulpqueue.c28 * email address(es):
H A Dprotocol.c30 * email address(es):
H A Dsm_sideeffect.c29 * email address(es):
H A Dassociola.c29 * email address(es):
H A Doutqueue.c29 * email address(es):
H A Dsm_make_chunk.c30 * email address(es):
H A Dsm_statefuns.c29 * email address(es):
H A Dsocket.c35 * email address(es):
/linux-4.1.27/sound/pci/au88x0/
H A Dau88x0_game.c28 * driver. (email: mjander@embedded.cl).
H A Dau88x0.c348 "Please email the results of 'lspci -vv' to openvortex-dev@nongnu.org.\n"); snd_vortex_probe()
/linux-4.1.27/drivers/scsi/
H A Dqlogicfas408.h37 If you are really curious, email me for a quick howto until I have
H A Dimm.h16 * 10 Apr 1998 (Good Friday) - Received EN144302 by email from Iomega.
H A DNCR53c406a.c546 printk("Please email linux-scsi@vger.kernel.org\n"); NCR53c406a_detect()
H A Du14-34f.c256 * Alternate email: dario.ballabio@inwind.it, dario.ballabio@tiscalinet.it
H A D53c700.c1668 " Please email James.Bottomley@HansenPartnership.com with the details\n",
H A Deata.c314 * Alternate email: dario.ballabio@inwind.it, dario.ballabio@tiscalinet.it
H A Din2000.c105 * or improvements are asked to pah-leeez email me (John Shifflett)
H A Dwd33c93.c62 * or improvements are asked to pah-leeez email me (John Shifflett)
H A Dst.c13 email Kai.Makisara@kolumbus.fi
H A Dosst.c17 email osst@riede.org
/linux-4.1.27/arch/x86/include/asm/
H A Dmtrr.h19 Richard Gooch may be reached by email at rgooch@atnf.csiro.au
/linux-4.1.27/drivers/usb/serial/
H A Dvisor.h78 * from, send email to <greg@kroah.com>.
H A Dio_edgeport.c2806 "Device Reported %d serial ports vs. core thinking we have %d ports, email greg@kroah.com this information.\n", edge_startup()
/linux-4.1.27/drivers/uwb/
H A Dscan.c28 * state here. Clarification request sent by email on
/linux-4.1.27/arch/alpha/kernel/
H A Dsrm_env.c8 * interface, so: thank you, Erik! He can be reached via email at
/linux-4.1.27/drivers/dio/
H A Ddio.c92 = "unknown DIO board -- please email <linux-m68k@lists.linux-m68k.org>!";
/linux-4.1.27/crypto/
H A Dlrw.c2 * http://grouper.ieee.org/groups/1619/email/pdf00017.pdf
H A Dxts.c2 * http://grouper.ieee.org/groups/1619/email/pdf00086.pdf
H A Dtestmgr.h16077 /* from http://grouper.ieee.org/groups/1619/email/pdf00017.pdf */
16330 /* from http://grouper.ieee.org/groups/1619/email/pdf00017.pdf */
16584 /* http://grouper.ieee.org/groups/1619/email/pdf00086.pdf */
16926 /* http://grouper.ieee.org/groups/1619/email/pdf00086.pdf */
/linux-4.1.27/sound/isa/msnd/
H A Dmsnd_pinnacle_mixer.c6 email : annabellesgarden@yahoo.de
/linux-4.1.27/include/linux/
H A Dsctp.h30 * email address(es):
43 * qxie1@email.mot.com
H A Dmodule.h127 * Author(s), use "Name <email>" or just "Name", for multiple
/linux-4.1.27/arch/arm/mach-omap1/
H A Dboard-ams-delta.c376 .name = "email",
/linux-4.1.27/drivers/net/wireless/zd1211rw/
H A Dzd_rf_uw2453.c509 /* FIXME: shouldn't we go to SLEEP? sent email to zydas */ uw2453_switch_radio_off()
/linux-4.1.27/include/scsi/
H A Dosd_protocol.h499 u8 id[7]; /* if you know why 7 please email ooo@electrozaur.com */
/linux-4.1.27/net/8021q/
H A Dvlan.c6 * Please send support related email to: netdev@vger.kernel.org
H A Dvlan_dev.c6 * Please send support related email to: netdev@vger.kernel.org
/linux-4.1.27/include/uapi/linux/
H A Dsctp.h29 * email address(es):
39 * Q. Xie <qxie1@email.mot.com>
/linux-4.1.27/drivers/usb/storage/
H A Dunusual_devs.h40 * email address right above the entry (plus maybe a brief
1408 * email: car.busse@gmx.de
2119 * and Renato Perini <rperini@email.it>
/linux-4.1.27/drivers/misc/echo/
H A Decho.c100 Muthukrishnan for their suggestions and email discussions. Thanks
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Ddas800.c28 Status: works, cio-das802/16 untested - email me if you have tested it
H A Ddas1800.c36 If you need it, send me (Frank Hess) an email.
/linux-4.1.27/drivers/media/usb/em28xx/
H A Dem28xx-cards.c2695 "please email this log to:\n"); em28xx_hint_board()
2727 "please email this log to:\n"); em28xx_hint_board()
2741 em28xx_errdev("Please send an email with this log to:\n"); em28xx_hint_board()
/linux-4.1.27/drivers/net/can/
H A Ddev.c79 * email: pisa@cmp.felk.cvut.cz
/linux-4.1.27/drivers/input/mouse/
H A Dhgpk.c693 * sequence came from a long-lost email trail.
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/
H A Dmain.c20 Richard Gooch may be reached by email at rgooch@atnf.csiro.au
/linux-4.1.27/drivers/usb/mon/
H A Dmon_bin.c6 * Copyright (C) 2006 Paolo Abeni (paolo.abeni@email.it)
/linux-4.1.27/drivers/video/fbdev/
H A Dimxfb.c12 * email address:
H A Dsa1100fb.c14 * email address:
H A Dpxafb.c19 * email address:
/linux-4.1.27/kernel/trace/
H A Dtrace_functions_graph.c490 * email: print_graph_cpu()
/linux-4.1.27/sound/drivers/
H A Dserial-u16550.c4 * Isaku Yamahata <yamahata@private.email.ne.jp>,
/linux-4.1.27/drivers/edac/
H A Damd64_edac.c1085 * was obtained from email communication with someone at AMD. k8_map_sysaddr_to_csrow()
1086 * (Wish the email was placed in this comment - norsk) k8_map_sysaddr_to_csrow()
/linux-4.1.27/drivers/media/pci/bt8xx/
H A Ddst.c1160 dprintk(verbose, DST_ERROR, 1, "please email linux-dvb@linuxtv.org with this type in"); dst_get_device_id()
/linux-4.1.27/drivers/hwmon/
H A Dw83781d.c150 * received the information in an email from Winbond tech support
/linux-4.1.27/fs/ntfs/
H A Dmft.c412 static const char *ntfs_please_email = "Please email "
2045 "reports this as corruption, please email " ntfs_mft_record_layout()
/linux-4.1.27/net/netfilter/
H A Dnf_conntrack_h323_types.c83 {FNAME("email-ID") IA5STR, WORD, 1, 0, SKIP, 0, NULL},
/linux-4.1.27/drivers/usb/host/
H A Dxhci.c3031 xhci_warn(xhci, "Send email to xHCI maintainer and ask for " xhci_check_streams_endpoint()
/linux-4.1.27/drivers/net/wireless/
H A Dairo.c499 /* This structure came from an email sent to me from an engineer at

Completed in 2540 milliseconds