Searched refs:conf_warning (Results 1 – 1 of 1) sorted by relevance
/external/toybox/kconfig/ |
D | confdata.c | 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() [all …]
|