strsuftoll
in.dbsz = out.dbsz = strsuftoll("block size", arg, 1, UINT_MAX);
cbsz = strsuftoll("conversion record size", arg, 1, UINT_MAX);
cpy_cnt = strsuftoll("block count", arg, 0, LLONG_MAX);
files_cnt = (u_int)strsuftoll("file count", arg, 0, UINT_MAX);
in.dbsz = strsuftoll("input block size", arg, 1, UINT_MAX);
out.dbsz = strsuftoll("output block size", arg, 1, UINT_MAX);
out.offset = strsuftoll("seek blocks", arg, 0, LLONG_MAX);
in.offset = strsuftoll("skip blocks", arg, 0, LLONG_MAX);
progress = strsuftoll("progress blocks", arg, 0, LLONG_MAX);
long long strsuftoll(const char *, const char *, long long, long long);
strsuftoll(const char *desc, const char *val,
__weak_alias(strsuftoll, _strsuftoll)
maxbpg = strsuftoll(
avgfilesize = strsuftoll("average file size", optarg,
avgfpdir = strsuftoll(
logfilesize = strsuftoll("journal log file size",
minfree = strsuftoll("minimum percentage of free space",
secsize = strsuftoll("physical sector size",
long long strsuftoll(const char *, const char *, long long, long long);
bufsize = strsuftoll("write buffer size", optarg,
bufsize = strsuftoll("read buffer size", optarg,
bufsize = strsuftoll("read buffer size", optarg,
buffersize = (size_t) strsuftoll("buffer size", optarg,
filesize = strsuftoll("input size", optarg, 0,
flen = strsuftoll("-d size",
foffset = strsuftoll("-d offset", value,
O->checkpoint_blocks = strsuftoll("checkpoint blocks",
O->length = strsuftoll("length", optarg,
O->end_block = strsuftoll("end block", optarg,
O->window_size = strsuftoll("window size", optarg,
O->blocksize = strsuftoll("block size", optarg,
strsuftoll("block size", argv[2], MIN_BLOCKSIZE,
fss.fss_csize = strsuftoll("cluster size", argv[3], 0, INT_MAX);
bssize = strsuftoll("bs size", argv[4], 0, LLONG_MAX);
strsuftoll("free block percentage",
strsuftoll("free blocks",
strsuftoll("free file percentage",
strsuftoll("free files",
strsuftoll("minimum size", optarg, 1LL, LLONG_MAX);
strsuftoll("maximum size", optarg, 1LL, LLONG_MAX);
strsuftoll("offset", optarg, 0LL, LLONG_MAX);
strsuftoll("size", optarg, 1LL, LLONG_MAX);
(int)strsuftoll("sector size", optarg,
*(type *)options[i].value = (type)strsuftoll(options[i].desc, val, \