opt_long
if (!opt_long(opt_arg(), &n)
int opt_long(const char *arg, long *result);
if (!opt_long(value, &l))
if ((ret = opt_long(value, &m)))
if (!opt_long(arg, &lval))
opt_long(opt_arg(), &nsec);
opt_long(opt_arg(), &maxage);
if (!opt_long(opt_arg(), &scrypt_N) || scrypt_N <= 0)
if (!opt_long(opt_arg(), &scrypt_r) || scrypt_r <= 0)
if (!opt_long(opt_arg(), &scrypt_p) || scrypt_p <= 0)
if ((scaled_num == 0) && (!opt_long(argv[0], &num) || num <= 0))