Lines Matching refs:CONFIG_
316 if (memcmp(line + 2, CONFIG_, strlen(CONFIG_))) in conf_read_simple()
318 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple()
325 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()
331 sym = sym_lookup(line + 2 + strlen(CONFIG_), 0); in conf_read_simple()
347 } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) { in conf_read_simple()
348 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple()
359 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
365 sym = sym_lookup(line + strlen(CONFIG_), 0); in conf_read_simple()
498 CONFIG_, sym->name); in kconfig_print_symbol()
506 fprintf(fp, "%s%s=%s\n", CONFIG_, sym->name, value); in kconfig_print_symbol()
557 CONFIG_, sym->name, suffix); in header_print_symbol()
567 CONFIG_, sym->name, prefix, value); in header_print_symbol()
573 CONFIG_, sym->name, value); in header_print_symbol()
619 fprintf(fp, "%s%s=%c\n", CONFIG_, sym->name, (char)toupper(*value)); in tristate_print_symbol()