Home
last modified time | relevance | path

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

/tools/include/linux/
Dstring.h13 int strtobool(const char *s, bool *res);
/tools/lib/
Dstring.c48 int strtobool(const char *s, bool *res) in strtobool() function
/tools/perf/util/
Dbpf-loader.c164 err = strtobool(value, &bool_value); in prog_config__bool()