Lines Matching refs:CONFIG_
420 if (memcmp(line + 2, CONFIG_, strlen(CONFIG_))) in conf_read_simple()
422 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple()
429 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()
435 sym = sym_lookup(line + 2 + strlen(CONFIG_), 0); in conf_read_simple()
451 } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) { in conf_read_simple()
452 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple()
463 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
472 conf_touch_dep(line + strlen(CONFIG_)); in conf_read_simple()
682 fprintf(fp, "# %s%s is not set\n", CONFIG_, sym->name); in __print_symbol()
691 fprintf(fp, "%s%s=%s\n", CONFIG_, sym->name, val); in __print_symbol()
747 fprintf(fp, "#define %s%s%s %s%s\n", CONFIG_, sym->name, sym_suffix, in print_symbol_for_c()