Home
last modified time | relevance | path

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

/trueos/contrib/subversion/subversion/svn/
HDfile-merge.c377 svn_stringbuf_chop(buf, 2); in prepare_line_for_display()
381 svn_stringbuf_chop(buf, 1); in prepare_line_for_display()
404 svn_stringbuf_chop(buf, 1); in prepare_line_for_display()
410 svn_stringbuf_chop(buf, (buf->data + buf->len) - last_valid); in prepare_line_for_display()
/trueos/contrib/subversion/subversion/include/
HDsvn_string.h278 svn_stringbuf_chop(svn_stringbuf_t *str, apr_size_t nbytes);
/trueos/contrib/subversion/subversion/libsvn_subr/
HDprompt.c526 svn_stringbuf_chop(strbuf, 1); in prompt()
HDstring.c481 svn_stringbuf_chop(svn_stringbuf_t *str, apr_size_t nbytes) in svn_stringbuf_chop() function
HDstream.c314 svn_stringbuf_chop(str, match - eol); in stream_readline_bytewise()
/trueos/contrib/subversion/subversion/libsvn_ra_serf/
HDutil.c234 svn_stringbuf_chop(buf, 2); in convert_organisation_to_str()