Home
last modified time | relevance | path

Searched refs:svn_stringbuf_appendbyte (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dutf8proc.c567 svn_stringbuf_appendbyte(result, (char)cp); in svn_utf__fuzzy_escape()
574 svn_stringbuf_appendbyte(result, digits[(rcp & 0x00f0) >> 4]); in svn_utf__fuzzy_escape()
575 svn_stringbuf_appendbyte(result, digits[(rcp & 0x000f)]); in svn_utf__fuzzy_escape()
590 svn_stringbuf_appendbyte(result, digits[(cp & 0xf00000) >> 20]); in svn_utf__fuzzy_escape()
591 svn_stringbuf_appendbyte(result, digits[(cp & 0x0f0000) >> 16]); in svn_utf__fuzzy_escape()
593 svn_stringbuf_appendbyte(result, digits[(cp & 0xf000) >> 12]); in svn_utf__fuzzy_escape()
594 svn_stringbuf_appendbyte(result, digits[(cp & 0x0f00) >> 8]); in svn_utf__fuzzy_escape()
595 svn_stringbuf_appendbyte(result, digits[(cp & 0x00f0) >> 4]); in svn_utf__fuzzy_escape()
596 svn_stringbuf_appendbyte(result, digits[(cp & 0x000f)]); in svn_utf__fuzzy_escape()
597 svn_stringbuf_appendbyte(result, '}'); in svn_utf__fuzzy_escape()
H A Dquoprint.c95 svn_stringbuf_appendbyte(str, *p); in encode_bytes()
221 svn_stringbuf_appendbyte(str, *inbuf); in decode_bytes()
237 svn_stringbuf_appendbyte(str, c); in decode_bytes()
H A Dx509info.c191 svn_stringbuf_appendbyte(out, '.'); in svn_x509_oid_to_string()
194 svn_stringbuf_appendbyte(out, '0'); in svn_x509_oid_to_string()
275 svn_stringbuf_appendbyte(buf, '='); in get_dn()
H A Dskel.c503 svn_stringbuf_appendbyte(str, ' '); in unparse()
513 svn_stringbuf_appendbyte(str, '('); in unparse()
519 svn_stringbuf_appendbyte(str, ' '); in unparse()
522 svn_stringbuf_appendbyte(str, ')'); in unparse()
H A Dbase64.c173 svn_stringbuf_appendbyte(str, '\n'); in encode_bytes()
204 svn_stringbuf_appendbyte(str, '\n'); in encode_partial_group()
H A Dcmdline.c1409 svn_stringbuf_appendbyte(buf, '^'); in escape_path()
1410 svn_stringbuf_appendbyte(buf, *p); in escape_path()
1418 svn_stringbuf_appendbyte(buf, '^'); in escape_path()
1419 svn_stringbuf_appendbyte(buf, *p); in escape_path()
H A Dlog.c418 svn_stringbuf_appendbyte(pattern_text, ' '); in svn_log__list()
H A Dsubst.c239 svn_stringbuf_appendbyte(value, ' '); in keyword_printf()
242 svn_stringbuf_appendbyte(value, *cur); in keyword_printf()
245 svn_stringbuf_appendbyte(value, *cur); in keyword_printf()
H A Dconfig_file.c294 svn_stringbuf_appendbyte(line, ch); in parser_get_line()
475 svn_stringbuf_appendbyte(ctx->value, ' '); in parse_value_continuation_lines()
H A Dprompt.c567 svn_stringbuf_appendbyte(strbuf, c); in prompt()
H A Dpacked_data.c411 svn_stringbuf_appendbyte(packed, (char)value); in write_packed_uint()
/freebsd-13.1/contrib/subversion/subversion/svn/
H A Dfile-merge.c424 svn_stringbuf_appendbyte(buf, ' '); in prepare_line_for_display()
563 svn_stringbuf_appendbyte(buf, '-'); in get_sep_string()
564 svn_stringbuf_appendbyte(buf, '+'); in get_sep_string()
566 svn_stringbuf_appendbyte(buf, '-'); in get_sep_string()
567 svn_stringbuf_appendbyte(buf, '\n'); in get_sep_string()
H A Dutil.c539 svn_stringbuf_appendbyte(tmp_message, text_mod); in svn_cl__get_log_message()
540 svn_stringbuf_appendbyte(tmp_message, prop_mod); in svn_cl__get_log_message()
541 svn_stringbuf_appendbyte(tmp_message, unlock); in svn_cl__get_log_message()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dlow_level.c406 svn_stringbuf_appendbyte(escaped, esc); in auto_escape_path()
407 svn_stringbuf_appendbyte(escaped, path[i] + 'A' - 1); in auto_escape_path()
411 svn_stringbuf_appendbyte(escaped, path[i]); in auto_escape_path()
436 svn_stringbuf_appendbyte(unescaped, path[++i] + 1 - 'A'); in auto_unescape_path()
438 svn_stringbuf_appendbyte(unescaped, path[i]); in auto_unescape_path()
1090 svn_stringbuf_appendbyte(buf, '\n'); in write_change_entry()
H A Dcaching.c65 default : svn_stringbuf_appendbyte(normalized, c); in normalize_key_part()
/freebsd-13.1/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c70 svn_stringbuf_appendbyte(strbuf, '\n'); in write_prop_to_stringbuf()
73 svn_stringbuf_appendbyte(strbuf, '\n'); in write_prop_to_stringbuf()
80 svn_stringbuf_appendbyte(strbuf, '\n'); in write_prop_to_stringbuf()
83 svn_stringbuf_appendbyte(strbuf, '\n'); in write_prop_to_stringbuf()
102 svn_stringbuf_appendbyte(*strbuf, '\n'); in write_propdel_to_stringbuf()
105 svn_stringbuf_appendbyte(*strbuf, '\n'); in write_propdel_to_stringbuf()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlow_level.c620 svn_stringbuf_appendbyte(buf, '\n'); in write_change_entry()
1139 svn_stringbuf_appendbyte(str, ' '); in svn_fs_fs__unparse_representation()
1141 svn_stringbuf_appendbyte(str, ' '); in svn_fs_fs__unparse_representation()
1169 svn_stringbuf_appendbyte(str, ' '); in svn_fs_fs__unparse_representation()
1171 svn_stringbuf_appendbyte(str, ' '); in svn_fs_fs__unparse_representation()
H A Dcaching.c62 default : svn_stringbuf_appendbyte(normalized, c); in normalize_key_part()
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_string.h320 svn_stringbuf_appendbyte(svn_stringbuf_t *targetstr,
/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Dauthz_parse.c638 svn_stringbuf_appendbyte(pattern, '*'); in parse_rule_path()
679 svn_stringbuf_appendbyte(buf, '\n'); in check_unique_rule()
684 svn_stringbuf_appendbyte(buf, '@' + seg->kind); in check_unique_rule()
686 svn_stringbuf_appendbyte(buf, '\n'); in check_unique_rule()
H A Dload.c401 svn_stringbuf_appendbyte(linebuf, c); in parse_format_version()
/freebsd-13.1/contrib/subversion/subversion/libsvn_diff/
H A Dparse-diff.c191 svn_stringbuf_appendbyte(buf, add ? '+' : '-'); in add_or_delete_single_line()
193 svn_stringbuf_appendbyte(buf, '\n'); in add_or_delete_single_line()
958 svn_stringbuf_appendbyte(input, *s); in parse_pretty_mergeinfo_line()
970 svn_stringbuf_appendbyte(input, *s); in parse_pretty_mergeinfo_line()
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dadd.c734 svn_stringbuf_appendbyte(config_auto_prop_pattern, *ch); in svn_client__get_all_auto_props()
743 svn_stringbuf_appendbyte(config_auto_prop_val, *ch); in svn_client__get_all_auto_props()
H A Dcopy.c198 svn_stringbuf_appendbyte(sb, '\"'); in maybe_quote()
203 svn_stringbuf_appendbyte(sb, '\\'); in maybe_quote()
205 svn_stringbuf_appendbyte(sb, *c); in maybe_quote()
208 svn_stringbuf_appendbyte(sb, '\"'); in maybe_quote()
/freebsd-13.1/contrib/subversion/subversion/svnsync/
H A Dsync.c159 svn_stringbuf_appendbyte(new_str, '\n'); in remove_r0_mergeinfo()

12