Home
last modified time | relevance | path

Searched refs:kstrtos64 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/lib/
Dtest-kstrtox.c377 TEST_OK(kstrtos64, s64, "%lld", test_s64_ok); in test_kstrtos64_ok()
390 TEST_FAIL(kstrtos64, s64, "%lld", test_s64_fail); in test_kstrtos64_fail()
/linux-4.4.14/include/linux/
Dkernel.h340 static inline int __must_check kstrtos64(const char *s, unsigned int base, s64 *res) in kstrtos64() function