Home
last modified time | relevance | path

Searched refs:source (Results 1 – 14 of 14) sorted by relevance

/scripts/package/
A Dsnapcraft.template12 source: SRCTREE
13 source-type: local
/scripts/coccinelle/misc/
A Dadd_namespace.cocci3 /// Adds missing MODULE_IMPORT_NS statements to source files
6 /// add a missing namespace tag to a module source file.
19 // That ensures we are adding it only to the main module source file.
/scripts/kconfig/
A Dstreamline_config.pl164 my $source = "$ksource/$kconfig";
168 while ($source =~ /\$\((\w+)\)/ && $last_source ne $source) {
170 $last_source = $source;
171 $source =~ s/\$\($env\)/$ENV{$env}/;
174 open(my $kinfile, '<', $source) || die "Can't open $source";
/scripts/kconfig/tests/err_recursive_inc/
A DKconfig2 source "Kconfig.inc1"
A DKconfig.inc15 source "Kconfig.inc2"
A DKconfig.inc24 source "Kconfig.inc3"
A DKconfig.inc32 source "Kconfig.inc1"
/scripts/coccinelle/tests/
A Ddoublebitand.cocci3 //# One source of false positives is when the argument performs a side
4 //# effect. Another source of false positives is when a neutral value
A Ddoubletest.cocci3 //# A common source of false positives is when the expression, or
/scripts/bash-completion/
A Dmake25 # Avoid trying to source dirs; https://bugzilla.redhat.com/903540
146 # Check the -C, -f options and 'source' symlink. Return the source tree we are
184 # is a symbolic link 'source', which points to the kernel source tree.
185 if [[ -L ${makef_dir}/source ]]; then
186 makef_dir=$(readlink "${makef_dir}/source")
/scripts/gcc-plugins/
A DKconfig28 there is little 'natural' source of entropy normally. The cost
/scripts/coccinelle/free/
A Dkfree.cocci5 //# Another source of false positives are macros such as
/scripts/gendwarfksyms/
A Ddwarf.c91 Dwarf_Die *source = die; in match_export_symbol() local
96 source = &origin; in match_export_symbol()
101 if (!state->sym && source != die) in match_export_symbol()
102 state->sym = symbol_get(get_symbol_name(source)); in match_export_symbol()
104 state->die = *source; in match_export_symbol()
/scripts/
A Dspelling.txt3 # in the kernel source.
1506 souce||source

Completed in 19 milliseconds