Lines Matching refs:conf_warning
20 static void conf_warning(const char *fmt, ...)
34 static void conf_warning(const char *fmt, ...) in conf_warning() function
174 conf_warning("trying to assign nonexistent symbol %s", line + 2 + strlen(CONFIG_PREFIX)); in conf_read_simple()
183 conf_warning("trying to reassign symbol %s", sym->name); in conf_read_simple()
198 conf_warning("unexpected data"); in conf_read_simple()
214 conf_warning("trying to assign nonexistent symbol %s", line + 7); in conf_read_simple()
223 conf_warning("trying to reassign symbol %s", sym->name); in conf_read_simple()
244 conf_warning("symbol value '%s' invalid for %s", p, sym->name); in conf_read_simple()
264 conf_warning("invalid string found"); in conf_read_simple()
274 conf_warning("symbol value '%s' invalid for %s", p, sym->name); in conf_read_simple()
286 conf_warning("unexpected data"); in conf_read_simple()
296 conf_warning("%s creates inconsistent choice state", sym->name); in conf_read_simple()
302 conf_warning("%s creates inconsistent choice state", sym->name); in conf_read_simple()