Home
last modified time | relevance | path

Searched refs:strip_suffix_mem (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/cgit/cgit-1.2.3/git/
H A Dstrbuf.h537 if (strip_suffix_mem(sb->buf, &sb->len, suffix)) { in strbuf_strip_suffix()
H A Dgit-compat-util.h562 static inline int strip_suffix_mem(const char *buf, size_t *len, in strip_suffix_mem() function
582 return strip_suffix_mem(str, len, suffix); in strip_suffix()
H A Dpackfile.c359 strip_suffix_mem(buf.buf, &buf.len, ".pack"); in unlink_pack_path()
704 if (!strip_suffix_mem(path, &path_len, ".idx")) in add_packed_git()
848 if (strip_suffix_mem(full_name, &base_len, ".idx") && in prepare_pack()
/dports/devel/cgit/cgit-1.2.3/
H A Dscan-tree.c134 strip_suffix_mem(repo->url, &urllen, "/"); in add_repo()
/dports/devel/git-gui/git-2.34.1/
H A Dstrbuf.h567 if (strip_suffix_mem(sb->buf, &sb->len, suffix)) { in strbuf_strip_suffix()
H A Dgit-compat-util.h589 static inline int strip_suffix_mem(const char *buf, size_t *len, in strip_suffix_mem() function
609 return strip_suffix_mem(str, len, suffix); in strip_suffix()
H A Dpackfile.c371 strip_suffix_mem(buf.buf, &buf.len, ".pack"); in unlink_pack_path()
701 if (!strip_suffix_mem(path, &path_len, ".idx")) in add_packed_git()
842 if (strip_suffix_mem(full_name, &base_len, ".idx") && in prepare_pack()
H A Dhttp.c1875 if (!strip_suffix_mem(got->buf, &new_len, tail)) in update_url_from_redirect()
/dports/devel/git-p4/git-2.34.1/
H A Dstrbuf.h567 if (strip_suffix_mem(sb->buf, &sb->len, suffix)) { in strbuf_strip_suffix()
H A Dgit-compat-util.h589 static inline int strip_suffix_mem(const char *buf, size_t *len, in strip_suffix_mem() function
609 return strip_suffix_mem(str, len, suffix); in strip_suffix()
H A Dpackfile.c371 strip_suffix_mem(buf.buf, &buf.len, ".pack"); in unlink_pack_path()
701 if (!strip_suffix_mem(path, &path_len, ".idx")) in add_packed_git()
842 if (strip_suffix_mem(full_name, &base_len, ".idx") && in prepare_pack()
H A Dhttp.c1875 if (!strip_suffix_mem(got->buf, &new_len, tail)) in update_url_from_redirect()
/dports/devel/git-svn/git-2.34.1/
H A Dstrbuf.h567 if (strip_suffix_mem(sb->buf, &sb->len, suffix)) { in strbuf_strip_suffix()
H A Dgit-compat-util.h589 static inline int strip_suffix_mem(const char *buf, size_t *len, in strip_suffix_mem() function
609 return strip_suffix_mem(str, len, suffix); in strip_suffix()
H A Dpackfile.c371 strip_suffix_mem(buf.buf, &buf.len, ".pack"); in unlink_pack_path()
701 if (!strip_suffix_mem(path, &path_len, ".idx")) in add_packed_git()
842 if (strip_suffix_mem(full_name, &base_len, ".idx") && in prepare_pack()
H A Dhttp.c1875 if (!strip_suffix_mem(got->buf, &new_len, tail)) in update_url_from_redirect()
/dports/devel/git/git-2.34.1/
H A Dstrbuf.h567 if (strip_suffix_mem(sb->buf, &sb->len, suffix)) { in strbuf_strip_suffix()
H A Dgit-compat-util.h589 static inline int strip_suffix_mem(const char *buf, size_t *len, in strip_suffix_mem() function
609 return strip_suffix_mem(str, len, suffix); in strip_suffix()
H A Dpackfile.c371 strip_suffix_mem(buf.buf, &buf.len, ".pack"); in unlink_pack_path()
701 if (!strip_suffix_mem(path, &path_len, ".idx")) in add_packed_git()
842 if (strip_suffix_mem(full_name, &base_len, ".idx") && in prepare_pack()
H A Dhttp.c1875 if (!strip_suffix_mem(got->buf, &new_len, tail)) in update_url_from_redirect()
/dports/devel/git-cvs/git-2.34.1/
H A Dstrbuf.h567 if (strip_suffix_mem(sb->buf, &sb->len, suffix)) { in strbuf_strip_suffix()
H A Dgit-compat-util.h589 static inline int strip_suffix_mem(const char *buf, size_t *len, in strip_suffix_mem() function
609 return strip_suffix_mem(str, len, suffix); in strip_suffix()
H A Dpackfile.c371 strip_suffix_mem(buf.buf, &buf.len, ".pack"); in unlink_pack_path()
701 if (!strip_suffix_mem(path, &path_len, ".idx")) in add_packed_git()
842 if (strip_suffix_mem(full_name, &base_len, ".idx") && in prepare_pack()
H A Dhttp.c1875 if (!strip_suffix_mem(got->buf, &new_len, tail)) in update_url_from_redirect()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dclone.c284 strip_suffix_mem(start, &len, is_bundle ? ".bundle" : ".git"); in guess_dir_name()

12