Home
last modified time | relevance | path

Searched refs:CONFIG_ (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dconfdata.c250 if (memcmp(line + 2, CONFIG_, strlen(CONFIG_))) in conf_read_simple()
252 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple()
259 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()
265 sym = sym_lookup(line + 2 + strlen(CONFIG_), 0); in conf_read_simple()
281 } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) { in conf_read_simple()
282 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple()
293 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
299 sym = sym_lookup(line + strlen(CONFIG_), 0); in conf_read_simple()
426 fprintf(out, "#define %s%s \"", CONFIG_, name); in conf_write_string()
428 fprintf(out, "%s%s=\"", CONFIG_, name); in conf_write_string()
[all …]
H A Dmconf.c313 _("Enter " CONFIG_ " (sub)string to search for " in search_conf()
314 "(with or without \"" CONFIG_ "\")"), in search_conf()
328 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf()
329 dialog_input += strlen(CONFIG_); in search_conf()
H A Dnconf.c704 _("Enter " CONFIG_ " (sub)string to search for " in search_conf()
705 "(with or without \"" CONFIG_ "\")"), in search_conf()
720 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf()
721 dialog_input += strlen(CONFIG_); in search_conf()
1229 str_printf(&help, "%s%s:\n\n", CONFIG_, menu->sym->name); in show_help()
H A Dlkc.h44 #ifndef CONFIG_
45 #define CONFIG_ "CONFIG_" macro
H A Dconf.c428 printf("%s%s\n", CONFIG_, sym->name); in check_conf()
H A Dmenu.c600 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help()