/scripts/ |
D | headers_check.pl | 29 my $filename; 32 $filename = $file; 34 open(my $fh, '<', $filename) 35 or die "$filename: $!\n"; 60 printf STDERR "$filename:$lineno: included file '$inc' is not exported\n"; 69 printf STDERR "$filename:$lineno: " . 78 printf STDERR "$filename:$lineno: leaks CONFIG_$1 to userspace where it is not valid\n"; 85 if ($filename =~ /types.h|int-l64.h|int-ll64.h/o) { 95 printf STDERR "$filename:$lineno: " . 110 my @file_paths = ($path, $dir . "/" . $path, dirname($filename) . "/" . $path); [all …]
|
D | checkincludes.pl | 57 foreach my $filename (keys %includedfiles) { 58 if ($includedfiles{$filename} > 1) { 59 print "$file: $filename is included more than once.\n"; 71 foreach my $filename (keys %includedfiles) { 72 if ($1 eq $filename) { 73 if ($includedfiles{$filename} > 1) { 74 $includedfiles{$filename}--;
|
D | docproc.c | 145 char *filename; member 161 static struct symfile * add_new_file(char * filename) in add_new_file() argument 163 symfilelist[symfilecnt++].filename = strdup(filename); in add_new_file() 168 static struct symfile * filename_exist(char * filename) in filename_exist() argument 172 if (strcmp(symfilelist[i].filename, filename) == 0) in filename_exist() 194 static void find_export_symbols(char * filename) in find_export_symbols() argument 199 if (filename_exist(filename) == NULL) { in find_export_symbols() 204 strncat(real_filename, filename, in find_export_symbols() 206 sym = add_new_file(filename); in find_export_symbols() 250 static void docfunctions(char * filename, char * type) in docfunctions() argument [all …]
|
D | headerdep.pl | 62 my $filename = shift; 65 my $stripped = $filename; 68 return $stripped if $stripped ne $filename; 71 return $filename; 76 my $filename = shift; 77 return $filename if -f $filename; 80 my $path = "$i/$filename";
|
D | recordmcount.pl | 377 my $filename; 383 $filename = $2; 386 $filename = $inputfile; 389 if ($filename =~ m,^(.*)(\.\S),) { 393 $prefix = $filename; 560 my $globalobj = $dirname . "/.tmp_gl_" . $filename; 561 my $globalmix = $dirname . "/.tmp_mx_" . $filename; 583 my $mix = $dirname . "/.tmp_mx_" . $filename;
|
D | pnmtologo.c | 25 static const char *filename; variable 91 die("%s: end of file\n", filename); in get_number() 97 die("%s: end of file\n", filename); in get_number() 108 die("%s: end of file\n", filename); in get_number() 127 fp = fopen(filename, "r"); in read_image() 129 die("Cannot open file %s: %s\n", filename, strerror(errno)); in read_image() 134 die("%s is not a PNM file\n", filename); in read_image() 148 "Use pnmnoraw(1) to convert it to ASCII PNM\n", filename); in read_image() 151 die("%s is not a PNM file\n", filename); in read_image() 235 fprintf(out, " * It was automatically generated from %s\n", filename); in write_header() [all …]
|
D | markup_oops.pl | 36 my $filename = $vmlinux_name; 199 $filename = $modulefile; 200 if ($filename eq "") { 205 open(FILE, $cross_compile."objdump -dS $filename |") || die "Cannot start objdump"; 238 …vma=$vmaoffset --start-address=$decodestart --stop-address=$decodestop $filename |") || die "Canno…
|
D | checkpatch.pl | 379 for my $filename (@ARGV) { 382 open($FILE, '-|', "diff -u /dev/null $filename") || 383 die "$P: $filename: diff failed - $!\n"; 384 } elsif ($filename eq '-') { 387 open($FILE, '<', "$filename") || 388 die "$P: $filename: open failed - $!\n"; 390 if ($filename eq '-') { 393 $vname = $filename; 400 if (!process($filename)) { 1369 my $filename = shift; [all …]
|
D | unifdef.c | 183 static const char *filename; /* input file name */ variable 318 filename = *argv; in main() 319 input = fopen(filename, "rb"); in main() 321 err(2, "can't open %s", filename); in main() 323 filename = "[stdin]"; in main() 610 errx(2, "%s unchanged", filename); in closeout() 1219 warnx("%s: %d: %s", filename, linenum, msg); in error() 1222 filename, linenum, msg, stifline[depth], depth); in error()
|
D | Kbuild.include | 11 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o 20 # filename of target with directory and extension stripped 24 # filename of first prerequisite with directory and extension stripped
|
D | get_maintainer.pl | 435 my $filename = $1; 436 $filename =~ s@^[^/]*/@@; 437 $filename =~ s@\n@@; 438 $lastfile = $filename; 439 push(@files, $filename);
|
/scripts/mod/ |
D | file2alias.c | 335 static int do_hid_entry(const char *filename, in do_hid_entry() argument 351 static int do_ieee1394_entry(const char *filename, in do_ieee1394_entry() argument 376 static int do_pci_entry(const char *filename, in do_pci_entry() argument 407 filename, id->class_mask); in do_pci_entry() 420 static int do_ccw_entry(const char *filename, in do_ccw_entry() argument 444 static int do_ap_entry(const char *filename, in do_ap_entry() argument 453 static int do_css_entry(const char *filename, in do_css_entry() argument 462 static int do_serio_entry(const char *filename, in do_serio_entry() argument 482 static int do_acpi_entry(const char *filename, in do_acpi_entry() argument 576 static int do_pcmcia_entry(const char *filename, in do_pcmcia_entry() argument [all …]
|
D | sumversion.c | 455 static void write_version(const char *filename, const char *sum, in write_version() argument 460 fd = open(filename, O_RDWR); in write_version() 463 filename, strerror(errno)); in write_version() 469 filename, offset, strerror(errno)); in write_version() 475 filename, strerror(errno)); in write_version()
|
D | modpost.c | 337 void *grab_file(const char *filename, unsigned long *size) in grab_file() argument 343 fd = open(filename, O_RDONLY); in grab_file() 395 static int parse_elf(struct elf_info *info, const char *filename) in parse_elf() argument 404 hdr = grab_file(filename, &info->size); in parse_elf() 406 perror(filename); in parse_elf() 443 filename, info->size); in parse_elf() 485 "sizeof(*hrd)=%zu\n", filename, in parse_elf() 493 fatal("%s has NOBITS .modinfo\n", filename); in parse_elf() 529 fatal("%s has no symtab?\n", filename); in parse_elf() 543 filename, sechdrs[symtab_shndx_idx].sh_link, in parse_elf()
|
D | modpost.h | 181 void *grab_file(const char *filename, unsigned long *size);
|
/scripts/dtc/ |
D | dtc-lexer.l | 62 static void push_input_file(const char *filename); 170 static void push_input_file(const char *filename) 172 assert(filename); 174 srcfile_push(filename);
|
D | dtc-lexer.lex.c_shipped | 589 static void push_input_file(const char *filename); 1955 static void push_input_file(const char *filename) 1957 assert(filename); 1959 srcfile_push(filename);
|
/scripts/kconfig/ |
D | mconf.c | 287 static char filename[PATH_MAX+1]; variable 299 size = snprintf(filename, sizeof(filename), "%s", config_filename); in set_config_filename() 300 if (size >= sizeof(filename)) in set_config_filename() 301 filename[sizeof(filename)-1] = '\0'; in set_config_filename() 750 11, 55, filename); in conf_load() 777 11, 55, filename); in conf_save() 814 if (conf_write(filename)) { in handle_exit()
|
D | nconf.c | 632 static char filename[PATH_MAX+1]; variable 643 size = snprintf(filename, sizeof(filename), "%s", config_filename); in set_config_filename() 644 if (size >= sizeof(filename)) in set_config_filename() 645 filename[sizeof(filename)-1] = '\0'; in set_config_filename() 673 res = conf_write(filename); in do_exit() 1398 filename, in conf_load() 1429 filename, in conf_save()
|
D | confdata.c | 600 int conf_write_defconfig(const char *filename) in conf_write_defconfig() argument 606 out = fopen(filename, "w"); in conf_write_defconfig()
|
/scripts/basic/ |
D | fixdep.c | 281 static void do_config_file(const char *filename) in do_config_file() argument 287 fd = open(filename, O_RDONLY); in do_config_file() 290 perror(filename); in do_config_file()
|
/scripts/genksyms/ |
D | lex.lex.c_shipped | 1968 /* Save the filename and line number for later error messages. */
|