| /src/external/cddl/osnet/dist/lib/libuutil/common/ |
| uu_strtoint.c | 42 strtoint(const char *s_arg, uint64_t *out, uint32_t base, int sign) function 199 if (strtoint(s, &val_u, base, 1) == -1) 269 if (strtoint(s, &val, base, 0) == -1)
|
| /src/sbin/newfs_lfs/ |
| newfs.c | 107 static int strtoint(const char *, const char *, int, int); 254 bitwidth = strtoint("bit width", optarg, 32, 64); 447 strtoint(const char *desc, const char *arg, int min, int max) function
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| speed.c | 4922 static int strtoint(const char *str, const int min_val, const int upper_val, function 5005 if (strtoint(sstrsep(&p, sep), 0, ALGOR_NUM, &alg)) { 5012 if (strtoint(tk, 0, OSSL_NELEM(rsa_results), &k)) { 5030 if (strtoint(tk, 0, OSSL_NELEM(dsa_results), &k)) { 5042 if (strtoint(tk, 0, OSSL_NELEM(ecdsa_results), &k)) { 5053 if (strtoint(tk, 0, OSSL_NELEM(ecdh_results), &k)) { 5062 if (strtoint(tk, 0, OSSL_NELEM(eddsa_results), &k)) { 5076 if (strtoint(tk, 0, OSSL_NELEM(sm2_results), &k)) { 5090 if (strtoint(tk, 0, OSSL_NELEM(ffdh_results), &k)) { 5099 if (strtoint(tk, 0, OSSL_NELEM(kems_results), &k)) [all...] |
| /src/external/bsd/libevent/dist/ |
| evdns.c | 425 static int strtoint(const char *const str); 3390 strtoint(const char *const str) function 3418 int r = strtoint(str); 3494 const int ndots = strtoint(val); 3530 int retries = strtoint(val); 3537 int randcase = strtoint(val); 3561 int buf = strtoint(val); 3567 int buf = strtoint(val);
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| evdns.c | 423 static int strtoint(const char *const str); 3388 strtoint(const char *const str) function 3416 int r = strtoint(str); 3492 const int ndots = strtoint(val); 3528 int retries = strtoint(val); 3535 int randcase = strtoint(val); 3559 int buf = strtoint(val); 3565 int buf = strtoint(val);
|