Home
last modified time | relevance | path

Searched refs:SVN_PROP_EOL_STYLE (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/include/
HDsvn_props.h379 #define SVN_PROP_EOL_STYLE SVN_PROP_PREFIX "eol-style" macro
533 SVN_PROP_EOL_STYLE, \
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
HDcat.c113 eol_style = svn_hash_gets(props, SVN_PROP_EOL_STYLE); in svn_client__get_normalized_stream()
264 eol_style = svn_hash_gets(props, SVN_PROP_EOL_STYLE); in svn_client_cat3()
HDimport.c133 eol_style_val = apr_hash_get(properties, SVN_PROP_EOL_STYLE, in send_file_contents()
134 sizeof(SVN_PROP_EOL_STYLE) - 1); in send_file_contents()
174 SVN_PROP_EOL_STYLE, in send_file_contents()
HDexport.c357 eol_style = svn_hash_gets(props, SVN_PROP_EOL_STYLE); in export_node()
745 if (strcmp(name, SVN_PROP_EOL_STYLE) == 0) in change_file_prop()
961 if ( (val = svn_hash_gets(props, SVN_PROP_EOL_STYLE)) ) in add_file_ev2()
HDdiff_local.c319 eol_style_val = svn_hash_gets(props, SVN_PROP_EOL_STYLE); in translate_if_necessary()
HDblame.c849 SVN_PROP_EOL_STYLE, in svn_client_blame6()
HDprop_commands.c393 if ((strcmp(propname, SVN_PROP_EOL_STYLE) == 0) || in svn_client_propset_remote()
HDpatch.c417 eol_style_val = svn_hash_gets(props, SVN_PROP_EOL_STYLE); in obtain_eol_and_keywords_for_file()
HDmerge.c2382 svn_string_t *eol_style = svn_hash_gets(working_props, SVN_PROP_EOL_STYLE); in files_same_p()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
HDprops.c1750 SVN_PROP_EOL_STYLE, path_display); in validate_eol_prop_against_file()
1872 else if (kind == svn_node_file && strcmp(name, SVN_PROP_EOL_STYLE) == 0) in do_propset()
1874 svn_string_t *old_value = svn_hash_gets(prophash, SVN_PROP_EOL_STYLE); in do_propset()
2179 if (!skip_some_checks && (strcmp(propname, SVN_PROP_EOL_STYLE) == 0)) in svn_wc_canonicalize_svn_prop()
2412 || strcmp(property->name, SVN_PROP_EOL_STYLE) == 0 in svn_wc__has_magic_property()
HDtranslate.c263 propval = svn_prop_get_value(props, SVN_PROP_EOL_STYLE); in svn_wc__get_translate_info()
HDmerge.c233 if ((prop = get_prop(mt->prop_diff, SVN_PROP_EOL_STYLE)) && prop->value) in detranslate_wc_file()
313 const svn_prop_t *prop = get_prop(prop_diff, SVN_PROP_EOL_STYLE); in maybe_update_target_eols()
HDdeprecated.c3447 SVN_PROP_EOL_STYLE)); in svn_wc_add_repos_file2()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
HDproperties.c59 SVN_PROP_EOL_STYLE, \