mkpath 194 builtin/am.c return mkpath("%s/%s", state->dir, path); mkpath 789 builtin/am.c mail = mkpath("%s/%0*d", state->dir, state->prec, i + 1); mkpath 881 builtin/am.c argv_array_push(&patches, mkpath("%s/%s", series_dir, sb.buf)); mkpath 2408 builtin/am.c argv_array_push(&paths, mkpath("%s/%s", prefix, argv[i])); mkpath 287 builtin/clone.c repo = read_gitfile(mkpath("%s/.git", ref_git)); mkpath 293 builtin/clone.c if (!repo && is_directory(mkpath("%s/.git/objects", ref_git))) { mkpath 297 builtin/clone.c } else if (!is_directory(mkpath("%s/objects", ref_git))) { mkpath 306 builtin/clone.c if (!access(mkpath("%s/shallow", ref_git), F_OK)) mkpath 309 builtin/clone.c if (!access(mkpath("%s/info/grafts", ref_git), F_OK)) mkpath 976 builtin/clone.c if (!access(mkpath("%s/shallow", path), F_OK)) { mkpath 392 builtin/help.c if (stat(mkpath("%s/git.html", html_path), &st) mkpath 96 builtin/prune.c prune_tmp_file(mkpath("%s/%s", path, de->d_name)); mkpath 670 builtin/pull.c merge_branch = mkpath("refs/heads/%s", spec_src); mkpath 672 builtin/pull.c merge_branch = mkpath("refs/remotes/%s/%s", remote, spec_src); mkpath 97 builtin/repack.c if (!file_exists(mkpath("%s/%s.keep", packdir, fname))) mkpath 728 cache.h extern const char *mkpath(const char *fmt, ...) __attribute__((format (printf, 1, 2))); mkpath 2244 refs.c if (!strcmp(full_name, mkpath(*p, abbrev_name_len, abbrev_name))) {