Standardize the printf format for st_size

Peter Eisentraut <peter@eisentraut.org>

Commit: c005eb00e7d878cb869854f592103f774e15d01e
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2020-09-24T19:04:21Z
Releases: 14.0
Standardize the printf format for st_size

Existing code used various inconsistent ways to printf struct stat's
st_size member.  The type of that is off_t, which is in most cases a
signed 64-bit integer, so use the long long int format for it.

Files