PRIuMAX           515 lib/util.c                 g_snprintf (buffer, len + 1, "%" PRIuMAX "%s", size, sfx[j]);
PRIuMAX          1272 lib/util.c                 (f, "%s %ld;%ld;%" PRIuMAX, vfs_path_as_str (filename_vpath), line, column,
PRIuMAX           169 src/filemanager/info.c             tty_printf ("%s - / %" PRIuMAX, _("Free nodes:"), myfs_stats.nodes);
PRIuMAX           171 src/filemanager/info.c             tty_printf ("%s %" PRIuMAX " / -", _("Free nodes:"), myfs_stats.nfree);
PRIuMAX           173 src/filemanager/info.c             tty_printf ("%s %" PRIuMAX " / %" PRIuMAX " (%d%%)",
PRIuMAX          2003 src/vfs/ftpfs/ftpfs.c         vfs_print_message ("%s: %" PRIuMAX "/%" PRIuMAX,
PRIuMAX          1043 src/vfs/shell/shell.c                          "SHELL_FILENAME=%s SHELL_FILESIZE=%" PRIuMAX ";\n", quoted_name,
PRIuMAX          1080 src/vfs/shell/shell.c         vfs_print_message ("%s: %" PRIuMAX "/%" PRIuMAX, _("shell: storing file"),
PRIuMAX          1121 src/vfs/shell/shell.c                          "SHELL_FILENAME=%s SHELL_START_OFFSET=%" PRIuMAX ";\n", quoted_name,
PRIuMAX           194 src/viewer/coord_cache.c                         "entry %8u  offset %8" PRIuMAX
PRIuMAX           195 src/viewer/coord_cache.c                         "  line %8" PRIuMAX "  column %8" PRIuMAX
PRIuMAX           196 src/viewer/coord_cache.c                         "  nroff_column %8" PRIuMAX "\n",
PRIuMAX           208 src/viewer/coord_cache.c                         "offset %8" PRIuMAX "  line %8" PRIuMAX "  column %8" PRIuMAX "\n",
PRIuMAX           216 src/viewer/coord_cache.c         (void) fprintf (f, "nextline_offset %8" PRIuMAX "\n", (uintmax_t) nextline_offset);
PRIuMAX           225 src/viewer/coord_cache.c                             "line %8" PRIuMAX "  column %8" PRIuMAX "  offset %8" PRIuMAX "\n",
PRIuMAX           179 src/viewer/display.c             tty_printf ("%9" PRIuMAX "/%s%s %s", (uintmax_t) view->dpy_end,
PRIuMAX           393 src/viewer/display.c             g_snprintf (r_buff, sizeof (r_buff), "%" PRIuMAX, (uintmax_t) cl);
PRIuMAX           134 tests/lib/strutil/parse_integer.c                    "actual ( %" PRIuMAX ") not equal to\nexpected (%" PRIuMAX ")",
PRIuMAX           251 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     printf ("  size: %" PRIuMAX "\n", (uintmax_t) st->st_size);
PRIuMAX           307 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     printf ("%10" PRIuMAX " ", (uintmax_t) st->st_size);