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

123

/netbsd-current/external/mpl/bind/dist/doc/man/
H A Dconf.py40 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-current/external/bsd/nsd/dist/contrib/bind2nsd/
H A Dsetup.py31 author = 'Secure64 Software Corporation', variable
/netbsd-current/external/bsd/file/dist/python/
H A Dsetup.py13 author='Reuben Thomas, ��lvaro Justen', variable
/netbsd-current/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dgit_repository.py61 author = '%s <%s>' % (c.author.name, c.author.email)
62 git_info = GitInfo(c.hexsha, date, author,
H A Dgit_email.py42 author = None
53 author = GitCommit.format_git_author(line[len(FROM_PREFIX):])
88 git_info = GitInfo(None, date, author, message, modified_files)
H A Dgit_commit.py265 for author in self.author_lines:
266 if author[1]:
267 return author[1]
278 def contains_author(self, author):
280 if author_lines[0] == author:
286 def __init__(self, hexsha, date, author, lines, modified_files):
289 self.author = author
404 def format_git_author(cls, author):
405 assert '<' in author
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dgit_repository.py61 author = '%s <%s>' % (c.author.name, c.author.email)
62 git_info = GitInfo(c.hexsha, date, author,
H A Dgit_email.py42 author = None
53 author = GitCommit.format_git_author(line[len(FROM_PREFIX):])
88 git_info = GitInfo(None, date, author, message, modified_files)
H A Dgit_commit.py265 for author in self.author_lines:
266 if author[1]:
267 return author[1]
278 def contains_author(self, author):
280 if author_lines[0] == author:
286 def __init__(self, hexsha, date, author, lines, modified_files):
289 self.author = author
404 def format_git_author(cls, author):
405 assert '<' in author
[all...]
/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcsrev.c277 cantfindbranch(revno, date, author, state)
278 char const *revno, date[datesize], *author, *state;
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)
392 char const *revno, *date, *author, *state;
395 * revision given by revno, date, author, an
872 char author[20]; local
[all...]
H A Dco.c203 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-current/external/apache2/llvm/dist/llvm/utils/lit/
H A Dsetup.py16 author = lit.__author__, variable
/netbsd-current/external/bsd/tre/dist/python/
H A Dsetup.py27 author = "Ville Laurikari", variable
/netbsd-current/external/gpl2/dtc/dist/pylibfdt/
H A Dsetup.py41 author='Simon Glass <sjg@chromium.org>', variable
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dsccs2rcs.in32 # + Date, time, author, comments, branches, are all preserved.
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 Dcvs2vendor.sh122 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 Drcs2sccs.sh75 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-current/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dgcc-svn-ids15 # author the person who checked in the patch
24 echo ' and to_kind is index, rev, date, author, or branch' 1>&2
81 author) TO_ID="`echo ${LINE} | awk -F '|' '{ print $3 }'`";;
/netbsd-current/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
H A Dgcc-svn-ids15 # author the person who checked in the patch
24 echo ' and to_kind is index, rev, date, author, or branch' 1>&2
81 author) TO_ID="`echo ${LINE} | awk -F '|' '{ print $3 }'`";;
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dgit-commit-mklog.py55 for author in args.co.split(','):
56 unknown_args.append(f'--trailer "Co-Authored-By: {author}"')
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgit-commit-mklog.py55 for author in args.co.split(','):
56 unknown_args.append(f'--trailer "Co-Authored-By: {author}"')
/netbsd-current/external/historical/nawk/dist/testdir/
H A Dfunstack.awk3 ### author = "Nelson H. F. Beebe",
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-current/crypto/dist/ipsec-tools/misc/
H A Dcvs2cl.pl31 # detect files with the same author, log message, and checkin time --
32 # each <filelist, author, time, logmessage> would be a changelog entry.
38 # exactly reflect commits. An author could issue two related commits,
40 # source. GNU style ChangeLogs group these under a single author/date.
45 # directory => author => time => message => filelist
51 # a time => author => message => filelist mapping for each directory.
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}{
2377 author:\\s+([^;]+);\\s+state:\\s+([^;]+);(.*)!x label
[all...]
/netbsd-current/external/mpl/bind/dist/doc/arm/
H A Dconf.py151 author = "Internet Systems Consortium" variable
210 author,
/netbsd-current/external/apache2/llvm/dist/llvm/utils/Reviewing/
H A Dfind_interesting_reviews.py102 def update(self, title, dateCreated, dateModified, author):
106 self.author = author
280 author = reviewInfo["fields"]["authorPHID"]
292 phabReview.update(title, dateCreated, dateModified, author)
422 get_real_name_from_author(review.author), review.title,
441 review.title, get_real_name_from_author(review.author)))
458 reAuthorMail = re.compile("^author-mail <([^>]*)>.*$")

Completed in 344 milliseconds

123