Searched refs:authors (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/diff/lib/
H A Dversion-etc.c47 const char *version, va_list authors)
51 /* Count the number of authors. */
56 __va_copy (tmp_authors, authors);
58 tmp_authors = authors;
78 vfprintf (stream, _("Written by %s.\n"), authors);
82 vfprintf (stream, _("Written by %s and %s.\n"), authors);
86 vfprintf (stream, _("Written by %s, %s, and %s.\n"), authors);
92 vfprintf (stream, _("Written by %s, %s, %s,\nand %s.\n"), authors);
98 vfprintf (stream, _("Written by %s, %s, %s,\n%s, and %s.\n"), authors);
105 authors);
45 version_etc_va(FILE *stream, const char *command_name, const char *package, const char *version, va_list authors) argument
172 va_list authors; local
[all...]
H A Dversion-etc.h30 const char *version, va_list authors);
/freebsd-10-stable/contrib/ntp/scripts/build/
H A DgenAuthors.in5 # Make sure we have the list of authors for git imports.
24 # Read in the list of known authors.
28 # Make sure that each of these users is in the set of known authors.
38 my $A_file = "$bk_root/BitKeeper/etc/authors.txt";
39 my %authors;
45 # Process the authors.txt file
51 $authors{$1} = "";
59 #print "\%authors = ", join(' ', sort keys %authors), "\n";
71 if (!defined($authors{
[all...]
/freebsd-10-stable/contrib/groff/src/preproc/refer/
H A Dref.h64 string authors; member in class:reference
H A Dlabel.y1030 /* A reference with a list of authors <A0,A1,...,AN> _needs_ author i
1031 where 0 <= i <= N if there exists a reference with a list of authors
1040 determine which authors are needed (cannot be elided with et al.);
1041 determine which authors can have only last names in the labels.
1146 string &result = ((reference *)this)->authors;
1178 const char *start = authors.contents();
1179 *end = start + authors.length();
/freebsd-10-stable/gnu/usr.bin/rcs/rlog/
H A Drlog.c170 struct authors { /* login names in author option; */ struct
172 struct authors * nextauthor;
216 static struct authors *authorlist;
789 struct authors * newauthor;
795 authorlist = talloc(struct authors);
802 newauthor = talloc(struct authors);
970 struct authors const *pauthor;
974 if ((pauthor = authorlist)) /* only certain authors wanted */
/freebsd-10-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm202 if ($reference{authors}) {
203 $reference{authors} .= " and @_"
206 $reference{authors} = "@_";
H A Dmdoc2man150 $reference->{authors},
H A Dmdoc2texi92 "@*\n", ns, $reference->{authors}, ',', "\@emph{$reference->{title}}",
/freebsd-10-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm229 if ($reference{authors}) {
230 $reference{authors} .= " and @_"
233 $reference{authors} = "@_";
H A Dmdoc2man176 $reference->{authors},
/freebsd-10-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex557 \section*{About the authors}

Completed in 85 milliseconds