Searched refs:svn_stringbuf_chop (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/svn/ |
| H A D | file-merge.c | 381 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 D | svn_string.h | 295 svn_stringbuf_chop(svn_stringbuf_t *str, apr_size_t nbytes);
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | stream.c | 373 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 D | prompt.c | 522 svn_stringbuf_chop(strbuf, 1); in prompt()
|
| H A D | string.c | 496 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 D | authz_parse.c | 627 svn_stringbuf_chop(pattern, 1); in parse_rule_path()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_ra_serf/ |
| H A D | util.c | 182 svn_stringbuf_chop(buf, 2); in convert_organisation_to_str()
|