Searched refs:base10 (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/libfido2/examples/ |
H A D | extern.h | 19 int base10(const char *, long long *);
|
H A D | cred.c | 179 if (base10(optarg, &ms) < 0) in main() 180 errx(1, "base10: %s", optarg); in main() 203 if (base10(optarg, &cred_protect) < 0) in main() 204 errx(1, "base10: %s", optarg); in main()
|
H A D | assert.c | 203 if (base10(optarg, &ms) < 0) in main()
|
H A D | util.c | 36 base10(const char *str, long long *ll) in base10() function
|
/freebsd/contrib/libfido2/tools/ |
H A D | extern.h | 101 int base10(const char *);
|
H A D | config.c | 98 if ((len = base10(pinlen)) < 0 || len > 63) { in config_pin_minlen()
|
H A D | cred_verify.c | 120 if ((cred_prot = base10(optarg)) < 0) in cred_verify()
|
H A D | cred_make.c | 163 if ((cred_protect = base10(optarg)) < 0) in cred_make()
|
H A D | util.c | 105 base10(const char *str) in base10() function
|
/freebsd/crypto/openssl/test/ |
H A D | bntest.c | 34 const char *base10; member 2055 || !TEST_true(BN_asc2bn(&bn, test->base10))) in test_mpi()
|