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

123

/freebsd-10-stable/contrib/file/python/
H A Dsetup.py10 author='Reuben Thomas, ��lvaro Justen', variable
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcompat.c50 commit_info->author,
98 svn_compat_log_revprops_out_string(const svn_string_t **author, argument
103 *author = *date = *message = NULL;
106 *author = svn_hash_gets(revprops, SVN_PROP_REVISION_AUTHOR);
113 svn_compat_log_revprops_out(const char **author, const char **date, argument
120 *author = author_s ? author_s->data : NULL;
141 const char *author, *date, *message; local
142 svn_compat_log_revprops_out(&author, &date, &message,
147 author, date, message,
H A Dsubst.c138 * %a author of this revision
161 const char *author,
183 case 'a': /* author of this revision */
184 if (author)
185 svn_stringbuf_appendcstr(value, author);
257 repos_root_url, date, author,
265 repos_root_url, date, author,
290 const char *author,
328 date, author, pool);
338 date, author, poo
154 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
281 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
393 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
407 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.c231 dst_commit_info->author = src_commit_info->author
232 ? apr_pstrdup(pool, src_commit_info->author) : NULL;
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_compat.h57 /** Clear svn:author, svn:date, and svn:log from @a revprops if not NULL.
67 * retrieve the pre-1.5 set of revprops: svn:author, svn:date, and svn:log.
74 /** Return, in @a **author, @a **date, and @a **message, the values of the
75 * svn:author, svn:date, and svn:log revprops from @a revprops. If @a
82 svn_compat_log_revprops_out_string(const svn_string_t **author,
93 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.h684 /** author of created_rev */
803 /** author of the commit. */
804 const char *author;
1049 * information for the log message. Any of @a log_entry->author,
1089 const char *author,
1117 const char *author,
785 const char *author; member in struct:svn_commit_info_t
/freebsd-10-stable/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-stable/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...]
/freebsd-10-stable/contrib/subversion/subversion/svn/
H A Dlog-cmd.c120 const char *author,
130 /* Does the author match the search pattern? */
131 if (author && apr_fnmatch(pattern, author, flags) == APR_SUCCESS)
175 const char *author,
200 match = match_search_pattern(pattern, author, date, message,
298 const char *author;
305 svn_compat_log_revprops_out(&author, &date, &message, log_entry->revprops);
321 if (author == NULL)
322 author
118 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
173 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
297 const char *author; local
513 const char *author; local
[all...]
H A Dblame-cmd.c123 const char *author,
157 author ? author : " -",
166 author ? author : " -");
119 print_line_info(svn_stream_t *out, svn_revnum_t revision, const char *author, const char *date, const char *path, svn_boolean_t verbose, int rev_maxlength, apr_pool_t *pool) argument
/freebsd-10-stable/tools/tools/commitsdb/
H A Dmake_commit_db83 $user = $1 if $sub =~ /author: (.*?);/;
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.h256 const char *author,
283 const char *author,
H A Ddeprecated.c412 const char *author,
421 return svn_repos_fs_change_rev_prop4(repos, rev, author, name, NULL,
432 const char *author,
439 return svn_repos_fs_change_rev_prop3(repos, rev, author, name, new_value,
449 const char *author,
454 return svn_repos_fs_change_rev_prop2(repos, rev, author, name, new_value,
1095 const char *author,
1103 /* We pass the author to the filesystem by adding it as a property
1106 /* User (author). */
1107 if (author)
409 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
429 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
446 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
1091 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.c629 const char *author,
661 args[3] = author ? author : "";
692 const char *author,
724 args[3] = author ? author : "";
625 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
688 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;
1357 const svn_string_t *author;
1367 author = svn_hash_gets(revprops, SVN_PROP_REVISION_AUTHOR);
1387 author ? author
185 /* const */ svn_string_t *author; local
1353 const svn_string_t *author; local
[all...]
H A Dfs-wrap.c139 svn_string_t *author = svn_hash_gets(revprop_table, SVN_PROP_REVISION_AUTHOR);
166 author ? author->data : NULL,
182 const char *author,
187 if (author)
189 svn_string_create(author, pool));
349 const char *author,
404 author, name, new_value,
412 author, name, old_value,
448 /* Only svn:author an
137 svn_string_t *author = svn_hash_gets(revprop_table, SVN_PROP_REVISION_AUTHOR); local
177 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
344 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...]
/freebsd-10-stable/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.
384 const char *author = status->changed_author;
388 to the revision number, and set the author to
392 author = _("(local)");
403 author, scratch_pool));
552 const char *author;
766 fb->author = apr_pstrdup(fb->pool, value->data);
842 fb->author, pool));
961 const char *author = NULL;
982 author
382 const char *author = status->changed_author; local
549 const char *author; member in struct:file_baton
957 const char *author = NULL; local
[all...]
/freebsd-10-stable/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-stable/contrib/subversion/subversion/svnbench/
H A Dnull-log-cmd.c78 const char *author;
96 svn_compat_log_revprops_out(&author, &date, &message, log_entry->revprops);
77 const char *author; local
/freebsd-10-stable/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-stable/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 155 milliseconds

123