Searched refs:kstrtos8 (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/lib/ |
H A D | kstrtox.c | 309 int kstrtos8(const char *s, unsigned int base, s8 *res) kstrtos8() function 322 EXPORT_SYMBOL(kstrtos8); variable 347 kstrto_from_user(kstrtos8_from_user, kstrtos8, s8);
|
H A D | test-kstrtox.c | 668 TEST_OK(kstrtos8, s8, "%hhd", test_s8_ok); test_kstrtos8_ok() 707 TEST_FAIL(kstrtos8, s8, "%hhd", test_s8_fail); test_kstrtos8_fail()
|
/linux-4.1.27/include/linux/ |
H A D | kernel.h | 357 int __must_check kstrtos8(const char *s, unsigned int base, s8 *res);
|
Completed in 132 milliseconds