fopen 372 attr.c FILE *fp = fopen(path, "r"); fopen 438 bisect.c FILE *fp = fopen(filename, "r"); fopen 667 bisect.c fp = fopen(filename, "r"); fopen 900 bisect.c FILE *fp = fopen(filename, "r"); fopen 333 builtin/am.c fp = fopen(filename, "r"); fopen 783 builtin/am.c in = fopen(*paths, "r"); fopen 791 builtin/am.c out = fopen(mail, "w"); fopen 872 builtin/am.c fp = fopen(*paths, "r"); fopen 4289 builtin/apply.c rej = fopen(namebuf, "w"); fopen 2062 builtin/blame.c FILE *fp = fopen(graft_file, "r"); fopen 339 builtin/clone.c FILE *in = fopen(src->buf, "r"); fopen 763 builtin/commit.c s->fp = fopen(git_path(commit_editmsg), "w"); fopen 1686 builtin/commit.c fp = fopen(git_path_merge_head(), "r"); fopen 883 builtin/fast-export.c f = fopen(file, "w"); fopen 908 builtin/fast-export.c FILE *f = fopen(input_file, "r"); fopen 598 builtin/fetch.c fp = fopen(filename, "a"); fopen 839 builtin/fetch.c FILE *fp = fopen(filename, "w"); fopen 696 builtin/fmt-merge-msg.c in = fopen(inpath, "r"); fopen 257 builtin/fsck.c if (!(f = fopen(filename, "w"))) fopen 228 builtin/gc.c fp = fopen(pidfile_path, "r"); fopen 562 builtin/grep.c patterns = from_stdin ? stdin : fopen(arg, "r"); fopen 991 builtin/mailinfo.c cmitmsg = fopen(msg, "w"); fopen 996 builtin/mailinfo.c patchfile = fopen(patch, "w"); fopen 165 builtin/mailsplit.c f = fopen(file, "r"); fopen 195 builtin/mailsplit.c FILE *f = !strcmp(file, "-") ? stdin : fopen(file, "r"); fopen 95 builtin/merge-file.c FILE *f = to_stdout ? stdout : fopen(fpath, "wb"); fopen 869 builtin/merge.c fp = fopen(filename, "a"); fopen 379 builtin/pull.c if (!(fp = fopen(filename, "r"))) fopen 170 commit.c FILE *fp = fopen(graft_file, "r"); fopen 20 compat/fopen.c return fopen(path, mode); fopen 22 compat/fopen.c if (!(fp = fopen(path, mode))) fopen 106 compat/terminal.c input_fh = fopen(INPUT_PATH, "r" FORCE_TEXT); fopen 110 compat/terminal.c output_fh = fopen(OUTPUT_PATH, "w" FORCE_TEXT); fopen 1089 config.c f = fopen(filename, "r"); fopen 2270 config.c if (!(config_file = fopen(config_filename, "rb"))) { fopen 520 contrib/examples/builtin-fetch--tool.c fp = fopen(filename, "a"); fopen 538 contrib/examples/builtin-fetch--tool.c fp = fopen(filename, "a"); fopen 19 credential-store.c fh = fopen(fn, "r"); fopen 3959 diff.c options->file = fopen(optarg, "w"); fopen 4659 diff.c options->file = fopen("/dev/null", "w"); fopen 411 fast-import.c FILE *rpt = fopen(loc, "w"); fopen 1833 fast-import.c FILE *f = fopen(import_marks_file, "r"); fopen 3220 fast-import.c pack_edges = fopen(edges, "a"); fopen 641 git-compat-util.h #ifdef fopen fopen 1360 http.c result = fopen(tmpfile.buf, "a"); fopen 1598 http.c preq->packfile = fopen(preq->tmpfile, "a"); fopen 51 ident.c mailname = fopen("/etc/mailname", "r"); fopen 189 mailmap.c f = fopen(filename, "r"); fopen 1308 refs.c f = fopen(packed_refs_file, "r"); fopen 3737 refs.c logfp = fopen(git_path("logs/%s", refname), "r"); fopen 3838 refs.c logfp = fopen(git_path("logs/%s", refname), "r"); fopen 127 remote-testsvn.c FILE *marksfile = fopen(marksfilename, "w+"); fopen 148 remote-testsvn.c marksfile = fopen(marksfilename, "r"); fopen 151 remote-testsvn.c marksfile = fopen(marksfilename, "r"); fopen 253 remote.c FILE *f = fopen(git_path("remotes/%s", remote->name), "r"); fopen 303 remote.c FILE *f = fopen(git_path("branches/%.*s", n, remote->name), "r"); fopen 38 rerere.c FILE *in = fopen(git_path_merge_rr(), "r"); fopen 240 rerere.c io.input = fopen(path, "r"); fopen 246 rerere.c io.io.output = fopen(output, "w"); fopen 347 rerere.c io.io.output = fopen(output, "w"); fopen 458 rerere.c f = fopen(path, "w"); fopen 877 sequencer.c f = fopen(git_path_head_file(), "r"); fopen 134 server-info.c fp = fopen(infofile, "r"); fopen 412 sha1_file.c in = fopen(alts, "r"); fopen 58 shallow.c if (!*path || (fp = fopen(path, "r")) == NULL) { fopen 105 transport.c FILE *f = fopen(packed_refs, "r"); fopen 14 vcs-svn/line_buffer.c buf->infile = filename ? fopen(filename, "r") : stdin; fopen 355 wrapper.c FILE *fp = fopen(path, mode); fopen 986 wt-status.c FILE *fp = fopen(git_path("%s", filename), "r"); fopen 1074 wt-status.c FILE *f = fopen(git_path("%s", fname), "r"); fopen 170 xdiff-interface.c if ((f = fopen(filename, "rb")) == NULL)