Searched refs:strtoint (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | speed.c | 4824 static int strtoint(const char *str, const int min_val, const int upper_val, in strtoint() function 4907 if (strtoint(sstrsep(&p, sep), 0, ALGOR_NUM, &alg)) { in do_multi() 4914 if (strtoint(tk, 0, OSSL_NELEM(rsa_results), &k)) { in do_multi() 4932 if (strtoint(tk, 0, OSSL_NELEM(dsa_results), &k)) { in do_multi() 4944 if (strtoint(tk, 0, OSSL_NELEM(ecdsa_results), &k)) { in do_multi() 4955 if (strtoint(tk, 0, OSSL_NELEM(ecdh_results), &k)) { in do_multi() 4964 if (strtoint(tk, 0, OSSL_NELEM(eddsa_results), &k)) { in do_multi() 4978 if (strtoint(tk, 0, OSSL_NELEM(sm2_results), &k)) { in do_multi() 4992 if (strtoint(tk, 0, OSSL_NELEM(ffdh_results), &k)) { in do_multi() 5001 if (strtoint(tk, 0, OSSL_NELEM(kems_results), &k)) { in do_multi() [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evdns.c | 421 static int strtoint(const char *const str); 3386 strtoint(const char *const str) in strtoint() function 3414 int r = strtoint(str); in strtoint_clipped() 3490 const int ndots = strtoint(val); in evdns_base_set_option_impl() 3526 int retries = strtoint(val); in evdns_base_set_option_impl() 3533 int randcase = strtoint(val); in evdns_base_set_option_impl() 3557 int buf = strtoint(val); in evdns_base_set_option_impl() 3563 int buf = strtoint(val); in evdns_base_set_option_impl()
|
/freebsd/contrib/libevent/ |
H A D | evdns.c | 421 static int strtoint(const char *const str); 3386 strtoint(const char *const str) in strtoint() function 3414 int r = strtoint(str); in strtoint_clipped() 3490 const int ndots = strtoint(val); in evdns_base_set_option_impl() 3526 int retries = strtoint(val); in evdns_base_set_option_impl() 3533 int randcase = strtoint(val); in evdns_base_set_option_impl() 3557 int buf = strtoint(val); in evdns_base_set_option_impl() 3563 int buf = strtoint(val); in evdns_base_set_option_impl()
|