Home
last modified time | relevance | path

Searched refs:svn_stringbuf_chop (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/svn/
H A Dfile-merge.c381 svn_stringbuf_chop(buf, 2); in prepare_line_for_display()
385 svn_stringbuf_chop(buf, 1); in prepare_line_for_display()
408 svn_stringbuf_chop(buf, 1); in prepare_line_for_display()
414 svn_stringbuf_chop(buf, (buf->data + buf->len) - last_valid); in prepare_line_for_display()
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_string.h295 svn_stringbuf_chop(svn_stringbuf_t *str, apr_size_t nbytes);
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dstream.c373 svn_stringbuf_chop(str, match - eol); in stream_readline_bytewise()
892 svn_stringbuf_chop(buf, 1); in readline_apr_lf()
918 svn_stringbuf_chop(buf, 1); in readline_apr_lf()
968 svn_stringbuf_chop(buf, buf->data + buf->len - eol_pos); in readline_apr_generic()
H A Dprompt.c522 svn_stringbuf_chop(strbuf, 1); in prompt()
H A Dstring.c496 svn_stringbuf_chop(svn_stringbuf_t *str, apr_size_t nbytes) in svn_stringbuf_chop() function
/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Dauthz_parse.c627 svn_stringbuf_chop(pattern, 1); in parse_rule_path()
/freebsd-13.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil.c182 svn_stringbuf_chop(buf, 2); in convert_organisation_to_str()