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

  /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)
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/examples/
util.c 36 base10(const char *str, long long *ll) function
util.c 36 base10(const char *str, long long *ll) function
  /src/external/bsd/libfido2/dist/tools/
util.c 106 base10(const char *str) function
util.c 106 base10(const char *str) function
  /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)))
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)))
bntest.c 38 const char *base10; member in struct:mpitest_st
2051 || !TEST_true(BN_asc2bn(&bn, test->base10)))
  /src/crypto/external/apache2/openssl/dist/test/
bntest.c 37 const char *base10; member in struct:mpitest_st
1985 || !TEST_true(BN_asc2bn(&bn, test->base10)))
2254 || !TEST_true(BN_asc2bn(&bn, test->base10)))
bntest.c 37 const char *base10; member in struct:mpitest_st
1985 || !TEST_true(BN_asc2bn(&bn, test->base10)))
2254 || !TEST_true(BN_asc2bn(&bn, test->base10)))

Completed in 86 milliseconds