Searched refs:stat (Results 1 – 8 of 8) sorted by relevance
/scripts/ |
D | binoffset.c | 109 struct stat stat; in get_filesize() local 111 err = fstat (fd, &stat); in get_filesize() 112 fprintf (stderr, "filesize: %ld\n", err < 0 ? (long)err : stat.st_size); in get_filesize() 115 return (size_t) stat.st_size; in get_filesize()
|
D | checkpatch.pl | 1359 my ($stat, $cond, $line_nr_next, $remain_next, $off_next); 1361 ($stat, $cond, $line_nr_next, $remain_next, $off_next) = 1363 $stat =~ s/\n./\n /g; 1366 my $s = $stat; 1478 my ($s, $c) = ($stat, $cond); 1546 $stat !~ /^\+/ && $stat_real !~ /^\+/) { 2015 if (defined($stat) && $stat =~ /^.\s*return(\s*)(\(.*);/s) { 2063 my ($s, $c) = ($stat, $cond); 2470 if ($realfile =~ /\.c$/ && defined $stat && 2471 $stat =~ /^.\s*(?:extern\s+)?$Type\s+($Ident)(\s*)\(/s) [all …]
|
D | ihex2fw.c | 72 struct stat st; in main()
|
/scripts/kconfig/ |
D | conf.c | 436 struct stat tmpstat; in main() 501 if (stat(".config", &tmpstat)) { in main() 534 if (name && !stat(name, &tmpstat)) { in main() 545 if (!stat(name, &tmpstat)) in main() 547 else if (!stat("all.config", &tmpstat)) in main()
|
D | confdata.c | 72 struct stat buf; in conf_get_default_confname() 80 if (!stat(fullname, &buf)) in conf_get_default_confname() 407 struct stat st; in conf_write() 410 if (!stat(name, &st) && S_ISDIR(st.st_mode)) { in conf_write() 561 struct stat sb; in conf_split_config() 647 if (stat(path, &sb) && mkdir(path, 0755)) { in conf_split_config()
|
/scripts/rt-tester/ |
D | rt-tester.py | 181 stat = status.split(",") variable 182 for s in stat:
|
/scripts/basic/ |
D | fixdep.c | 272 struct stat st; in do_config_file() 343 struct stat st; in print_deps()
|
/scripts/mod/ |
D | modpost.c | 305 struct stat st; in grab_file() 1834 struct stat st; in write_if_changed()
|