Home
last modified time | relevance | path

Searched refs:author (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/openbsd/usr.bin/rcs/
H A Dco.c52 const char *author, *date, *state; in checkout_main() local
60 author = date = state = NULL; in checkout_main()
127 if ((author = getlogin()) == NULL) in checkout_main()
130 author = rcs_optarg; in checkout_main()
200 username, author, state, date) < 0) { in checkout_main()
311 if (author != NULL && in checkout_rev()
312 strcmp(rdp->rd_author, author)) in checkout_rev()
512 author = NULL; in checkout_err_nobranch()
520 (date && author) ? " and " : "", in checkout_err_nobranch()
521 author ? "author " : "", in checkout_err_nobranch()
[all …]
H A Dci.c74 char *author, *state; member
213 free(pb.author); in checkin_main()
214 pb.author = xstrdup(rcs_optarg); in checkin_main()
578 pb->username, pb->author, NULL, NULL); in checkin_update()
617 &pb->date, &pb->state, &pb->author); in checkin_init()
652 pb->date, pb->author) != 0) { in checkin_init()
957 char **author, char **state) in checkin_parsekeyword() argument
989 free(*author); in checkin_parsekeyword()
990 *author = xstrdup(tokens[5]); in checkin_parsekeyword()
1000 free(*author); in checkin_parsekeyword()
[all …]
/openbsd/regress/usr.bin/mandoc/mdoc/Rs/
H A Dparagraph.out_markdown11 author name,
15 another author,
22 author name,
27 another author,
H A Dallch.out_markdown13 author name,
23 institutional author,
35 author name,
45 institutional author,
H A Dparagraph.out_html2 initial reference: <cite class="Rs"><span class="RsA">author name</span>,
5 author</span>, <i class="RsB">another book</i>.</cite></p>
11 <p class="Pp"><cite class="Rs"><span class="RsA">author name</span>,
14 <p class="Pp"><cite class="Rs"><span class="RsA">another author</span>,
H A Dparagraph.out_ascii8 initial reference: author name, _b_o_o_k _t_i_t_l_e.
10 in a paragraph: another author, _a_n_o_t_h_e_r _b_o_o_k.
15 author name, _b_o_o_k _t_i_t_l_e.
19 another author, _a_n_o_t_h_e_r _b_o_o_k.
H A Dbreak.out_markdown10 author,
18 author,
25 author,
H A Dallch.out_utf87 reference on the same line: some _b_o_g_u_s text author name, “title of
10 institutional author, city name, date of publication, optional
16 …some _b_o_g_u_s text author name, “title of article”, _b_o_o_k _t_i_t_l_e, _i_s_s…
18 resource locator, page number, institutional author, city name, date of
H A Dallch.out_ascii7 reference on the same line: some _b_o_g_u_s text author name, "title of
10 institutional author, city name, date of publication, optional
16 …some _b_o_g_u_s text author name, "title of article", _b_o_o_k _t_i_t_l_e, _i_s_s…
18 resource locator, page number, institutional author, city name, date of
H A Dbreak.out_ascii7 reference on the same line: author, _j_o_u_r_n_a_l, 42.
12 author, _j_o_u_r_n_a_l, 42.
15 reference on the same line: author, _j_o_u_r_n_a_l, 42.
H A Dbreak.out_utf87 reference on the same line: author, _j_o_u_r_n_a_l, 42.
12 author, _j_o_u_r_n_a_l, 42.
15 reference on the same line: author, _j_o_u_r_n_a_l, 42.
H A Dargs.out_markdown11 author name,
15 author name,
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
H A Drepository.t20 author => 'Joe',
54 author => 'Joe',
90 author => 'Joe',
126 author => 'Joe',
163 author => 'Joe',
200 author => 'Joe',
/openbsd/regress/usr.bin/rcs/
H A Drlog-rflag2.out15 date: 2006/01/01 00:00:00; author: foo; state: Exp; lines: +1 -0;
19 date: 2006/01/01 00:00:00; author: foo; state: Exp; lines: +1 -0;
23 date: 2006/01/01 00:00:00; author: foo; state: Exp;
H A Drlog-rflag3.out15 date: 2006/01/01 00:00:00; author: foo; state: Exp; lines: +1 -0;
19 date: 2006/01/01 00:00:00; author: foo; state: Exp; lines: +1 -0;
/openbsd/gnu/usr.bin/cvs/contrib/
H A Dcvs2vendor.sh105 author=`rlog -r$rev $file | grep "^date: " | awk '{print $5; exit}' | sed -e 's/;//'`
111 echo "==> file $file, rev=$rev, date=$date, author=$author $symname"
120 ci -f -m"`cat $commentfile`" -d"$date" $symname -w"$author" $bfile $dstdir/$bfile,v
122 echo ERROR - ci -f -m"`cat $commentfile`" -d"$date" $symname -w"$author" $bfile $dstdir/$bfile,v
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DComplete.pm90 my($author,$rest) = $word =~ m|([^/]+)/?(.*)|;
91 @return = $rest ? () : map {"$_/"} cplx('CPAN::Author',uc($author||""));
93 …@return = grep /^\Q$word\E/, map {"$author/$_->[2]"} CPAN::Shell->expand("Author",$author)->ls("$r…
/openbsd/regress/usr.bin/mandoc/mdoc/Aq/
H A DMakefile3 REGRESS_TARGETS = author empty
4 UTF8_TARGETS = author empty
H A Dauthor.out_markdown5 **Aq-author** - angle brackets after an author name macro
/openbsd/games/phantasia/
H A DCOPYRIGHT17 * author assumes no responsibility for maintaining or revising this
20 * The author shall not be responsible for any loss, cost, or damage,
23 * The author makes no warranties, express or implied, including warranties
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/
H A D10_read.t26 { author => 'Ævar Arnfjörð Bjarmason <avar@cpan.org>' }
28 utf8 => 'author',
33 { author => 'Ævar Arnfjörð Bjarmason <avar@cpan.org>' }
35 utf8 => 'author',
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dmetafile_file.t115 author => 'John Doe <doe@doeland.org>',
157 author => 'John Doe <doe@doeland.org>',
208 author => 'John Doe <doe@doeland.org>',
/openbsd/regress/usr.bin/cvs/
H A Dtest_cvs_import_01_seed1.txt,v10 date 2000.01.01.00.00.00; author user; state Exp;
15 date 2000.01.01.00.00.00; author user; state Exp;
H A Dtest_opencvs_import_01_seed1.txt,v12 date 2000.01.01.00.00.00; author user; state Exp;
18 date 2000.01.01.00.00.00; author user; state Exp;
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
H A DHTML-WebDAO.tml6 author:
15 author => [

12345678910>>...15