strip_path_suffix 931 cache.h char *strip_path_suffix(const char *path, const char *suffix); strip_path_suffix 26 exec_cmd.c !(prefix = strip_path_suffix(argv0_path, GIT_EXEC_PATH)) && strip_path_suffix 27 exec_cmd.c !(prefix = strip_path_suffix(argv0_path, BINDIR)) && strip_path_suffix 28 exec_cmd.c !(prefix = strip_path_suffix(argv0_path, "git"))) { strip_path_suffix 112 test-path-utils.c char *prefix = strip_path_suffix(argv[2], argv[3]);