Lines Matching refs:CONFIG_
417 if (memcmp(line + 2, CONFIG_, strlen(CONFIG_))) in conf_read_simple()
419 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple()
426 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()
432 sym = sym_lookup(line + 2 + strlen(CONFIG_), 0); in conf_read_simple()
448 } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) { in conf_read_simple()
449 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple()
460 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
469 conf_touch_dep(line + strlen(CONFIG_)); in conf_read_simple()
602 CONFIG_, sym->name); in kconfig_print_symbol()
610 fprintf(fp, "%s%s=%s\n", CONFIG_, sym->name, value); in kconfig_print_symbol()
661 CONFIG_, sym->name, suffix); in header_print_symbol()
671 CONFIG_, sym->name, prefix, value); in header_print_symbol()
677 CONFIG_, sym->name, value); in header_print_symbol()