Searched refs:opt_intmax (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/test/ |
D | ecstresstest.c | 131 if (!opt_intmax(NUM_REPEATS, &num_repeats)) { in setup_tests() 139 if (!opt_intmax(opt_arg(), &num_repeats) in setup_tests()
|
/third_party/openssl/apps/lib/ |
D | opt.c | 568 int opt_intmax(const char *value, ossl_intmax_t *result) in opt_intmax() function 625 int opt_intmax(const char *value, ossl_intmax_t *result) in opt_intmax() function 741 if (!opt_intmax(opt_arg(), &t)) in opt_verify() 940 if (!opt_intmax(arg, &imval)) in opt_next()
|
/third_party/openssl/apps/include/ |
D | opt.h | 378 int opt_intmax(const char *arg, ossl_intmax_t *result);
|
/third_party/openssl/doc/internal/man3/ |
D | OPTIONS.pod | 9 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
|
/third_party/openssl/apps/ |
D | x509.c | 568 if (!opt_intmax(opt_arg(), &temp)) in x509_main()
|