HomeSort by: relevance | last modified time | path
    Searched refs:author (Results 1 - 25 of 81) sorted by relevancy

1 2 3 4

  /src/external/mpl/bind/dist/doc/man/
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, 1)
    [all...]
  /src/external/bsd/nsd/dist/contrib/bind2nsd/
setup.py 31 author = 'Secure64 Software Corporation', variable
  /src/external/bsd/file/dist/python/
setup.py 13 author='Reuben Thomas, Álvaro Justen', variable
  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_repository.py 63 author = '%s <%s>' % (c.author.name, c.author.email)
64 git_info = GitInfo(c.hexsha, date, author,
git_commit.py 273 for author in self.author_lines:
274 if author[1]:
275 return author[1]
286 def contains_author(self, author):
288 if author_lines[0] == author:
294 def __init__(self, hexsha, date, author, lines, modified_files):
297 self.author = author
418 def format_git_author(cls, author):
419 assert '<' in author
    [all...]
git_email.py 43 author = None
56 author = GitCommit.format_git_author(line[len(FROM_PREFIX):])
91 git_info = GitInfo(None, date, author, message, modified_files)
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_repository.py 61 author = '%s <%s>' % (c.author.name, c.author.email)
62 git_info = GitInfo(c.hexsha, date, author,
git_commit.py 265 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...]
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)
  /src/external/gpl2/rcs/dist/src/
rcsrev.c 277 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, and state, and stores pointer
872 char author[20]; local
    [all...]
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)))
ci.c 291 char const *author, *krev, *rev, *state; variable
305 author = rev = state = textfile = 0;
417 if (author) redefined('w');
419 author = a;
421 error("missing author for -w option");
512 if (!*prevauthor.string && !author)
513 workwarn("can't find an author");
537 /* set author */
538 if (author)
539 newdelta.author=author; /* set author given by -w *
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/lit/
setup.py 16 author = lit.__author__, variable
  /src/external/bsd/tre/dist/python/
setup.py 27 author = "Ville Laurikari", variable
  /src/external/gpl2/dtc/dist/pylibfdt/
setup.py 41 author='Simon Glass <sjg@chromium.org>', variable
  /src/external/gpl2/xcvs/dist/contrib/
sccs2rcs.in 32 # + 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
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
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
  /src/external/gpl3/gcc/dist/contrib/
git-commit-mklog.py 56 for author in args.co.split(','):
57 unknown_args.append(f'--trailer "Co-Authored-By: {author}"')
  /src/external/gpl3/gcc/dist/contrib/reghunt/bin/
gcc-svn-ids 15 # 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 }'`";;
  /src/external/gpl3/gcc.old/dist/contrib/
git-commit-mklog.py 55 for author in args.co.split(','):
56 unknown_args.append(f'--trailer "Co-Authored-By: {author}"')
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
gcc-svn-ids 15 # 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 }'`";;
  /src/external/historical/nawk/dist/testdir/
funstack.awk 3 ### author = "Nelson H. F. Beebe",
129 /^ *author *= *\"/ { do_author(); next }
169 Author = ""
183 Author = TeX_to_HTML(get_value($0))
189 n = split(Author,parts," and ")
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
    [all...]
  /src/crypto/dist/ipsec-tools/misc/
cvs2cl.pl 14 ## $Author: tteras $
31 # 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}
2377 author:\\s+([^;]+);\\s+state:\\s+([^;]+);(.*)!x label
    [all...]
  /src/external/bsd/openpam/dist/misc/
gendoc.pl 20 # 3. The name of the author may not be used to endorse or promote
24 # THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
27 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
120 my $author;
139 $author = 'THINKSEC';
140 if ($source =~ s/^ \* AUTHOR\s+(\w*)\s*$//m) {
141 $author = $1;
341 'author' => $author,
550 $mdoc .= $AUTHORS{$$func{author} // 'THINKSEC_DARPA'} . "\n"
    [all...]

Completed in 78 milliseconds

1 2 3 4