Searched refs:catalog (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-10.2-release/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h362 svn_error_t *(*get_mergeinfo)(svn_mergeinfo_catalog_t *catalog,
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1319 svn_mergeinfo_catalog_t *catalog,
1346 *catalog = NULL;
1349 *catalog = apr_hash_make(pool);
1364 svn_hash_sets(*catalog, path[0] == '/' ? path + 1 :path, for_path);
1317 ra_svn_get_mergeinfo(svn_ra_session_t *session, svn_mergeinfo_catalog_t *catalog, const apr_array_header_t *paths, svn_revnum_t revision, svn_mergeinfo_inheritance_t inherit, svn_boolean_t include_descendants, apr_pool_t *pool) argument
/freebsd-10.2-release/contrib/subversion/subversion/include/
H A Dsvn_ra.h1047 * Set @a *catalog to a mergeinfo catalog for the paths in @a paths.
1048 * If no mergeinfo is available, set @a *catalog to @c NULL. The
1061 * mergeinfo via inheritance are not included in @a *catalog.)
1076 svn_mergeinfo_catalog_t *catalog,
H A Dsvn_repos.h1883 * set @a *catalog to a catalog of this mergeinfo. @a *catalog will
1886 * The paths in @a paths, and the keys of @a catalog, start with '/'.
1898 * mergeinfo via inheritance are not included in @a *catalog.)
1910 svn_repos_fs_get_mergeinfo(svn_mergeinfo_catalog_t *catalog,
/freebsd-10.2-release/contrib/ee/
H A Dee.c104 nl_catd catalog; variable
236 | catalog number. The 'int *' should be replaced with 'void *' on
5046 | Get the catalog entry, and if it got it from the catalog,
5059 temp1 = catgets(catalog, 1, number, string);
5084 catalog = catopen("ee", NL_CAT_LOCALE);
5345 catclose(catalog);
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c383 * Usage : boot-catalog=<value>
385 * Default: "boot.catalog"
386 * COMPAT : mkisofs -c/-eltorito-catalog <value>
388 * Specifies a fullpath of El Torito boot catalog.
809 /* boot catalog file */
811 struct isoent *catalog; member in struct:iso9660::__anon1687
1110 iso9660->el_torito.catalog = NULL;
1111 /* Set default file name of boot catalog */
1113 "boot.catalog");
1297 if (strcmp(key, "boot-catalog")
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c5014 /* If the child has mergeinfo, add it to the result catalog. */
5356 base_get_mergeinfo(svn_mergeinfo_catalog_t *catalog,
5374 return get_mergeinfos_for_paths(root, catalog, paths,
5339 base_get_mergeinfo(svn_mergeinfo_catalog_t *catalog, svn_fs_root_t *root, const apr_array_header_t *paths, svn_mergeinfo_inheritance_t inherit, svn_boolean_t include_descendants, svn_boolean_t adjust_inherited_mergeinfo, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c4119 fs_get_mergeinfo(svn_mergeinfo_catalog_t *catalog,
4143 return get_mergeinfos_for_paths(root, catalog, paths,
4105 fs_get_mergeinfo(svn_mergeinfo_catalog_t *catalog, svn_fs_root_t *root, const apr_array_header_t *paths, svn_mergeinfo_inheritance_t inherit, svn_boolean_t include_descendants, svn_boolean_t adjust_inherited_mergeinfo, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c6213 * except for the catalog keys being abspaths instead of repo-relpaths?
10603 inheritance in a mergeinfo catalog.
10623 svn_mergeinfo_catalog_t catalog,
10632 if (mergeinfo && catalog && apr_hash_count(catalog))
10642 mergeinfo_in_cat = svn_hash_gets(catalog, path);
10685 /* The catalog of explicit mergeinfo on a reintegrate source. */
10688 /* The catalog of unmerged history from the reintegrate target to
10982 /* Helper for calculate_left_hand_side() which produces a mergeinfo catalog
10987 all its children, i.e. the mergeinfo catalog fo
10609 mergeinfo_in_catalog(svn_boolean_t *in_catalog, const char **cat_key_path, const char *repos_rel_path, svn_mergeinfo_t mergeinfo, svn_mergeinfo_catalog_t catalog, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10.2-release/
H A DMakefile.inc11413 usr.bin/vi/catalog
/freebsd-10.2-release/contrib/tcsh/
H A Dconfigure1310 --disable-nls-catalogs Disable NLS catalog support

Completed in 244 milliseconds

12