Searched refs:dirname (Results 1 – 7 of 7) sorted by relevance
/scripts/dtc/ |
D | fstree.c | 26 static struct node *read_fstree(const char *dirname) in read_fstree() argument 33 d = opendir(dirname); in read_fstree() 35 die("Couldn't opendir() \"%s\": %s\n", dirname, strerror(errno)); in read_fstree() 46 tmpnam = join_path(dirname, de->d_name); in read_fstree() 82 struct boot_info *dt_from_fs(const char *dirname) in dt_from_fs() argument 86 tree = read_fstree(dirname); in dt_from_fs()
|
D | srcpos.c | 28 static char *dirname(const char *path) in dirname() function 92 srcfile->dir = dirname(srcfile->name); in srcfile_push()
|
D | dtc.h | 243 struct boot_info *dt_from_fs(const char *dirname);
|
/scripts/ |
D | recordmcount.pl | 376 my $dirname; 382 $dirname = $1; 385 $dirname = "."; 397 my $mcount_s = $dirname . "/.tmp_mc_" . $prefix . ".s"; 398 my $mcount_o = $dirname . "/.tmp_mc_" . $prefix . ".o"; 560 my $globalobj = $dirname . "/.tmp_gl_" . $filename; 561 my $globalmix = $dirname . "/.tmp_mx_" . $filename; 583 my $mix = $dirname . "/.tmp_mx_" . $filename;
|
D | checksyscalls.sh | 212 (ignore_list && syscall_list $(dirname $0)/../arch/x86/syscalls/syscall_32.tbl) | \
|
D | headers_check.pl | 110 my @file_paths = ($path, $dir . "/" . $path, dirname($filename) . "/" . $path);
|
/scripts/kconfig/ |
D | confdata.c | 680 char dirname[PATH_MAX+1], tmpname[PATH_MAX+1], newname[PATH_MAX+1]; in conf_write() local 683 dirname[0] = 0; in conf_write() 689 strcpy(dirname, name); in conf_write() 690 strcat(dirname, "/"); in conf_write() 694 memcpy(dirname, name, size); in conf_write() 695 dirname[size] = 0; in conf_write() 705 sprintf(newname, "%s%s", dirname, basename); in conf_write() 708 sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); in conf_write() 759 strcat(dirname, basename); in conf_write() 760 strcat(dirname, ".old"); in conf_write() [all …]
|