Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dlkc.h39 #ifndef CONFIG_
40 #define CONFIG_ "CONFIG_" macro
44 return getenv( "CONFIG_" ) ?: CONFIG_; in CONFIG_prefix()
46 #undef CONFIG_
47 #define CONFIG_ CONFIG_prefix() macro
A Dconfdata.c310 if (memcmp(line + 2, CONFIG_, strlen(CONFIG_))) in conf_read_simple()
312 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple()
319 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()
341 } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) { in conf_read_simple()
342 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple()
353 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
359 sym = sym_lookup(line + strlen(CONFIG_), 0); in conf_read_simple()
488 CONFIG_, sym->name); in kconfig_print_symbol()
547 CONFIG_, sym->name, suffix); in header_print_symbol()
557 CONFIG_, sym->name, prefix, value); in header_print_symbol()
[all …]
A Dmconf.c405 "(with or without \"%s\")"), CONFIG_, CONFIG_); in search_conf()
425 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf()
426 dialog_input += strlen(CONFIG_); in search_conf()
A Dnconf.c699 "(with or without \"%s\")"), CONFIG_, 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()
A DMakefile.kconfig15 unexport CONFIG_
A Dconf.c434 printf("%s%s\n", CONFIG_, sym->name); in check_conf()
A Dmenu.c684 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help()

Completed in 14 milliseconds