Lines Matching refs:CONFIG_
429 if (memcmp(line + 2, CONFIG_, strlen(CONFIG_))) in conf_read_simple()
431 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple()
438 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()
444 sym = sym_lookup(line + 2 + strlen(CONFIG_), 0); in conf_read_simple()
460 } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) { in conf_read_simple()
461 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple()
472 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
481 conf_touch_dep(line + strlen(CONFIG_)); in conf_read_simple()
687 fprintf(fp, "# %s%s is not set\n", CONFIG_, sym->name); in __print_symbol()
696 fprintf(fp, "%s%s=%s\n", CONFIG_, sym->name, val); in __print_symbol()
752 fprintf(fp, "#define %s%s%s %s%s\n", CONFIG_, sym->name, sym_suffix, in print_symbol_for_c()
790 fprintf(fp, "--cfg=%s%s\n", CONFIG_, sym->name); in print_symbol_for_rustccfg()
811 fprintf(fp, "--cfg=%s%s=%s\n", CONFIG_, sym->name, val); in print_symbol_for_rustccfg()