Home
last modified time | relevance | path

Searched refs:opt_intmax (Results 1 – 5 of 5) sorted by relevance

/openssl/test/
H A Decstresstest.c131 if (!opt_intmax(NUM_REPEATS, &num_repeats)) { in setup_tests()
139 if (!opt_intmax(opt_arg(), &num_repeats) in setup_tests()
/openssl/apps/lib/
H A Dopt.c598 int opt_intmax(const char *value, ossl_intmax_t *result) in opt_intmax() function
655 int opt_intmax(const char *value, ossl_intmax_t *result) in opt_intmax() function
776 if (!opt_intmax(opt_arg(), &t)) in opt_verify()
975 if (!opt_intmax(arg, &imval)) in opt_next()
/openssl/apps/include/
H A Dopt.h418 int opt_intmax(const char *arg, ossl_intmax_t *result);
/openssl/doc/internal/man3/
H A DOPTIONS.pod9 opt_int, opt_int_arg, opt_long, opt_ulong, opt_intmax, opt_uintmax,
45 int opt_intmax(const char *value, intmax_t *result);
260 opt_int(), opt_long(), opt_ulong(), opt_intmax(), and opt_uintmax(). They all
/openssl/apps/
H A Dx509.c587 if (!opt_intmax(opt_arg(), &temp)) in x509_main()

Completed in 13 milliseconds