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.h204 kstrtou64(const char *cp, unsigned int base, u64 *res) in kstrtou64() function
221 return (kstrtou64(cp, base, (uint64_t *)res)); in kstrtoull()