Searched refs:_true_values (Results 1 – 1 of 1) sorted by relevance
1064 const char * const _true_values[] = { "y", "yes", "on", "true", NULL }; in _str_to_bool() local1067 if (_str_in_array(str, _true_values)) in _str_to_bool()