Searched refs:strtobool (Results 1 – 8 of 8) sorted by relevance
13 int strtobool(const char *s, bool *res);
48 int strtobool(const char *s, bool *res) in strtobool() function
150 static inline int strtobool(const char *s, bool *res) in strtobool() function
278 int rc = strtobool(buf, &flush); in deep_flush_store()533 int rc = strtobool(buf, &ro); in read_only_store()
388 rc = strtobool(buf, &write_cache); in write_cache_store()
1341 int rc = strtobool(buf, &force_raw); in force_raw_store()
1155 if (strtobool(buf, &enable)) in force_no_mitm_write()
402 err = strtobool(value, &bool_value); in prog_config__bool()
Completed in 24 milliseconds