Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h226 kstrtou64(const char *cp, unsigned int base, uint64_t *res) in kstrtou64() function
246 return (kstrtou64(cp, base, (uint64_t *)res)); in kstrtoull()