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