GIT_PATH_FUNC     493 attr.c         static GIT_PATH_FUNC(git_path_info_attributes, INFOATTRIBUTES_FILE)
GIT_PATH_FUNC     431 bisect.c       static GIT_PATH_FUNC(git_path_bisect_names, "BISECT_NAMES")
GIT_PATH_FUNC     754 cache.h        #define GIT_PATH_FUNC(func, filename) \
GIT_PATH_FUNC    2174 dir.c          static GIT_PATH_FUNC(git_path_info_exclude, "info/exclude")
GIT_PATH_FUNC     580 rerere.c       static GIT_PATH_FUNC(git_path_rr_cache, "rr-cache")
GIT_PATH_FUNC      24 sequencer.c    static GIT_PATH_FUNC(git_path_todo_file, SEQ_TODO_FILE)