strbuf_check_branch_ref  161 branch.c       	if (strbuf_check_branch_ref(ref, name))
strbuf_check_branch_ref  706 builtin/branch.c 	if (strbuf_check_branch_ref(&oldref, oldname)) {
strbuf_check_branch_ref   45 builtin/check-ref-format.c 	if (strbuf_check_branch_ref(&sb, arg))
strbuf_check_branch_ref  203 builtin/worktree.c 	else if (!opts->detach && !strbuf_check_branch_ref(&symref, refname) &&
strbuf_check_branch_ref  510 strbuf.h       extern int strbuf_check_branch_ref(struct strbuf *sb, const char *name);