Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py6071 comp = _strcmp(v1.str_value, v2.str_value)
6079 comp = _strcmp(v1.str_value, v2.str_value)
6405 def _strcmp(s1, s2): function