is_dir_sep        100 abspath.c      			if (sb.len && !is_dir_sep(sb.buf[sb.len - 1]))
is_dir_sep        182 builtin/clone.c 	for (ptr = start; ptr < end && !is_dir_sep(*ptr); ptr++) {
is_dir_sep        190 builtin/clone.c 	while (start < end && (is_dir_sep(end[-1]) || isspace(end[-1])))
is_dir_sep        192 builtin/clone.c 	if (end - start > 5 && is_dir_sep(end[-5]) &&
is_dir_sep        195 builtin/clone.c 		while (start < end && is_dir_sep(end[-1]))
is_dir_sep        223 builtin/clone.c 	while (start < ptr && !is_dir_sep(ptr[-1]) && ptr[-1] != ':')
is_dir_sep        271 builtin/clone.c 	while (dir < end - 1 && is_dir_sep(end[-1]))
is_dir_sep        872 builtin/grep.c 		if (len > 4 && is_dir_sep(pager[len - 5]))
is_dir_sep         34 builtin/mv.c   		       to_copy > 0 && is_dir_sep(result[i][to_copy - 1]))
is_dir_sep        224 builtin/mv.c   		else if (is_dir_sep(dst[strlen(dst) - 1]))
is_dir_sep        171 builtin/worktree.c 	while (len && is_dir_sep(path[len - 1]))
is_dir_sep        175 builtin/worktree.c 		if (is_dir_sep(*name)) {
is_dir_sep        920 cache.h        	return is_dir_sep(path[0]) || has_dos_drive_prefix(path);
is_dir_sep         11 compat/basename.c 		if (is_dir_sep(*path))
is_dir_sep       1925 compat/mingw.c 	else if (is_dir_sep(path[0]) && is_dir_sep(path[1])) {
is_dir_sep       1934 compat/mingw.c 		} while (*pos && !is_dir_sep(*pos));
is_dir_sep       1939 compat/mingw.c 	return offset + is_dir_sep(path[offset]);
is_dir_sep        367 compat/mingw.h 		if (is_dir_sep(*path))
is_dir_sep         34 compat/win32/dirent.c 	if (len && !is_dir_sep(pattern[len - 1]))
is_dir_sep       2053 dir.c          	if (is_dir_sep(dir[-1]))
is_dir_sep       2054 dir.c          		return is_dir_sep(subdir[-1]) ? offset : -1;
is_dir_sep       2057 dir.c          	return is_dir_sep(*subdir) ? offset + 1 : -1;
is_dir_sep         48 exec_cmd.c     	while (argv0 <= slash && !is_dir_sep(*slash))
is_dir_sep        338 git-compat-util.h #ifndef is_dir_sep
is_dir_sep        349 git-compat-util.h 	return is_dir_sep(path[0]);
is_dir_sep         48 name-hash.c    	while (namelen > 0 && !is_dir_sep(ce->name[namelen - 1]))
is_dir_sep         68 path.c         		(is_dir_sep(buf[len]) || buf[len] == '\0');
is_dir_sep         75 path.c         	if (strncmp(buf, dir, len) || !is_dir_sep(buf[len]))
is_dir_sep         77 path.c         	while (is_dir_sep(buf[len]))
is_dir_sep         85 path.c         	int need_sep = (buf->buf[len] && !is_dir_sep(buf->buf[len])) &&
is_dir_sep         86 path.c         		!is_dir_sep(newdir[newlen - 1]);
is_dir_sep        174 path.c         	if (buf->len && !is_dir_sep(buf->buf[buf->len - 1]))
is_dir_sep        558 path.c         		if (is_dir_sep(prefix[i])) {
is_dir_sep        559 path.c         			while (is_dir_sep(prefix[i]))
is_dir_sep        561 path.c         			while (is_dir_sep(in[j]))
is_dir_sep        582 path.c         		} else if (is_dir_sep(in[j])) {
is_dir_sep        584 path.c         			while (is_dir_sep(in[j]))
is_dir_sep        596 path.c         		if (is_dir_sep(prefix[i])) {
is_dir_sep        598 path.c         			while (is_dir_sep(prefix[i]))
is_dir_sep        617 path.c         		if (is_dir_sep(prefix[i])) {
is_dir_sep        619 path.c         			while (is_dir_sep(prefix[i]))
is_dir_sep        625 path.c         	if (!is_dir_sep(prefix[prefix_len - 1]))
is_dir_sep        648 path.c         		if (is_dir_sep(prefix[i])) {
is_dir_sep        649 path.c         			if (!is_dir_sep(in[j]))
is_dir_sep        651 path.c         			while (is_dir_sep(prefix[i]))
is_dir_sep        653 path.c         			while (is_dir_sep(in[j]))
is_dir_sep        666 path.c         	    !is_dir_sep(prefix[i-1]) && !is_dir_sep(in[j])
is_dir_sep        669 path.c         	while (is_dir_sep(in[j]))
is_dir_sep        713 path.c         	if (is_dir_sep(*src)) {
is_dir_sep        715 path.c         		while (is_dir_sep(*src))
is_dir_sep        734 path.c         			} else if (is_dir_sep(src[1])) {
is_dir_sep        737 path.c         				while (is_dir_sep(*src))
is_dir_sep        745 path.c         				} else if (is_dir_sep(src[2])) {
is_dir_sep        748 path.c         					while (is_dir_sep(*src))
is_dir_sep        756 path.c         		while ((c = *src++) != '\0' && !is_dir_sep(c))
is_dir_sep        758 path.c         		if (is_dir_sep(c)) {
is_dir_sep        760 path.c         			while (is_dir_sep(c))
is_dir_sep        832 path.c         	while (len && is_dir_sep(path[len - 1]))
is_dir_sep        850 path.c         		if (is_dir_sep(path[path_len - 1])) {
is_dir_sep        851 path.c         			if (!is_dir_sep(suffix[suffix_len - 1]))
is_dir_sep        860 path.c         	if (path_len && !is_dir_sep(path[path_len - 1]))
is_dir_sep        931 path.c         		if (!name[len] || name[len] == '\\' || is_dir_sep(name[len])) {
is_dir_sep        783 read-cache.c   	if (*rest == '\0' || is_dir_sep(*rest))
is_dir_sep        800 read-cache.c   		if (rest[1] == '\0' || is_dir_sep(rest[1]))
is_dir_sep        817 read-cache.c   		if (is_dir_sep(c)) {
is_dir_sep        825 read-cache.c   			    is_dir_sep(c) || c == '\0')
is_dir_sep        121 sha1_file.c    		while (*slash && !is_dir_sep(*slash))
is_dir_sep        128 sha1_file.c    		while (is_dir_sep(*next_component))
is_dir_sep        651 strbuf.c       		if (sb->len > orig_len && !is_dir_sep(sb->buf[sb->len - 1]))
is_dir_sep        631 utf8.c         	if (c && !is_dir_sep(c))