Home
last modified time | relevance | path

Searched refs:eol_style (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_client/
HDcat.c63 svn_string_t *eol_style, *keywords, *special; in svn_client__get_normalized_stream() local
113 eol_style = svn_hash_gets(props, SVN_PROP_EOL_STYLE); in svn_client__get_normalized_stream()
117 if (eol_style) in svn_client__get_normalized_stream()
118 svn_subst_eol_style_from_value(&style, &eol, eol_style->data); in svn_client__get_normalized_stream()
170 (eol_style && normalize_eols) ? SVN_SUBST_NATIVE_EOL_STR : eol, in svn_client__get_normalized_stream()
191 svn_string_t *eol_style; in svn_client_cat3() local
264 eol_style = svn_hash_gets(props, SVN_PROP_EOL_STYLE); in svn_client_cat3()
267 if (eol_style || keywords) in svn_client_cat3()
274 if (eol_style) in svn_client_cat3()
275 svn_subst_eol_style_from_value(&eol, &eol_str, eol_style->data); in svn_client_cat3()
HDimport.c99 svn_subst_eol_style_t eol_style; in send_file_contents() local
119 svn_subst_eol_style_from_value(&eol_style, &eol, eol_style_val->data); in send_file_contents()
123 eol_style = svn_subst_eol_style_none; in send_file_contents()
144 if (svn_subst_translation_required(eol_style, eol, keywords, in send_file_contents()
147 if (eol_style == svn_subst_eol_style_unknown) in send_file_contents()
158 if (eol_style == svn_subst_eol_style_native) in send_file_contents()
HDdiff_local.c310 svn_subst_eol_style_t eol_style; in translate_if_necessary() local
323 svn_subst_eol_style_from_value(&eol_style, &eol, eol_style_val->data); in translate_if_necessary()
327 eol_style = svn_subst_eol_style_none; in translate_if_necessary()
337 if (!svn_subst_translation_required(eol_style, eol, keywords, FALSE, FALSE)) in translate_if_necessary()
HDblame.c841 const svn_string_t *eol_style; in svn_client_blame5() local
842 SVN_ERR(svn_wc_prop_get2(&eol_style, ctx->wc_ctx, in svn_client_blame5()
847 if (eol_style) in svn_client_blame5()
851 svn_subst_eol_style_from_value(&style, &eol, eol_style->data); in svn_client_blame5()
HDpatch.c83 svn_subst_eol_style_t eol_style; member
309 svn_subst_eol_style_t *eol_style, in obtain_eol_and_keywords_for_file() argument
356 svn_subst_eol_style_from_value(eol_style, in obtain_eol_and_keywords_for_file()
658 content->eol_style = svn_subst_eol_style_none; in init_prop_target()
1022 content->eol_style = svn_subst_eol_style_none; in init_patch_target()
1072 &content->eol_style, in init_patch_target()
1264 if (content->eol_style == svn_subst_eol_style_none) in readline()
2029 if (content->eol_style != svn_subst_eol_style_none) in apply_hunk()
2769 repair_eol = (target->content->eol_style == in install_patched_target()
2771 target->content->eol_style == in install_patched_target()
HDexport.c188 svn_string_t *eol_style, *keywords, *executable, *special; in export_node() local
357 eol_style = svn_hash_gets(props, SVN_PROP_EOL_STYLE); in export_node()
361 if (eol_style) in export_node()
362 SVN_ERR(get_eol_style(&style, &eol, eol_style->data, eib->native_eol)); in export_node()
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDquestions.c115 svn_subst_eol_style_t eol_style; in compare_and_verify() local
129 SVN_ERR(svn_wc__get_translate_info(&eol_style, &eol_str, in compare_and_verify()
136 need_translation = svn_subst_translation_required(eol_style, eol_str, in compare_and_verify()
173 if (eol_style == svn_subst_eol_style_native) in compare_and_verify()
175 else if (eol_style != svn_subst_eol_style_fixed in compare_and_verify()
176 && eol_style != svn_subst_eol_style_none) in compare_and_verify()
HDprops.c2184 svn_subst_eol_style_t eol_style; in svn_wc_canonicalize_svn_prop() local
2188 svn_subst_eol_style_from_value(&eol_style, &ignored_eol, new_value->data); in svn_wc_canonicalize_svn_prop()
2189 if (eol_style == svn_subst_eol_style_unknown) in svn_wc_canonicalize_svn_prop()
HDdeprecated.c3371 svn_subst_eol_style_t eol_style; in svn_wc_add_repos_file2() local
3389 svn_subst_eol_style_from_value(&eol_style, &eol_str, in svn_wc_add_repos_file2()
3393 if (svn_subst_translation_required(eol_style, eol_str, keywords, in svn_wc_add_repos_file2()
3398 eol_style, eol_str, in svn_wc_add_repos_file2()
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDdeprecated.c231 svn_subst_eol_style_t eol_style, in svn_subst_stream_translated_to_normal_form() argument
237 if (eol_style == svn_subst_eol_style_native) in svn_subst_stream_translated_to_normal_form()
239 else if (! (eol_style == svn_subst_eol_style_fixed in svn_subst_stream_translated_to_normal_form()
240 || eol_style == svn_subst_eol_style_none)) in svn_subst_stream_translated_to_normal_form()
244 eol_style == svn_subst_eol_style_fixed in svn_subst_stream_translated_to_normal_form()
264 svn_subst_eol_style_t eol_style, in svn_subst_stream_detranslated() argument
282 eol_style, eol_str, in svn_subst_stream_detranslated()
290 svn_subst_eol_style_t eol_style, in svn_subst_translate_to_normal_form() argument
298 if (eol_style == svn_subst_eol_style_native) in svn_subst_translate_to_normal_form()
300 else if (! (eol_style == svn_subst_eol_style_fixed in svn_subst_translate_to_normal_form()
[all …]
/NextBSD/contrib/subversion/subversion/include/
HDsvn_subst.h387 svn_subst_eol_style_t eol_style,
607 svn_subst_eol_style_t eol_style,
638 svn_subst_eol_style_t eol_style,
/NextBSD/contrib/ntp/sntp/libevent/include/event2/
HDbuffer.h439 enum evbuffer_eol_style eol_style);
822 enum evbuffer_eol_style eol_style);
/NextBSD/contrib/ntp/sntp/libevent/
HDbuffer.c1587 enum evbuffer_eol_style eol_style) in evbuffer_search_eol() argument
1613 switch (eol_style) { in evbuffer_search_eol()
1676 enum evbuffer_eol_style eol_style) in evbuffer_readln() argument
1689 it = evbuffer_search_eol(buffer, NULL, &extra_drain, eol_style); in evbuffer_readln()