ull_oct
if (ull_oct(arcn->sb.st_size, hd->size, sizeof(hd->size), 3)) {
bad_mtime = ull_oct(arcn->sb.st_mtime < 0 ? 0 : arcn->sb.st_mtime,
if (ull_oct(arcn->sb.st_size, hd->size, sizeof(hd->size), 1)) {
ull_oct(arcn->sb.st_mtime < 0 ? 0 : arcn->sb.st_mtime, hd->mtime,
static int ull_oct(unsigned long long, char *, int, int);