Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dstring.h13 int strtobool(const char *s, bool *res);
/linux/tools/lib/
H A Dstring.c9 * More specifically, the first copied function was strtobool, which
12 * d0f1fed29e6e ("Add a strtobool function matching semantics of existing in kernel equivalents")
40 * strtobool - convert common user inputs into boolean values
48 int strtobool(const char *s, bool *res) in strtobool() function