Searched refs:author (Results 1 - 11 of 11) sorted by relevance

/linux-master/Documentation/
H A Dconf.py177 author = 'The kernel development community' variable
442 # author, documentclass [howto, manual, or own class]).
494 [author], 1)
504 # (source start file, target name, title, author,
508 author, 'TheLinuxKernel', 'One line description of project.',
516 epub_author = author
517 epub_publisher = author
527 # (source start file, target name, title, author, options).
/linux-master/fs/afs/
H A Dxdr_fs.h18 __be32 author; member in struct:afs_xdr_AFSFetchStatus
H A Dprotocol_yfs.h91 struct yfs_xdr_u64 author; member in struct:yfs_xdr_YFSFetchStatus
H A Dafs.h134 s64 author; /* author ID */ member in struct:afs_file_status
H A Dyfsclient.c201 status->author = xdr_to_u64(xdr->author);
H A Dfsclient.c101 status->author = ntohl(xdr->author);
/linux-master/scripts/
H A Dget_maintainer.pl163 "HgAuthor: {author}\\n" .
173 "HgAuthor: {author}\\n" .
1644 my $author = $1;
1645 my ($name, $address) = parse_email($author);
1646 $author = format_email($name, $address, 1);
1647 push(@authors, $author);
1873 "\n#(toggle), A#(author), S#(signed) *(all), ^(none), O(options), Y(approve): ";
1915 if ($list[$i]->[1] =~ /^(author|commit|signer)/i);
2018 be matched to its commit author and that commits signers with blame.
2102 my $author
[all...]
H A Dcheckpatch.pl2639 my $author = '';
2957 $author = $1;
2960 $author .= $1;
2962 $author = encode("utf8", $author) if ($line =~ /=\?utf-8\?/i);
2963 $author =~ s/"//g;
2964 $author = reformat_email($author);
2971 if ($author ne '' && $authorsignoff != 1) {
2972 if (same_email_addresses($1, $author)) {
[all...]
/linux-master/tools/perf/util/
H A Dsetup.py110 author='Arnaldo Carvalho de Melo',
/linux-master/include/linux/
H A Dmodule.h236 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
/linux-master/arch/arm/crypto/
H A Dsha1-armv4-large.S4 @ This code is taken from the OpenSSL project but the author (Andy Polyakov)

Completed in 385 milliseconds