Searched refs:kstrtoull (Results 1 – 2 of 2) sorted by relevance
/lib/ |
D | kstrtox.c | 123 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull() function 129 EXPORT_SYMBOL(kstrtoull); 160 rv = kstrtoull(s, base, &tmp); in kstrtoll() 177 rv = kstrtoull(s, base, &tmp); in _kstrtoul() 224 rv = kstrtoull(s, base, &tmp); in kstrtouint() 270 rv = kstrtoull(s, base, &tmp); in kstrtou16() 300 rv = kstrtoull(s, base, &tmp); in kstrtou8() 339 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()
|