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

123

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dcompat.c50 commit_info->author,
98 svn_compat_log_revprops_out(const char **author, const char **date, argument
103 *author = *date = *message = NULL;
107 *author = author_s->data;
131 const char *author, *date, *message; local
132 svn_compat_log_revprops_out(&author, &date, &message,
137 author, date, message,
H A Dsubst.c137 * %a author of this revision
160 const char *author,
182 case 'a': /* author of this revision */
183 if (author)
184 svn_stringbuf_appendcstr(value, author);
256 repos_root_url, date, author,
264 repos_root_url, date, author,
289 const char *author,
327 date, author, pool);
337 date, author, poo
153 keyword_printf(const char *fmt, const char *rev, const char *url, const char *repos_root_url, apr_time_t date, const char *author, apr_pool_t *pool) argument
280 build_keywords(apr_hash_t **kw, svn_boolean_t expand_custom_keywords, const char *keywords_val, const char *rev, const char *url, const char *repos_root_url, apr_time_t date, const char *author, apr_pool_t *pool) argument
392 svn_subst_build_keywords2(apr_hash_t **kw, const char *keywords_val, const char *rev, const char *url, apr_time_t date, const char *author, apr_pool_t *pool) argument
406 svn_subst_build_keywords3(apr_hash_t **kw, const char *keywords_val, const char *rev, const char *url, const char *repos_root_url, apr_time_t date, const char *author, apr_pool_t *pool) argument
[all...]
H A Dtypes.c219 dst_commit_info->author = src_commit_info->author
220 ? apr_pstrdup(pool, src_commit_info->author) : NULL;
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcsrev.c274 cantfindbranch(revno, date, author, state)
275 char const *revno, date[datesize], *author, *state;
283 author ? " and author "+(date?0:4) : "",
284 author ? author : "",
285 state ? " and state "+(date||author?0:4) : "",
388 struct hshentry * genrevs(revno,date,author,state,store)
389 char const *revno, *date, *author, *state;
392 * revision given by revno, date, author, an
860 char author[20]; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_compat.h56 /** Clear svn:author, svn:date, and svn:log from @a revprops if not NULL.
66 * retrieve the pre-1.5 set of revprops: svn:author, svn:date, and svn:log.
73 /** Return, in @a **author, @a **date, and @a **message, the values of the
74 * svn:author, svn:date, and svn:log revprops from @a revprops. If @a
81 svn_compat_log_revprops_out(const char **author, const char **date,
H A Dsvn_subst.h120 const svn_string_t *author;
131 * the @a date the file was committed on, the @a author of the last
137 * %a - The author.
153 * Any of the inputs @a rev, @a url, @a date, @a author, and @a repos_root_url
174 const char *author,
191 const char *author,
206 const char *author,
119 const svn_string_t *author; member in struct:svn_subst_keywords_t
H A Dsvn_types.h602 /** author of created_rev */
721 /** author of the commit. */
722 const char *author;
967 * information for the log message. Any of @a log_entry->author,
1007 const char *author,
1036 const char *author,
705 const char *author; member in struct:svn_commit_info_t
/freebsd-10.0-release/usr.bin/csup/
H A Drcstokenizer.l48 keyword head|access|symbols|locks|comment|expand|strict|date|author|state|branches|next|desc|log|text
H A Drcsparse.c229 char *revnum, *revdate, *author, *state, *next; local
246 /* author id; */
249 author = duptext(sp, NULL);
286 rcsfile_importdelta(rf, revnum, revdate, author, state, next);
289 free(author);
H A Drcsfile.c80 char *author; member in struct:delta
388 date_space, d->revdate, auth_space, d->author,
609 di->di_author = d->author;
674 di->di_author = d->author;
744 if (d->author != NULL)
745 lprintf(1, "author: %s", d->author);
838 if (d->author != NULL)
839 free(d->author);
1000 d->author
1011 rcsfile_addelta(struct rcsfile *rf, char *revnum, char *revdate, char *author, char *diffbase) argument
1067 rcsfile_importdelta(struct rcsfile *rf, char *revnum, char *revdate, char *author, char *state, char *next) argument
[all...]
H A Dupdater.c74 char *author; member in struct:file_update
182 if (fup->author != NULL) {
183 free(fup->author);
184 fup->author = NULL;
1082 char *author, *path, *revnum, *revdate; local
1100 author = proto_get_ascii(&line);
1101 if (author == NULL || line != NULL)
1107 if (fup->author != NULL)
1108 free(fup->author);
1111 fup->author
1741 char *author, *cmd, *diffbase, *line, *logline; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dlog-cmd.c74 /* Log message search patterns. Log entries will only be shown if the author,
155 const char *author,
165 /* Does the author match the search pattern? */
166 if (author && apr_fnmatch(pattern, author, flags) == APR_SUCCESS)
210 const char *author,
235 match = match_search_pattern(pattern, author, date, message,
333 const char *author;
340 svn_compat_log_revprops_out(&author, &date, &message, log_entry->revprops);
354 if (author
153 match_search_pattern(const char *search_pattern, const char *author, const char *date, const char *log_message, apr_hash_t *changed_paths, apr_pool_t *pool) argument
208 match_search_patterns(apr_array_header_t *search_patterns, const char *author, const char *date, const char *message, apr_hash_t *changed_paths, apr_pool_t *scratch_pool) argument
332 const char *author; local
527 const char *author; local
[all...]
H A Dblame-cmd.c120 const char *author,
164 author ? author : " -",
173 author ? author : " -");
116 print_line_info(svn_stream_t *out, svn_revnum_t revision, const char *author, const char *date, const char *path, svn_boolean_t verbose, svn_revnum_t end_revnum, apr_pool_t *pool) argument
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Drepos.h256 const char *author,
283 const char *author,
H A Dfs-wrap.c120 svn_string_t *author = svn_hash_gets(revprop_table, SVN_PROP_REVISION_AUTHOR);
141 author ? author->data : NULL,
152 const char *author,
157 if (author)
159 svn_string_create(author, pool));
319 const char *author,
374 author, name, new_value,
382 author, name, old_value,
418 /* Only svn:author an
118 svn_string_t *author = svn_hash_gets(revprop_table, SVN_PROP_REVISION_AUTHOR); local
147 svn_repos_fs_begin_txn_for_commit(svn_fs_txn_t **txn_p, svn_repos_t *repos, svn_revnum_t rev, const char *author, const char *log_msg, apr_pool_t *pool) argument
314 svn_repos_fs_change_rev_prop4(svn_repos_t *repos, svn_revnum_t rev, const char *author, const char *name, const svn_string_t *const *old_value_p, const svn_string_t *new_value, svn_boolean_t use_pre_revprop_change_hook, svn_boolean_t use_post_revprop_change_hook, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool) argument
[all...]
H A Ddeprecated.c379 const char *author,
388 return svn_repos_fs_change_rev_prop4(repos, rev, author, name, NULL,
399 const char *author,
406 return svn_repos_fs_change_rev_prop3(repos, rev, author, name, new_value,
416 const char *author,
421 return svn_repos_fs_change_rev_prop2(repos, rev, author, name, new_value,
986 const char *author,
994 /* We pass the author to the filesystem by adding it as a property
997 /* User (author). */
998 if (author)
376 svn_repos_fs_change_rev_prop3(svn_repos_t *repos, svn_revnum_t rev, const char *author, const char *name, const svn_string_t *new_value, svn_boolean_t use_pre_revprop_change_hook, svn_boolean_t use_post_revprop_change_hook, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool) argument
396 svn_repos_fs_change_rev_prop2(svn_repos_t *repos, svn_revnum_t rev, const char *author, const char *name, const svn_string_t *new_value, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool) argument
413 svn_repos_fs_change_rev_prop(svn_repos_t *repos, svn_revnum_t rev, const char *author, const char *name, const svn_string_t *new_value, apr_pool_t *pool) argument
982 svn_repos_fs_begin_txn_for_update(svn_fs_txn_t **txn_p, svn_repos_t *repos, svn_revnum_t rev, const char *author, apr_pool_t *pool) argument
[all...]
H A Dhooks.c614 const char *author,
646 args[3] = author ? author : "";
677 const char *author,
709 args[3] = author ? author : "";
610 svn_repos__hooks_pre_revprop_change(svn_repos_t *repos, apr_hash_t *hooks_env, svn_revnum_t rev, const char *author, const char *name, const svn_string_t *new_value, char action, apr_pool_t *pool) argument
673 svn_repos__hooks_post_revprop_change(svn_repos_t *repos, apr_hash_t *hooks_env, svn_revnum_t rev, const char *author, const char *name, const svn_string_t *old_value, char action, apr_pool_t *pool) argument
H A Dcommit.c115 /* The author (also according to the repository) of this commit. */
186 /* const */ svn_string_t *author;
194 SVN_ERR(svn_fs_revision_prop(&author, fs, revision,
203 commit_info->author = author ? author->data : NULL;
1345 const svn_string_t *author;
1355 author = svn_hash_gets(revprops, SVN_PROP_REVISION_AUTHOR);
1375 author ? author
185 /* const */ svn_string_t *author; local
1341 const svn_string_t *author; local
[all...]
H A Dreporter.c100 svn_string_t* author; /* name of the revisions' author */ member in struct:revision_info_t
475 svn_string_t *cdate, *author; local
492 /* Extract the last-author. */
493 author = svn_hash_gets(r_props, SVN_PROP_REVISION_AUTHOR);
499 info->author = author ? svn_string_dup(author, b->pool) : NULL;
553 /* Transmit the last-author. */
554 if (revision_info->author || s_pat
[all...]
/freebsd-10.0-release/tools/tools/commitsdb/
H A Dmake_commit_db83 $user = $1 if $sub =~ /author: (.*?);/;
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dcat.c126 const char *author;
132 SVN_ERR(svn_wc__node_get_changed_info(&changed_rev, &tm, &author, wc_ctx,
145 to the revision number, and set the author to
149 author = _("(local)");
164 repos_root_url, tm, author,
124 const char *author; local
H A Dexport.c147 * append 'M' to the revision number and use '(local)' for the author.
382 const char *author = status->changed_author;
386 to the revision number, and set the author to
390 author = _("(local)");
401 author, scratch_pool));
550 const char *author;
764 fb->author = apr_pstrdup(fb->pool, value->data);
840 fb->author, pool));
959 const char *author = NULL;
980 author
380 const char *author = status->changed_author; local
547 const char *author; member in struct:file_baton
955 const char *author = NULL; local
[all...]
/freebsd-10.0-release/gnu/usr.bin/rcs/co/
H A Dco.c200 char const *author, *date, *rev, *state; variable
212 author = date = rev = state = 0;
295 if (author) redefined('w');
297 author = a;
299 author = getcaller();
410 if (!(targetdelta=genrevs(numericrev.string,date,author,state,&gendeltas)))
/freebsd-10.0-release/gnu/usr.bin/rcs/ci/
H A Dci.c288 char const *author, *krev, *rev, *state; variable
302 author = rev = state = textfile = 0;
414 if (author) redefined('w');
416 author = a;
418 error("missing author for -w option");
509 if (!*prevauthor.string && !author)
510 workwarn("can't find an author");
534 /* set author */
535 if (author)
536 newdelta.author
[all...]
/freebsd-10.0-release/contrib/openpam/misc/
H A Dgendoc.pl20 # 3. The name of the author may not be used to endorse or promote
118 my $author;
137 $author = 'THINKSEC';
139 $author = $1;
339 'author' => $author,
535 $mdoc .= $AUTHORS{$$func{author} // 'THINKSEC_DARPA'} . "\n";

Completed in 367 milliseconds

123