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