Searched refs:SVN_PROP_EOL_STYLE (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13-stable/contrib/subversion/subversion/include/ |
| HD | svn_props.h | 379 #define SVN_PROP_EOL_STYLE SVN_PROP_PREFIX "eol-style" macro 533 SVN_PROP_EOL_STYLE, \
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_client/ |
| HD | cat.c | 113 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()
|
| HD | import.c | 133 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()
|
| HD | export.c | 357 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()
|
| HD | diff_local.c | 319 eol_style_val = svn_hash_gets(props, SVN_PROP_EOL_STYLE); in translate_if_necessary()
|
| HD | blame.c | 849 SVN_PROP_EOL_STYLE, in svn_client_blame6()
|
| HD | prop_commands.c | 393 if ((strcmp(propname, SVN_PROP_EOL_STYLE) == 0) || in svn_client_propset_remote()
|
| HD | patch.c | 417 eol_style_val = svn_hash_gets(props, SVN_PROP_EOL_STYLE); in obtain_eol_and_keywords_for_file()
|
| HD | merge.c | 2382 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/ |
| HD | props.c | 1750 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()
|
| HD | translate.c | 263 propval = svn_prop_get_value(props, SVN_PROP_EOL_STYLE); in svn_wc__get_translate_info()
|
| HD | merge.c | 233 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()
|
| HD | deprecated.c | 3447 SVN_PROP_EOL_STYLE)); in svn_wc_add_repos_file2()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/ |
| HD | properties.c | 59 SVN_PROP_EOL_STYLE, \
|