PRIuMAX 101 alloc.c fprintf(stderr, "%10s: %8u (%"PRIuMAX" kB)\n", PRIuMAX 292 builtin/cat-file.c printf("dangling %"PRIuMAX"\n%s\n", PRIuMAX 296 builtin/cat-file.c printf("loop %"PRIuMAX"\n%s\n", PRIuMAX 300 builtin/cat-file.c printf("notdir %"PRIuMAX"\n%s\n", PRIuMAX 313 builtin/cat-file.c printf("symlink %"PRIuMAX"\n%s\n", PRIuMAX 465 builtin/commit.c git_path("next-index-%"PRIuMAX, PRIuMAX 257 builtin/gc.c strbuf_addf(&sb, "%"PRIuMAX" %s", PRIuMAX 381 builtin/gc.c die(_("gc is already running on machine '%s' pid %"PRIuMAX" (use --force if not)"), PRIuMAX 1573 builtin/index-pack.c printf("%s %-6s %lu %lu %"PRIuMAX, PRIuMAX 66 builtin/mktag.c return error("char%"PRIuMAX": could not find next \"\\n\"", PRIuMAX 70 builtin/mktag.c return error("char%"PRIuMAX": no \"tag \" found", PRIuMAX 76 builtin/mktag.c return error("char%"PRIuMAX": type too long", PRIuMAX 94 builtin/mktag.c return error("char%"PRIuMAX": could not verify tag name", PRIuMAX 102 builtin/mktag.c return error("char%"PRIuMAX": could not find \"tagger \"", PRIuMAX 115 builtin/mktag.c return error("char%"PRIuMAX": malformed tagger field", PRIuMAX 120 builtin/mktag.c return error("char%"PRIuMAX": missing tagger name", PRIuMAX 126 builtin/mktag.c return error("char%"PRIuMAX": missing tag timestamp", PRIuMAX 130 builtin/mktag.c return error("char%"PRIuMAX": malformed tag timestamp", PRIuMAX 138 builtin/mktag.c return error("char%"PRIuMAX": malformed tag timezone", PRIuMAX 144 builtin/mktag.c return error("char%"PRIuMAX": trailing garbage in tag header", PRIuMAX 1527 builtin/receive-pack.c s = sprintf(keep_arg, "--keep=receive-pack %"PRIuMAX" on ", (uintmax_t) getpid()); PRIuMAX 203 bulk-checkin.c header_len = sprintf((char *)obuf, "%s %" PRIuMAX, PRIuMAX 91 daemon.c fprintf(stderr, "[%"PRIuMAX"] ", (uintmax_t)getpid()); PRIuMAX 800 daemon.c loginfo("[%"PRIuMAX"] Disconnected%s", (uintmax_t)pid, dead); PRIuMAX 1380 daemon.c write_file(pid_file, "%"PRIuMAX, (uintmax_t) getpid()); PRIuMAX 1707 diff.c fprintf(options->file, " %s%"PRIuMAX"%s", PRIuMAX 1710 diff.c fprintf(options->file, "%s%"PRIuMAX"%s", PRIuMAX 1744 diff.c fprintf(options->file, " %*"PRIuMAX"%s", PRIuMAX 1816 diff.c "%"PRIuMAX"\t%"PRIuMAX"\t", PRIuMAX 396 fast-import.c fprintf(rpt, " commit clock: %" PRIuMAX "\n", b->last_commit); PRIuMAX 410 fast-import.c char *loc = git_pathdup("fast_import_crash_%"PRIuMAX, (uintmax_t) getpid()); PRIuMAX 425 fast-import.c fprintf(rpt, " fast-import process: %"PRIuMAX"\n", (uintmax_t) getpid()); PRIuMAX 426 fast-import.c fprintf(rpt, " parent process : %"PRIuMAX"\n", (uintmax_t) getppid()); PRIuMAX 456 fast-import.c fprintf(rpt, " %2lu) %6" PRIuMAX" %s\n", PRIuMAX 690 fast-import.c die("mark :%" PRIuMAX " not declared", orig_idnum); PRIuMAX 1186 fast-import.c hdrlen = snprintf((char *)out_buf, out_sz, "blob %" PRIuMAX, len) + 1; PRIuMAX 1209 fast-import.c die("EOF in data (%" PRIuMAX " bytes remaining)", len); PRIuMAX 1793 fast-import.c fprintf(f, ":%" PRIuMAX " %s\n", base + k, PRIuMAX 2514 fast-import.c die("Mark :%" PRIuMAX " not a commit", commit_mark); PRIuMAX 2618 fast-import.c die("Mark :%" PRIuMAX " not a commit", idnum); PRIuMAX 2662 fast-import.c die("Mark :%" PRIuMAX " not a commit", idnum); PRIuMAX 3476 fast-import.c fprintf(stderr, "Alloc'd objects: %10" PRIuMAX "\n", alloc_count); PRIuMAX 3477 fast-import.c fprintf(stderr, "Total objects: %10" PRIuMAX " (%10" PRIuMAX " duplicates )\n", total_count, duplicate_count); PRIuMAX 3478 fast-import.c fprintf(stderr, " blobs : %10" PRIuMAX " (%10" PRIuMAX " duplicates %10" PRIuMAX " deltas of %10" PRIuMAX" attempts)\n", object_count_by_type[OBJ_BLOB], duplicate_count_by_type[OBJ_BLOB], delta_count_by_type[OBJ_BLOB], delta_count_attempts_by_type[OBJ_BLOB]); PRIuMAX 3479 fast-import.c fprintf(stderr, " trees : %10" PRIuMAX " (%10" PRIuMAX " duplicates %10" PRIuMAX " deltas of %10" PRIuMAX" attempts)\n", object_count_by_type[OBJ_TREE], duplicate_count_by_type[OBJ_TREE], delta_count_by_type[OBJ_TREE], delta_count_attempts_by_type[OBJ_TREE]); PRIuMAX 3480 fast-import.c fprintf(stderr, " commits: %10" PRIuMAX " (%10" PRIuMAX " duplicates %10" PRIuMAX " deltas of %10" PRIuMAX" attempts)\n", object_count_by_type[OBJ_COMMIT], duplicate_count_by_type[OBJ_COMMIT], delta_count_by_type[OBJ_COMMIT], delta_count_attempts_by_type[OBJ_COMMIT]); PRIuMAX 3481 fast-import.c fprintf(stderr, " tags : %10" PRIuMAX " (%10" PRIuMAX " duplicates %10" PRIuMAX " deltas of %10" PRIuMAX" attempts)\n", object_count_by_type[OBJ_TAG], duplicate_count_by_type[OBJ_TAG], delta_count_by_type[OBJ_TAG], delta_count_attempts_by_type[OBJ_TAG]); PRIuMAX 3483 fast-import.c fprintf(stderr, " marks: %10" PRIuMAX " (%10" PRIuMAX " unique )\n", (((uintmax_t)1) << marks->shift) * 1024, marks_set_count); PRIuMAX 3485 fast-import.c fprintf(stderr, "Memory total: %10" PRIuMAX " KiB\n", (total_allocd + alloc_count*sizeof(struct object_entry))/1024); PRIuMAX 3487 fast-import.c fprintf(stderr, " objects: %10" PRIuMAX " KiB\n", (alloc_count*sizeof(struct object_entry))/1024); PRIuMAX 741 fetch-pack.c "--keep=fetch-pack %"PRIuMAX " on ", (uintmax_t) getpid()); PRIuMAX 295 git-compat-util.h #ifndef PRIuMAX PRIuMAX 300 git-compat-util.h #define SCNuMAX PRIuMAX PRIuMAX 90 http-backend.c format_write(1, "%s: %" PRIuMAX "\r\n", name, value); PRIuMAX 115 pack-check.c "from %s at offset %"PRIuMAX"", PRIuMAX 121 pack-check.c err = error("cannot unpack %s from %s at offset %"PRIuMAX"", PRIuMAX 35 sha1_file.c #define SZ_FMT PRIuMAX PRIuMAX 744 sha1_file.c die("attempting to mmap %"PRIuMAX" over limit %"PRIuMAX, PRIuMAX 1996 sha1_file.c error("unknown object type %i at offset %"PRIuMAX" in %s", PRIuMAX 2256 sha1_file.c trace_printf_key(&pack_access, "%s %"PRIuMAX"\n", PRIuMAX 2321 sha1_file.c "at offset %"PRIuMAX" from %s", PRIuMAX 2362 sha1_file.c error("unknown object type %i at offset %"PRIuMAX" in %s", PRIuMAX 2395 sha1_file.c " at offset %"PRIuMAX" from %s", PRIuMAX 2415 sha1_file.c "at offset %"PRIuMAX" from %s", PRIuMAX 2799 sha1_file.c error("failed to read object %s at offset %"PRIuMAX" from %s", PRIuMAX 78 show-index.c printf("%" PRIuMAX " %s (%08"PRIx32")\n", PRIuMAX 104 test-chmtime.c printf("%"PRIuMAX"\t%s\n", mtime, argv[i]); PRIuMAX 77 vcs-svn/fast_export.c printf("data %"PRIuMAX"\n", (uintmax_t)loglen); PRIuMAX 114 vcs-svn/fast_export.c printf("data %"PRIuMAX"\n", PRIuMAX 239 vcs-svn/fast_export.c printf("data %"PRIuMAX"\n", (uintmax_t)data->len); PRIuMAX 255 vcs-svn/fast_export.c printf("data %"PRIuMAX"\n", (uintmax_t) len); PRIuMAX 38 vcs-svn/sliding_window.c "%"PRIuMAX" > OFF_MAX", len); PRIuMAX 41 vcs-svn/sliding_window.c "%"PRIuMAX" + %"PRIuMAX" > OFF_MAX", PRIuMAX 152 vcs-svn/svndiff.c return error("unrepresentable offset in delta: %"PRIuMAX"", val); PRIuMAX 163 vcs-svn/svndiff.c return error("unrepresentable length in delta: %"PRIuMAX"", val); PRIuMAX 22 wrapper.c error("attempting to allocate %"PRIuMAX" over limit %"PRIuMAX, PRIuMAX 26 wrapper.c die("attempting to allocate %"PRIuMAX" over limit %"PRIuMAX,