Home
last modified time | relevance | path

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

/linux-6.15/tools/include/linux/
H A Dstring.h13 int strtobool(const char *s, bool *res);
/linux-6.15/tools/lib/
H A Dstring.c48 int strtobool(const char *s, bool *res) in strtobool() function