Home
last modified time | relevance | path

Searched defs:kstrtobool (Results 1 – 2 of 2) sorted by relevance

/linux/lib/
H A Dkstrtox.c348 int kstrtobool(const char *s, bool *res) in kstrtobool() function
/linux/rust/kernel/
H A Dstr.rs766 pub fn kstrtobool(string: &CStr) -> Result<bool> { in kstrtobool() function