check_refname_format  334 branch.c       		    check_refname_format(sb.buf, 0))
check_refname_format   82 builtin/check-ref-format.c 	if (check_refname_format(refname, flags))
check_refname_format 1019 builtin/checkout.c 	if (!check_refname_format(new->path, 0) &&
check_refname_format  895 builtin/receive-pack.c 	if (!starts_with(name, "refs/") || check_refname_format(name + 5, 0)) {
check_refname_format  725 builtin/reflog.c 	if (check_refname_format(argv[start], REFNAME_ALLOW_ONELEVEL))
check_refname_format  140 builtin/replace.c 	if (check_refname_format(ref, 0))
check_refname_format  136 builtin/show-ref.c 		if (check_refname_format(ref, 0)) {
check_refname_format  546 builtin/tag.c  	return check_refname_format(sb->buf, 0);
check_refname_format   69 builtin/update-ref.c 	if (check_refname_format(ref.buf, REFNAME_ALLOW_ONELEVEL))
check_refname_format   26 connect.c      	if ((flags & REF_NORMAL) && check_refname_format(name, 0))
check_refname_format   70 connect.c      	if (check_refname_format(sym, REFNAME_ALLOW_ONELEVEL) ||
check_refname_format   71 connect.c      	    check_refname_format(target, REFNAME_ALLOW_ONELEVEL))
check_refname_format  137 environment.c  	if (check_refname_format(buf.buf, 0))
check_refname_format  731 fast-import.c  	if (check_refname_format(name, REFNAME_ALLOW_ONELEVEL))
check_refname_format  534 fetch-pack.c   		    check_refname_format(ref->name, 0))
check_refname_format  753 fsck.c         	if (check_refname_format(sb.buf, 0)) {
check_refname_format  555 notes-merge.c  	else if (!check_refname_format(o->local_ref, 0) &&
check_refname_format  569 notes-merge.c  		if (!check_refname_format(o->remote_ref, 0)) {
check_refname_format  361 refs.c         	    check_refname_format(refname, REFNAME_ALLOW_ONELEVEL))
check_refname_format 1254 refs.c         			if (check_refname_format(refname, REFNAME_ALLOW_ONELEVEL)) {
check_refname_format 1423 refs.c         			if (check_refname_format(refname.buf,
check_refname_format 1597 refs.c         	if (check_refname_format(refname, REFNAME_ALLOW_ONELEVEL)) {
check_refname_format 1667 refs.c         					!check_refname_format(buffer, 0)) {
check_refname_format 1742 refs.c         		if (check_refname_format(buf, REFNAME_ALLOW_ONELEVEL)) {
check_refname_format 2739 refs.c         	if (check_refname_format(r->name, 0))
check_refname_format 4008 refs.c         	    check_refname_format(refname, REFNAME_ALLOW_ONELEVEL)) {
check_refname_format  285 refs.h         extern int check_refname_format(const char *refname, int flags);
check_refname_format  590 remote.c       			else if (!check_refname_format(rs[i].src, flags))
check_refname_format  599 remote.c       			else if (!check_refname_format(rs[i].dst, flags))
check_refname_format  614 remote.c       				if (check_refname_format(rs[i].src, flags))
check_refname_format  627 remote.c       				if (check_refname_format(rs[i].src, flags))
check_refname_format  632 remote.c       				if (check_refname_format(rs[i].dst, flags))
check_refname_format 1944 remote.c       			    check_refname_format((*rmp)->peer_ref->name, 0)) {
check_refname_format 2179 remote.c       	if (check_refname_format(refname + 5, 0))
check_refname_format 1185 sha1_name.c    	return check_refname_format(sb->buf, 0);
check_refname_format  798 transport.c    		if (check_refname_format(remote,
check_refname_format  191 walker.c       	if (!check_refname_format(target, 0)) {