tarfs_str2int64
if (tarfs_str2int64(hdrp->checksum, sizeof(hdrp->checksum), &hdrsum) != 0) {
if (tarfs_str2int64(hdrp->mode, sizeof(hdrp->mode), &num) != 0 ||
if (tarfs_str2int64(hdrp->uid, sizeof(hdrp->uid), &num) != 0 ||
if (tarfs_str2int64(hdrp->gid, sizeof(hdrp->gid), &num) != 0 ||
if (tarfs_str2int64(hdrp->size, sizeof(hdrp->size), &num) != 0 ||
if (tarfs_str2int64(hdrp->mtime, sizeof(hdrp->mtime), &num) != 0) {
if (tarfs_str2int64(hdrp->major, sizeof(hdrp->major), &num) != 0 ||
if (tarfs_str2int64(hdrp->minor, sizeof(hdrp->minor), &num) != 0 ||
if (tarfs_str2int64(hdrp->major, sizeof(hdrp->major), &num) != 0 ||
if (tarfs_str2int64(hdrp->minor, sizeof(hdrp->minor), &num) != 0 ||