Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Ddsl.py497 def _str_to_bool(s): function
587 self._parse = lambda x: (_str_to_bool(x) if type is bool and isinstance(x, str)
/netbsd-src/external/gpl2/lvm2/dist/lib/config/
H A Dconfig.c1062 static int _str_to_bool(const char *str, int fail) in _str_to_bool() function
1093 return _str_to_bool(v->v.str, fail); in _find_config_bool()