normalize_path_copy  351 builtin/clone.c 		normalize_path_copy(abs_path, abs_path);
normalize_path_copy  929 cache.h        int normalize_path_copy(char *dst, const char *src);
normalize_path_copy  341 refs.c         		result = !normalize_path_copy(buf, refname + strlen("refs/"));
normalize_path_copy  283 sha1_file.c    	normalize_path_copy(pathbuf.buf, pathbuf.buf);
normalize_path_copy  355 sha1_file.c    	normalize_path_copy(objdirbuf.buf, objdirbuf.buf);
normalize_path_copy   21 test-path-utils.c 	if (normalize_path_copy(buf, ceil) < 0)
normalize_path_copy   46 test-path-utils.c 		int rv = normalize_path_copy(buf, argv[2]);
normalize_path_copy   86 test-path-utils.c 		if (normalize_path_copy(path, path))