| /netbsd-src/external/mpl/bind/dist/doc/man/ |
| H A D | conf.py | 40 author = "Internet Systems Consortium" variable 74 author, 77 ("ddns-confgen", "ddns-confgen", "ddns key generation tool", author, 8), 78 ("delv", "delv", "DNS lookup and validation utility", author, 1), 79 ("dig", "dig", "DNS lookup utility", author, 1), 84 author, 87 ("dnssec-dsfromkey", "dnssec-dsfromkey", "DNSSEC DS RR generation tool", author, 1), 92 author, 99 author, 102 ("dnssec-keygen", "dnssec-keygen", "DNSSEC key generation tool", author, [all...] |
| /netbsd-src/external/gpl2/rcs/dist/src/ |
| H A D | rcsrev.c | 277 cantfindbranch(revno, date, author, state) in cantfindbranch() argument 278 char const *revno, date[datesize], *author, *state; in cantfindbranch() 286 author ? " and author "+(date?0:4) : "", 287 author ? author : "", 288 state ? " and state "+(date||author?0:4) : "", 391 struct hshentry * genrevs(revno,date,author,state,store) in genrevs() argument 392 char const *revno, *date, *author, *state; in genrevs() 440 (author && strcmp(author,next->author) != 0) || 452 date, author, state 485 return genbranch(next,revno,length,date,author,state,store); [all …]
|
| H A D | ci.c | 291 char const *author, *krev, *rev, *state; variable 305 author = rev = state = textfile = 0; 417 if (author) redefined('w'); 419 author = a; 512 if (!*prevauthor.string && !author) 538 if (author) 539 newdelta.author=author; /* set author given by -w */ 541 newdelta.author=prevauthor.string; /* preserve old author if possible*/ 542 else newdelta.author=getcaller();/* otherwise use caller's id */
|
| H A D | co.c | 203 char const *author, *date, *rev, *state; variable 215 author = date = rev = state = 0; 298 if (author) redefined('w'); 300 author = a; 302 author = getcaller(); 413 if (!(targetdelta=genrevs(numericrev.string,date,author,state,&gendeltas)))
|
| /netbsd-src/external/mit/isl/dist/doc/ |
| H A D | isl.bib | 2 author = {Wayne Kelly and 26 author = {Beletska, Anna and Barthou, Denis and Bielecki, Wlodzimierz and Cohen, Albert}, 39 author = "Schrijver, Alexander", 46 author = {Tarjan, Robert}, 58 …author = "Wayne Kelly and Vadim Maslov and William Pugh and Evan Rosser and Tatiana Shpeisman and … 66 …author = "Wayne Kelly and Vadim Maslov and William Pugh and Evan Rosser and Tatiana Shpeisman and … 74 author = "Verdoolaege, Sven", 83 author = {Barthou, Denis and Cohen, Albert and Collard, Jean-Fran\c{c}ois}, 97 author = "P. Feautrier", 107 author = {Feautrier, P.}, [all …]
|
| /netbsd-src/crypto/dist/ipsec-tools/misc/ |
| H A D | cvs2cl.pl | 359 $symbolic_names, $author, $msg_txt) = @_; 384 $self->{$qunk->dir_key}{$author}{$time}{$msg_txt} = 386 unless exists $self->{$qunk->dir_key}{$author}{$time}{$msg_txt}; 387 $self->{$qunk->dir_key}{$author}{$time}{$msg_txt}->add_fileentry($qunk); 418 my ($time, $author, $lastdate, $lastauthor) = @_; 428 $header_line = sprintf "%s %s\n\n", $date, $author; 431 ((!$GroupByAuthor) or ($author eq $lastauthor)) ) { 437 $header_line = "$date $author\n\n"; 791 my ($time, $author, $lastdate) = @_; 814 $header_line .= sprintf("<author>%s</author>\n" , $author); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/ |
| H A D | git_commit.py | 265 for author in self.author_lines: 266 if author[1]: 267 return author[1] 278 def contains_author(self, author): argument 280 if author_lines[0] == author: 286 def __init__(self, hexsha, date, author, lines, modified_files): argument 289 self.author = author 404 def format_git_author(cls, author): argument 405 assert '<' in author 406 return author.replace('<', ' <') [all …]
|
| H A D | git_repository.py | 61 author = '%s <%s>' % (c.author.name, c.author.email) 62 git_info = GitInfo(c.hexsha, date, author,
|
| H A D | git_email.py | 42 author = None 53 author = GitCommit.format_git_author(line[len(FROM_PREFIX):]) 88 git_info = GitInfo(None, date, author, message, modified_files)
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/ |
| H A D | git_commit.py | 265 for author in self.author_lines: 266 if author[1]: 267 return author[1] 278 def contains_author(self, author): argument 280 if author_lines[0] == author: 286 def __init__(self, hexsha, date, author, lines, modified_files): argument 289 self.author = author 404 def format_git_author(cls, author): argument 405 assert '<' in author 406 return author.replace('<', ' <') [all …]
|
| H A D | git_repository.py | 61 author = '%s <%s>' % (c.author.name, c.author.email) 62 git_info = GitInfo(c.hexsha, date, author,
|
| H A D | git_email.py | 42 author = None 53 author = GitCommit.format_git_author(line[len(FROM_PREFIX):]) 88 git_info = GitInfo(None, date, author, message, modified_files)
|
| /netbsd-src/external/lgpl3/mpfr/dist/ |
| H A D | AUTHORS | 3 Guillaume Hanrot Main author 5 Paul Zimmermann Main author 10 Vincent Lefèvre Main author 15 Patrick Pélissier Main author 18 Philippe Théveny Main author
|
| /netbsd-src/external/gpl2/xcvs/dist/contrib/ |
| H A D | sccs2rcs.in | 223 set author = `sccs prs -r$rev $file | @AWK@ '/^D / {print $5; exit}'` 225 echo "==> file $file, rev=$rev, date=$date, author=$author" 250 echo ci -f -r$rev -d"$date" -w$author -t$emptyfile $file 251 ci -f -r$rev -d"$date" -w$author -t$emptyfile $file < $initialfile >>& $logfile 258 ci -f -r$rev -d"$date" -w$author -t$tmpfile $file < $initialfile >>& $logfile 283 ci -f -r$rev -d"$date" -w$author $file < $tmpfile >>& $logfile
|
| H A D | cvs2vendor.sh | 122 author=`rlog -r$rev $file | grep "^date: " | awk '{print $5; exit}' | sed -e 's/;//'` 128 echo "==> file $file, rev=$rev, date=$date, author=$author $symname" 137 ci -f -m"`cat $commentfile`" -d"$date" $symname -w"$author" $bfile $dstdir/$bfile,v 139 echo ERROR - ci -f -m"`cat $commentfile`" -d"$date" $symname -w"$author" $bfile $dstdir/$bfile,v
|
| H A D | rcs2sccs.sh | 75 author=`rlog -r$rev $file | grep "^date: " | awk '{print $5; exit}' | sed -e 's/;//'` 79 echo "==> file $file, rev=$rev, date=$date, author=$author" 133 sed -e "s;^d D $rev ../../.. ..:..:.. [^ ][^ ]*;d D $rev $date $author;" SCCS/s.$file > $tmpfile
|
| /netbsd-src/external/bsd/ntp/dist/sntp/m4/ |
| H A D | define_dir.m4 | 14 dnl @author Stepan Kasal <kasal@ucw.cz> 15 dnl @author Andreas Schwab <schwab@suse.de> 16 dnl @author Guido U. Draheim <guidod@gmx.de> 17 dnl @author Alexandre Oliva
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | funstack.in | 3 %%% author = "Nelson H. F. Beebe", 96 %%% bibliographies in the author's personal 124 %%% family name of the first author or editor, 194 author = "J. R. Herndon", 209 author = "J. N. Merner", 224 author = "O. G. Ludwig", 239 author = "R. H. Kase", 254 author = "W. Gautschi", 269 author = "J. Boothroyd", 284 author = "W. Gautschi", [all …]
|
| H A D | funstack.awk | 129 /^ *author *= *\"/ { do_author(); next } 217 function do_long_title(author,title,pages, last_title,n) 226 print_toc_line(author, last_title, (length(title) == 0) ? pages : "") 227 author = "" 805 function print_toc_line(author,title,pages, extra,leaders,n,t) 812 t = sprintf("%31s %s%s%s", author, Title_prefix, title, Title_suffix) 824 author, Title_prefix, title, Title_suffix, \
|
| /netbsd-src/games/phantasia/ |
| H A D | COPYRIGHT | 16 * author assumes no responsibility for maintaining or revising this 19 * The author shall not be responsible for any loss, cost, or damage, 22 * The author makes no warranties, express or implied, including warranties
|
| /netbsd-src/external/gpl2/dtc/dist/Documentation/ |
| H A D | dtc-paper.bib | 23 author = "Benjamin Herrenschmidt", 31 author = "Benjamin Herrenschmidt", 39 author = "David Gibson et al.",
|
| /netbsd-src/external/bsd/openpam/dist/misc/ |
| H A D | gendoc.pl | 120 my $author; 139 $author = 'THINKSEC'; 141 $author = $1; 341 'author' => $author, 550 $mdoc .= $AUTHORS{$$func{author} // 'THINKSEC_DARPA'} . "\n";
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | CodeReview.rst | 52 they may ask for a revert to the original author who is responsible to revert 55 code in the tree. This does not indicate any fault from the patch author, 76 author, for example, might no longer be an active contributor to the project. 108 All comments by reviewers should be acknowledged by the patch author. It is 110 revision of the patch unless the author and/or other reviewers can articulate a 112 does not address all outstanding feedback, the author should explicitly state 125 suggesting a change, if you want the author to make a similar set of changes at 127 the author can make all of the changes at once. If a patch will require 130 possible. This allows the patch author and reviewers to make the most efficient 159 quickly, a patch author may also elect to wait before committing (and this is [all …]
|
| /netbsd-src/external/bsd/byacc/dist/ |
| H A D | LICENSE | 1 Berkeley Yacc is distributed with no warranty whatever. The author 7 general public or are inventions of the author. Anyone may freely distribute
|
| /netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/ |
| H A D | MANIFEST | 13 t/author-pod-syntax.t 14 t/author-signature.t
|