Searched refs:strtobool (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/include/linux/ | ||
D | string.h | 13 int strtobool(const char *s, bool *res); |
/linux-6.12.1/tools/lib/ | ||
D | string.c | 48 int strtobool(const char *s, bool *res) in strtobool() function |