xfopen 573 builtin/am.c fp = xfopen(am_path(state, "rewritten"), "r"); xfopen 675 builtin/am.c fp = xfopen(*paths, "r"); xfopen 1315 builtin/am.c fp = xfopen(am_path(state, "info"), "r"); xfopen 1379 builtin/am.c FILE *fp = xfopen(mail, "r"); xfopen 1453 builtin/am.c fp = xfopen(am_path(state, "patch"), "w"); xfopen 1487 builtin/am.c fp = xfopen(am_path(state, "patch"), "w"); xfopen 1740 builtin/am.c FILE *fp = xfopen(am_path(state, "rewritten"), "a"); xfopen 729 git-compat-util.h extern FILE *xfopen(const char *path, const char *mode);