Searched refs:kstrtoull (Results 1 – 2 of 2) sorted by relevance
/lib/ |
D | kstrtox.c | 122 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull() function 128 EXPORT_SYMBOL(kstrtoull); 159 rv = kstrtoull(s, base, &tmp); in kstrtoll() 176 rv = kstrtoull(s, base, &tmp); in _kstrtoul() 223 rv = kstrtoull(s, base, &tmp); in kstrtouint() 269 rv = kstrtoull(s, base, &tmp); in kstrtou16() 299 rv = kstrtoull(s, base, &tmp); in kstrtou8() 402 kstrto_from_user(kstrtoull_from_user, kstrtoull, unsigned long long);
|
D | test-kstrtox.c | 152 TEST_OK(kstrtoull, unsigned long long, "%llu", test_ull_ok); in test_kstrtoull_ok() 234 TEST_FAIL(kstrtoull, unsigned long long, "%llu", test_ull_fail); in test_kstrtoull_fail()
|