Lines Matching refs:CONFIG_
433 if (memcmp(line + 2, CONFIG_, strlen(CONFIG_)))
435 p = strchr(line + 2 + strlen(CONFIG_), ' ');
442 sym = sym_find(line + 2 + strlen(CONFIG_));
446 line + 2 + strlen(CONFIG_));
452 sym = sym_lookup(line + 2 + strlen(CONFIG_), 0);
468 } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) {
469 p = strchr(line + strlen(CONFIG_), '=');
480 sym = sym_find(line + strlen(CONFIG_));
489 conf_touch_dep(line + strlen(CONFIG_));
493 line + strlen(CONFIG_));
704 fprintf(fp, "# %s%s is not set\n", CONFIG_, sym->name);
713 fprintf(fp, "%s%s=%s\n", CONFIG_, sym->name, val);
769 fprintf(fp, "#define %s%s%s %s%s\n", CONFIG_, sym->name, sym_suffix,
807 fprintf(fp, "--cfg=%s%s\n", CONFIG_, sym->name);
828 fprintf(fp, "--cfg=%s%s=%s\n", CONFIG_, sym->name, val);