Searched refs:warn_to_stderr (Results  1 – 2 of 2) sorted by relevance
| /Zephyr-latest/scripts/kconfig/ | 
| D | kconfig.py | 46     kconf = Kconfig(args.kconfig_file, warn_to_stderr=False,
  | 
| D | kconfiglib.py | 867     def __init__(self, filename="Kconfig", warn=True, warn_to_stderr=True,  argument 947             self._init(filename, warn, warn_to_stderr, encoding) 959     def _init(self, filename, warn, warn_to_stderr, encoding):  argument 971         self.warn_to_stderr = warn_to_stderr 2028         self.warn_to_stderr = True 2035         self.warn_to_stderr = False 2094             "printing of warnings to stderr " + status(self.warn_to_stderr), 4017         if self.warn_to_stderr:
  |