Lines Matching refs:CONFIG_
350 if (memcmp(line + 2, CONFIG_, strlen(CONFIG_))) in conf_read_simple()
352 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple()
359 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()
365 sym = sym_lookup(line + 2 + strlen(CONFIG_), 0); in conf_read_simple()
381 } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) { in conf_read_simple()
382 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple()
393 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
399 sym = sym_lookup(line + strlen(CONFIG_), 0); in conf_read_simple()
532 CONFIG_, sym->name); in kconfig_print_symbol()
540 fprintf(fp, "%s%s=%s\n", CONFIG_, sym->name, value); in kconfig_print_symbol()
591 CONFIG_, sym->name, suffix); in header_print_symbol()
601 CONFIG_, sym->name, prefix, value); in header_print_symbol()
607 CONFIG_, sym->name, value); in header_print_symbol()
653 fprintf(fp, "%s%s=%c\n", CONFIG_, sym->name, (char)toupper(*value)); in tristate_print_symbol()