system_path       484 attr.c         		system_wide = system_path(ETC_GITATTRIBUTES);
system_path       324 builtin/help.c 	char *git_man_path = system_path(GIT_MAN_PATH);
system_path       377 builtin/help.c 	setenv("INFOPATH", system_path(GIT_INFO_PATH), 1);
system_path       388 builtin/help.c 		html_path = to_free = system_path(GIT_HTML_PATH);
system_path       130 builtin/init-db.c 		template_dir = to_free = system_path(DEFAULT_GIT_TEMPLATE_DIR);
system_path      1156 config.c       		system_wide = system_path(ETC_GITCONFIG);
system_path        82 exec_cmd.c     	return system_path(GIT_EXEC_PATH);
system_path        12 exec_cmd.h     extern char *system_path(const char *path);
system_path        99 git.c          			puts(system_path(GIT_HTML_PATH));
system_path       102 git.c          			puts(system_path(GIT_MAN_PATH));
system_path       105 git.c          			puts(system_path(GIT_INFO_PATH));