git_pathdup       836 bisect.c       	char *filename = git_pathdup("BISECT_ANCESTORS_OK");
git_pathdup       181 builtin/add.c  	char *file = git_pathdup("ADD_EDIT.patch");
git_pathdup       504 builtin/config.c 		given_config_source.file = git_pathdup("config");
git_pathdup       247 builtin/fsck.c 			char *filename = git_pathdup("lost-found/%s/%s",
git_pathdup       222 builtin/gc.c   	pidfile_path = git_pathdup("gc.pid");
git_pathdup       171 builtin/notes.c 		d->edit_path = git_pathdup("NOTES_EDITMSG");
git_pathdup       280 builtin/replace.c 	char *tmpfile = git_pathdup("REPLACE_EDITOBJ");
git_pathdup       474 builtin/tag.c  		path = git_pathdup("TAG_EDITMSG");
git_pathdup       738 cache.h        extern char *git_pathdup(const char *fmt, ...)
git_pathdup       759 cache.h        			ret = git_pathdup(filename); \
git_pathdup      1256 config.c       	repo_config = git_pathdup("config");
git_pathdup      1972 config.c       		config_filename = filename_buf = git_pathdup("config");
git_pathdup      2261 config.c       		config_filename = filename_buf = git_pathdup("config");
git_pathdup       410 fast-import.c  	char *loc = git_pathdup("fast_import_crash_%"PRIuMAX, (uintmax_t) getpid());
git_pathdup       167 http-backend.c 	char *p = git_pathdup("%s", name);
git_pathdup       298 notes-merge.c  	char *path = git_pathdup(NOTES_MERGE_WORKTREE "/%s", sha1_to_hex(obj));
git_pathdup      1296 refs.c         		packed_refs_file = git_pathdup("packed-refs");
git_pathdup      1494 refs.c         		: git_pathdup("%s", refname);
git_pathdup      3497 refs.c         	char *git_HEAD = git_pathdup("%s", ref_target);
git_pathdup      4594 refs.c         	log_file = git_pathdup("logs/%s", refname);
git_pathdup        78 server-info.c  	char *path = git_pathdup("info/refs");
git_pathdup       404 sha1_file.c    	char *alts = git_pathdup("objects/info/alternates");
git_pathdup      1032 unpack-trees.c 		char *sparse = git_pathdup("info/sparse-checkout");