Lines Matching refs:CONFIG_
314 if (memcmp(line + 2, CONFIG_, strlen(CONFIG_))) in conf_read_simple()
316 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple()
323 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()
329 sym = sym_lookup(line + 2 + strlen(CONFIG_), 0); in conf_read_simple()
345 } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) { in conf_read_simple()
346 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple()
357 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
363 sym = sym_lookup(line + strlen(CONFIG_), 0); in conf_read_simple()
495 CONFIG_, sym->name); in kconfig_print_symbol()
503 fprintf(fp, "%s%s=%s\n", CONFIG_, sym->name, value); in kconfig_print_symbol()
554 CONFIG_, sym->name, suffix); in header_print_symbol()
564 CONFIG_, sym->name, prefix, value); in header_print_symbol()
570 CONFIG_, sym->name, value); in header_print_symbol()
616 fprintf(fp, "%s%s=%c\n", CONFIG_, sym->name, (char)toupper(*value)); in tristate_print_symbol()