real_path         283 builtin/clone.c 	ref_git = xstrdup(real_path(item->string));
real_path         353 builtin/init-db.c 		git_link = xstrdup(real_path(git_dir));
real_path         354 builtin/init-db.c 		set_git_dir(real_path(real_git_dir));
real_path         357 builtin/init-db.c 		set_git_dir(real_path(git_dir));
real_path         518 builtin/init-db.c 		real_git_dir = xstrdup(real_path(real_git_dir));
real_path         589 builtin/init-db.c 			git_work_tree_cfg = xstrdup(real_path(rel));
real_path         251 builtin/worktree.c 	write_file(sb.buf, "%s", real_path(sb_git.buf));
real_path         253 builtin/worktree.c 		   real_path(get_git_common_dir()), name);
real_path         923 cache.h        const char *real_path(const char *path);
real_path          40 editor.c       		const char *args[] = { editor, real_path(path), NULL };
real_path         232 environment.c  		new_work_tree = real_path(new_work_tree);
real_path         240 environment.c  	work_tree = xstrdup(real_path(new_work_tree));
real_path          57 setup.c        			if (strcmp(real_path(path0), work_tree) == 0) {
real_path          66 setup.c        	if (strcmp(real_path(path0), work_tree) == 0) {
real_path         260 setup.c        		strbuf_addstr(sb, real_path(path.buf));
real_path         346 setup.c        		git_dir = real_path(get_git_dir());
real_path         524 setup.c        	path = real_path(dir);
real_path         640 setup.c        		set_git_dir(real_path(gitdirenv));
real_path         664 setup.c        			gitdir = xstrdup(real_path(gitdir));
real_path         672 setup.c        		set_git_dir(offset == cwd->len ? gitdir : real_path(gitdir));
real_path         772 setup.c        		const char *real_path = real_path_if_valid(ceil);
real_path         773 setup.c        		if (!real_path)
real_path         776 setup.c        		item->string = xstrdup(real_path);
real_path         278 sha1_file.c    		strbuf_addstr(&pathbuf, real_path(relative_base));
real_path        1025 submodule.c    	const char *real_work_tree = xstrdup(real_path(work_tree));
real_path          55 test-path-utils.c 			puts(real_path(argv[2]));
real_path        1403 transport.c    	other = xstrdup(real_path(e->base));