Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/lvm2/dist/lib/config/
Dconfig.c1064 const char * const _true_values[] = { "y", "yes", "on", "true", NULL }; in _str_to_bool() local
1067 if (_str_in_array(str, _true_values)) in _str_to_bool()