| /kernel/linux/linux-6.6/scripts/kconfig/ |
| H A D | lkc.h | 23 #ifndef CONFIG_ 24 #define CONFIG_ "CONFIG_" macro 28 return getenv( "CONFIG_" ) ?: CONFIG_; in CONFIG_prefix() 30 #undef CONFIG_ macro 31 #define CONFIG_ CONFIG_prefix() macro
|
| H A D | confdata.c | 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() [all...] |
| H A D | merge_config.sh | 34 echo "Used prefix: '$CONFIG_PREFIX'. You can redefine it with \$CONFIG_ environment variable." 43 CONFIG_PREFIX=${CONFIG_-CONFIG_} 147 if [ "$BUILTIN" = "true" ] && [ "${NEW_VAL#CONFIG_*=}" = "m" ] && [ "${PREV_VAL#CONFIG_*=}" = "y" ]; then 196 # allnoconfig: Fills in any missing symbols with # CONFIG_* is not set
|
| H A D | streamline_config.pl | 205 $config2kfile{"CONFIG_$config"} = $kconfig; 320 if (/obj-\$[({](CONFIG_[^})]*)[)}]\s*[+:]?=\s*(.*)/) { 406 $c =~ s/^CONFIG_//; 429 if (/(CONFIG_[$valid]*)=(m|y)/) { 453 my $conf = "CONFIG_" . $1; 494 my $conf = "CONFIG_" . $1; 556 $config =~ s/^CONFIG_//; 576 $config =~ s/^CONFIG_//;
|
| H A D | mconf.c | 446 "(with or without \"%s\")", CONFIG_); in search_conf() 466 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf() 467 dialog_input += strlen(CONFIG_); in search_conf()
|
| H A D | nconf.c | 73 "Search for configuration variables with or without leading CONFIG_\n" 211 "Search for symbols (configuration variable names CONFIG_*) and display\n" 757 "(with or without \"%s\")", CONFIG_); in search_conf() 778 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf() 779 dialog_input += strlen(CONFIG_); in search_conf()
|
| H A D | Makefile | 31 unexport CONFIG_
|
| /kernel/linux/linux-5.10/scripts/kconfig/ |
| H A D | lkc.h | 23 #ifndef CONFIG_ 24 #define CONFIG_ "CONFIG_" macro 28 return getenv( "CONFIG_" ) ?: CONFIG_; in CONFIG_prefix() 30 #undef CONFIG_ macro 31 #define CONFIG_ CONFIG_prefix() macro
|
| H A D | confdata.c | 417 if (memcmp(line + 2, CONFIG_, strlen(CONFIG_))) in conf_read_simple() 419 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple() 426 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple() 432 sym = sym_lookup(line + 2 + strlen(CONFIG_), 0); in conf_read_simple() 448 } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) { in conf_read_simple() 449 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple() 460 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple() 469 conf_touch_dep(line + strlen(CONFIG_)); in conf_read_simple() [all...] |
| H A D | merge_config.sh | 32 echo "Used prefix: '$CONFIG_PREFIX'. You can redefine it with \$CONFIG_ environment variable." 40 CONFIG_PREFIX=${CONFIG_-CONFIG_} 134 if [ "$BUILTIN" = "true" ] && [ "${NEW_VAL#CONFIG_*=}" = "m" ] && [ "${PREV_VAL#CONFIG_*=}" = "y" ]; then 176 # allnoconfig: Fills in any missing symbols with # CONFIG_* is not set
|
| H A D | streamline_config.pl | 205 $config2kfile{"CONFIG_$config"} = $kconfig; 320 if (/obj-\$\((CONFIG_[^\)]*)\)\s*[+:]?=\s*(.*)/) { 406 $c =~ s/^CONFIG_//; 429 if (/(CONFIG_[$valid]*)=(m|y)/) { 453 my $conf = "CONFIG_" . $1; 494 my $conf = "CONFIG_" . $1; 556 $config =~ s/^CONFIG_//; 576 $config =~ s/^CONFIG_//;
|
| H A D | mconf.c | 404 "(with or without \"%s\")", CONFIG_); in search_conf() 424 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf() 425 dialog_input += strlen(CONFIG_); in search_conf()
|
| H A D | nconf.c | 73 "Search for configuration variables with or without leading CONFIG_\n" 211 "Search for symbols (configuration variable names CONFIG_*) and display\n" 702 "(with or without \"%s\")", CONFIG_); in search_conf() 723 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf() 724 dialog_input += strlen(CONFIG_); in search_conf()
|
| H A D | conf.c | 433 printf("%s%s=%s\n", CONFIG_, sym->name, str); in check_conf() 437 printf("%s%s=%s\n", CONFIG_, sym->name, str); in check_conf()
|
| H A D | Makefile | 20 unexport CONFIG_
|
| /kernel/linux/linux-5.10/scripts/dtc/ |
| H A D | dt_to_config | 386 ($configs !~ /CONFIG_/) && 402 } elsif (($config_file) && ($configs =~ /CONFIG_/)) { 470 if ($configs !~ /CONFIG_/) { 495 if ($configs !~ /CONFIG_/) { 509 if ($configs !~ /CONFIG_/) { 592 ($null, $ifeq_config, $ifeq_config_val ) = $line =~ /^([ ]\s*|)ifeq\b.*\b(CONFIG_[A-Za-z0-9_]*)(.*)/; 593 ($null, $ifneq_config, $ifneq_config_val) = $line =~ /^([ ]\s*|)ifneq\b.*\b(CONFIG_[A-Za-z0-9_]*)(.*)/; 594 ($null, $ifdef_config) = $line =~ /^([ ]\s*|)ifdef\b.*\b(CONFIG_[A-Za-z0-9_]*)/; 595 ($null, $ifndef_config) = $line =~ /^([ ]\s*|)ifndef\b.*\b(CONFIG_[A-Za-z0-9_]*)/; 602 # Order of tests is important. Prefer "CONFIG_*" rege [all...] |
| /kernel/linux/linux-6.6/scripts/dtc/ |
| H A D | dt_to_config | 386 ($configs !~ /CONFIG_/) && 402 } elsif (($config_file) && ($configs =~ /CONFIG_/)) { 470 if ($configs !~ /CONFIG_/) { 495 if ($configs !~ /CONFIG_/) { 509 if ($configs !~ /CONFIG_/) { 592 ($null, $ifeq_config, $ifeq_config_val ) = $line =~ /^([ ]\s*|)ifeq\b.*\b(CONFIG_[A-Za-z0-9_]*)(.*)/; 593 ($null, $ifneq_config, $ifneq_config_val) = $line =~ /^([ ]\s*|)ifneq\b.*\b(CONFIG_[A-Za-z0-9_]*)(.*)/; 594 ($null, $ifdef_config) = $line =~ /^([ ]\s*|)ifdef\b.*\b(CONFIG_[A-Za-z0-9_]*)/; 595 ($null, $ifndef_config) = $line =~ /^([ ]\s*|)ifndef\b.*\b(CONFIG_[A-Za-z0-9_]*)/; 602 # Order of tests is important. Prefer "CONFIG_*" rege [all...] |
| /kernel/linux/linux-5.10/scripts/ |
| H A D | config | 7 # If no prefix forced, use the default CONFIG_ 8 CONFIG_="${CONFIG_-CONFIG_}" 48 $myname uses 'CONFIG_' as the default symbol prefix. Set the environment 49 variable CONFIG_ to the prefix to use. Eg.: CONFIG_="FOO_" $myname ... 60 ${CONFIG_}*) 61 ARG="${ARG/${CONFIG_}/}" 166 set_var "${CONFIG_} [all...] |
| H A D | headers_check.pl | 20 # 3) Check for leaked CONFIG_ symbols 87 if ($line =~ m/[^a-zA-Z0-9_]+CONFIG_([a-zA-Z0-9_]+)[^a-zA-Z0-9_]/) { 88 printf STDERR "$filename:$lineno: leaks CONFIG_$1 to userspace where it is not valid\n";
|
| /kernel/linux/linux-6.6/scripts/ |
| H A D | config | 7 # If no prefix forced, use the default CONFIG_ 8 CONFIG_="${CONFIG_-CONFIG_}" 48 $myname uses 'CONFIG_' as the default symbol prefix. Set the environment 49 variable CONFIG_ to the prefix to use. Eg.: CONFIG_="FOO_" $myname ... 60 ${CONFIG_}*) 61 ARG="${ARG/${CONFIG_}/}" 166 set_var "${CONFIG_} [all...] |
| /kernel/linux/linux-6.6/tools/testing/radix-tree/ |
| H A D | Makefile | 72 @if ! grep -qws CONFIG_$(LONG_BIT)BIT generated/bit-length.h; then \ 74 echo "#define CONFIG_$(LONG_BIT)BIT 1" > $@; \
|
| /kernel/linux/linux-6.6/usr/include/ |
| H A D | headers_check.pl | 20 # 3) Check for leaked CONFIG_ symbols 87 if ($line =~ m/[^a-zA-Z0-9_]+CONFIG_([a-zA-Z0-9_]+)[^a-zA-Z0-9_]/) { 88 printf STDERR "$filename:$lineno: leaks CONFIG_$1 to userspace where it is not valid\n";
|
| /kernel/liteos_a/testsuites/ |
| H A D | Makefile | 92 export CONFIG_=LOSCFG_ macro
|
| /kernel/liteos_m/ |
| H A D | Makefile | 76 export CONFIG_=LOSCFG_ macro
|
| /kernel/liteos_a/ |
| H A D | Makefile | 71 export CONFIG_=LOSCFG_ macro
|