Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/linux/
H A Dstring.h13 int strtobool(const char *s, bool *res);
/openbmc/linux/tools/lib/
H A Dstring.c48 int strtobool(const char *s, bool *res) in strtobool() function
/openbmc/linux/include/linux/
H A Dkstrtox.h150 static inline int strtobool(const char *s, bool *res) in strtobool() function