HomeSort by: relevance | last modified time | path
    Searched defs:author (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/nsd/dist/contrib/bind2nsd/
setup.py 31 author = 'Secure64 Software Corporation', variable
  /src/external/apache2/llvm/dist/llvm/utils/lit/
setup.py 16 author = lit.__author__, variable
  /src/external/bsd/file/dist/python/
setup.py 13 author='Reuben Thomas, Álvaro Justen', 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/mpl/bind/dist/doc/man/
conf.py 38 author = "Internet Systems Consortium" variable
71 author,
74 ("ddns-confgen", "ddns-confgen", "ddns key generation tool", author, 8),
75 ("delv", "delv", "DNS lookup and validation utility", author, 1),
76 ("dig", "dig", "DNS lookup utility", author, 1),
81 author,
84 ("dnssec-dsfromkey", "dnssec-dsfromkey", "DNSSEC DS RR generation tool", author, 1),
89 author,
96 author,
99 ("dnssec-keygen", "dnssec-keygen", "DNSSEC key generation tool", author, 1)
    [all...]
  /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...]
rcsbase.h 359 char const * author; /* login of person checking in */ member in struct:hshentry
422 #define AUTHOR "Author"
435 enum markers { Nomatch, Author, Date, Header, Id,
  /src/external/gpl2/xcvs/dist/src/
rcs.h 156 char *author; member in struct:rcsversnode
import.c 1087 char *author; local
1264 /* Write the revision(s), with the date and author and so on
1276 author = getcaller ();
1281 fprintf (fprcs, "date %s; author %s; state %s;\012",
1282 altdate1, author, RCSDEAD) < 0)
1307 fprintf (fprcs, "date %s; author %s; state Exp;\012",
1308 altdate1, author) < 0)
1340 fprintf (fprcs, "date %s; author %s; state Exp;\012",
1341 altdate1, author) < 0 ||
  /src/external/mpl/bind/dist/doc/arm/
conf.py 150 author = "Internet Systems Consortium" variable
213 author,
  /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/lib/libc/time/
Makefile 794 # Awk script to extract a Git-style author from leap-seconds.list comments.
811 author=$$($(AWK) '$(EXTRACT_AUTHOR)' leap-seconds.list) && \ macro
813 git commit --author="$$author" --date="$$date" -m'make $@' \
  /src/external/public-domain/tz/dist/
Makefile 794 # Awk script to extract a Git-style author from leap-seconds.list comments.
811 author=$$($(AWK) '$(EXTRACT_AUTHOR)' leap-seconds.list) && \ macro
813 git commit --author="$$author" --date="$$date" -m'make $@' \

Completed in 35 milliseconds