HomeSort by: relevance | last modified time | path
    Searched refs:base10 (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/libfido2/dist/examples/
extern.h 19 int base10(const char *, long long *);
cred.c 185 if (base10(optarg, &ms) < 0)
186 errx(1, "base10: %s", optarg);
192 if (base10(optarg, &ea) < 0)
193 errx(1, "base10: %s", optarg);
215 if (base10(optarg, &cred_protect) < 0)
216 errx(1, "base10: %s", optarg);
assert.c 203 if (base10(optarg, &ms) < 0)
204 errx(1, "base10: %s", optarg);
util.c 36 base10(const char *str, long long *ll) function
  /src/lib/libc/compat/net/
compat_ns_addr.c 108 int i, ibase, base16 = 0, base10 = 0; local
160 base10 = 1;
182 } else if (base10 == 0 && *buf == '0') {
185 base10 = 1;
199 else if (base10)
210 else if (base10)
  /src/external/bsd/libfido2/dist/tools/
extern.h 101 int base10(const char *);
cred_make.c 161 if ((ea = base10(optarg)) < 0)
168 if ((cred_protect = base10(optarg)) < 0)
config.c 98 if ((len = base10(pinlen)) < 0 || len > 63) {
cred_verify.c 120 if ((cred_prot = base10(optarg)) < 0)
util.c 106 base10(const char *str) function
  /src/crypto/external/apache2/openssl/dist/test/
bntest.c 37 const char *base10; member in struct:mpitest_st
1939 || !TEST_true(BN_asc2bn(&bn, test->base10)))
2208 || !TEST_true(BN_asc2bn(&bn, test->base10)))
  /src/crypto/external/bsd/openssl/dist/test/
bntest.c 34 const char *base10; member in struct:mpitest_st
2055 || !TEST_true(BN_asc2bn(&bn, test->base10)))
  /src/crypto/external/bsd/openssl.old/dist/test/
bntest.c 38 const char *base10; member in struct:mpitest_st
2051 || !TEST_true(BN_asc2bn(&bn, test->base10)))

Completed in 126 milliseconds