Lines Matching refs:CONFIG_
250 if (memcmp(line + 2, CONFIG_, strlen(CONFIG_))) in conf_read_simple()
252 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple()
259 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()
265 sym = sym_lookup(line + 2 + strlen(CONFIG_), 0); in conf_read_simple()
281 } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) { in conf_read_simple()
282 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple()
293 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
299 sym = sym_lookup(line + strlen(CONFIG_), 0); in conf_read_simple()
426 fprintf(out, "#define %s%s \"", CONFIG_, name); in conf_write_string()
428 fprintf(out, "%s%s=\"", CONFIG_, name); in conf_write_string()
454 CONFIG_, sym->name); in conf_write_symbol()
457 fprintf(out, "%s%s=m\n", CONFIG_, sym->name); in conf_write_symbol()
460 fprintf(out, "%s%s=y\n", CONFIG_, sym->name); in conf_write_symbol()
470 fprintf(out, "%s%s=%s\n", CONFIG_, sym->name, str); in conf_write_symbol()
836 CONFIG_, sym->name); in conf_write_autoconf()
838 CONFIG_, sym->name); in conf_write_autoconf()
843 CONFIG_, sym->name); in conf_write_autoconf()
845 CONFIG_, sym->name); in conf_write_autoconf()
856 CONFIG_, sym->name, str); in conf_write_autoconf()
862 CONFIG_, sym->name, str); in conf_write_autoconf()