Searched refs:strtobool (Results 1 – 3 of 3) sorted by relevance
13 int strtobool(const char *s, bool *res);
48 int strtobool(const char *s, bool *res) in strtobool() function
164 err = strtobool(value, &bool_value); in prog_config__bool()