Searched refs:files (Results 1 - 16 of 16) sorted by relevance

/scripts/selinux/genheaders/
H A DMakefile5 clean-files := $(hostprogs-y)
/scripts/
H A Dcheckkconfigsymbols.sh20 # files which use a given symbol
51 while read symb files; do
57 /bin/echo -e "$files: \t$symb"
H A Dheaders_install.pl3 # headers_install prepare the listed header files for use in
4 # user space and copy the files to their destination.
6 # Usage: headers_install.pl readdir installdir arch [files...]
7 # readdir: dir to open files
8 # installdir: dir to install the files
12 # files: list of files to check
21 my ($readdir, $installdir, $arch, @files) = @ARGV;
25 foreach my $file (@files) {
H A Dheaders_check.pl5 # Usage: headers_check.pl dir arch [files...]
6 # dir: dir to look for included files
8 # files: list of files to check
10 # The script reads the supplied files line by line and:
14 # Only include files located in asm* and linux* are checked.
15 # The rest are assumed to be system include files.
23 my ($dir, $arch, @files) = @ARGV;
30 foreach my $file (@files) {
H A Dcleanfile3 # Clean a text file -- or directory of text files -- of stealth whitespace.
80 @files = ();
87 print STDERR "Usage: $name [-width #] files...\n";
91 push(@files, $a);
95 foreach $f ( @files ) {
H A Dcleanpatch3 # Clean a patch file -- or directory of patch files -- of stealth whitespace.
80 @files = ();
87 print STDERR "Usage: $name [-width #] files...\n";
91 push(@files, $a);
95 foreach $f ( @files ) {
H A Dgen_initramfs_list.sh23 directory. "squash" forces all files to uid 0.
26 directory. "squash" forces all files to gid 0.
188 # if a directory is specified then add all files in given direcotry to fs
233 "-l") # files included in initramfs - used by kbuild
287 # we are careful to delete tmp files
H A Dget_maintainer.pl6 # the files modified in a patch or for a file
380 my @files = ();
399 push(@files, $file);
418 my $file_cnt = @files;
438 push(@files, $filename);
454 if ($file_cnt == @files) {
458 @files = sort_and_uniq(@files);
564 foreach my $file (@files) {
652 foreach my $file (@files) {
[all...]
H A Dtags.sh2 # Generate tags or cscope files
113 (echo \-k; echo \-q; all_sources) > cscope.files
/scripts/selinux/mdp/
H A DMakefile5 clean-files := $(hostprogs-y) policy.* file_contexts
/scripts/selinux/
H A Dinstall_policy.sh25 mkdir -p /etc/selinux/dummy/contexts/files
27 cp file_contexts /etc/selinux/dummy/contexts/files
30 FC_FILE=/etc/selinux/dummy/contexts/files/file_contexts
56 cd /etc/selinux/dummy/contexts/files
/scripts/kconfig/
H A Dkxgettext.c88 struct file_line *files; member in struct:message
101 self->files = file_line__new(file, lineno);
102 if (self->files == NULL)
114 free(self->files);
143 fl->next = self->files;
144 self->files = fl;
192 struct file_line *fl = self->files;
H A DMakefile76 # Adjust charset to UTF-8 in .po file to accept UTF-8 in Kconfig files
83 --files-from=$(srctree)/scripts/kconfig/POTFILES.in \
163 # object files used by all kconfig flavours
206 clean-files := lkc_defs.h qconf.moc .tmp_qtcheck .tmp_gtkcheck
207 clean-files += zconf.tab.c lex.zconf.c zconf.hash.c gconf.glade.h
208 clean-files += mconf qconf gconf nconf
209 clean-files += config.pot linux.pot
222 # generated files seem to need this to find local include files
/scripts/package/
H A DMakefile6 # The rpm target generates two rpm files:
9 # The src.rpm files includes all source for the kernel being built
12 # Process to create the rpm files
18 # e) generate the rpm files, based on kernel.spec
59 clean-files := $(objtree)/kernel.spec
76 clean-files += $(objtree)/binkernel.spec
/scripts/genksyms/
H A DMakefile10 # dependencies on generated files need to be listed explicitly
49 clean-files += parse.output
/scripts/dtc/
H A DMakefile10 # Source files need to get at the userspace version of libfdt_env.h to compile
27 # dependencies on generated files need to be listed explicitly
33 clean-files += dtc-parser.tab.h

Completed in 87 milliseconds