Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/scripts/kconfig/
Dkconfiglib.py6027 comp = _strcmp(v1.str_value, v2.str_value)
6035 comp = _strcmp(v1.str_value, v2.str_value)
6361 def _strcmp(s1, s2): function