Home
last modified time | relevance | path

Searched refs:dir (Results 1 – 25 of 28) sorted by relevance

12

/scripts/
Dobjdiff46 dir=${1%/*}
48 if [ "$dir" = "$1" ]; then
49 dir=.
52 dir=$(cd $dir; pwd)
54 echo $TMPD/$CMT${dir#$SRCTREE}
58 dir=$(get_output_dir $1)
60 stripped=$dir/${base%.o}.stripped
61 dis=$dir/${base%.o}.dis
63 [ ! -d "$dir" ] && mkdir -p $dir
Dcheck_00index.sh17 dir=""
27 dir="$dir $i"
57 if [ "$dir" != "" ]; then
58 echo -e "- Should document those directories:\n\t$dir\n"
DMakefile.modbuiltin24 kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src))
25 kbuild-file := $(if $(wildcard $(kbuild-dir)/Kbuild),$(kbuild-dir)/Kbuild,$(kbuild-dir)/Makefile)
Dheaders_check.pl26 my ($dir, $arch, @files) = @ARGV;
56 $found = stat($dir . "/" . $inc);
59 $found = stat($dir . "/" . $inc);
120 my @file_paths = ($path, $dir . "/" . $path, dirname($filename) . "/" . $path);
DMakefile.clean14 kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src))
15 -include $(if $(wildcard $(kbuild-dir)/Kbuild), $(kbuild-dir)/Kbuild, $(kbuild-dir)/Makefile)
DMakefile.headersinst25 $(sort $(dir $(wildcard $(srcdir)/*/)))))
74 printdir = $(patsubst $(INSTALL_HDR_PATH)/%/,%,$(dir $@))
105 $(if $(wildcard $(dir $@)),,$(shell mkdir -p $(dir $@)))
120 $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
DMakefile.dtbinst31 install-dir = $(patsubst $(dtbinst_root)%,$(INSTALL_DTBS_PATH)%,$(obj))
34 $(call cmd,dtb_install,$(install-dir))
DMakefile.modsign23 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D))
25 modinst_dir = $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D))
DMakefile.modinst31 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D))
33 modinst_dir ?= $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D))
Dgen_initramfs_list.sh54 dir /dev 0755 0 0
56 dir /root 0700 0 0
209 cat "$1" | while read type dir file perm ; do
DKbuild.include15 dot-target = $(dir $@).$(notdir $@)
59 mkdir -p $(dir $@); \
235 # $(Q)$(MAKE) $(build)=dir
241 # $(Q)$(MAKE) $(modbuiltin)=dir
247 # $(Q)$(MAKE) $(dtbinst)=dir
253 # $(Q)$(MAKE) $(clean)=dir
259 # $(Q)$(MAKE) $(hdr-inst)=dir
376 # (4) The command line stored in the file named dir/.target.cmd
379 # (5) No dir/.target.cmd file (used to store command line)
380 # (6) No dir/.target.cmd file and target not listed in $(targets)
Dmkmakefile32 makedir := \$(dir \$(call lastword,\$(MAKEFILE_LIST)))
Dnamespace.pl235 $source = File::Spec->catfile($objtree, $File::Find::dir, $source)
237 $source = File::Spec->catfile($srctree, $File::Find::dir, $source)
Dsphinx-pre-install240 foreach my $dir(@path) {
241 my $name = $dir.'/'.$file;
DMakefile.build43 kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src))
44 kbuild-file := $(if $(wildcard $(kbuild-dir)/Kbuild),$(kbuild-dir)/Kbuild,$(kbuild-dir)/Makefile)
686 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
DMakefile.lib67 obj-dirs := $(dir $(multi-objs) $(obj-y))
309 cmd_dtc = mkdir -p $(dir ${dtc-tmp}) ; \
312 $(addprefix -i,$(dir $<) $(DTC_INCLUDE)) $(DTC_FLAGS) \
Dasn1_compiler.c324 const char *const *pdir = _pdir, *dir = *pdir; in directive_compare() local
328 dlen = strlen(dir); in directive_compare()
333 val = memcmp(token->content, dir, clen); in directive_compare()
416 const char **dir, *start = p; in tokenise() local
446 dir = bsearch(&tokens[tix], directives, in tokenise()
450 if (dir) { in tokenise()
451 tokens[tix++].token_type = dir - directives; in tokenise()
DMakefile.modpost177 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
/scripts/dtc/
Dsrcpos.c43 char *dir = xmalloc(len + 1); in get_dirname() local
45 memcpy(dir, path, len); in get_dirname()
46 dir[len] = '\0'; in get_dirname()
47 return dir; in get_dirname()
107 cur_dir = current_srcfile->dir; in fopen_any_on_path()
153 srcfile->dir = get_dirname(srcfile->name); in srcfile_push()
Dsrcpos.h30 char *dir; member
Ddt_to_config537 my ($dir, $base) = $driver =~ m{(.*)/(.*).c};
539 my $makefile = $dir . "/Makefile";
541 $makefile = $dir . "/Kbuild";
/scripts/mod/
Dsumversion.c307 char *cmd, *file, *line, *dir; in parse_source_files() local
323 dir = NOFAIL(malloc(dirlen + 1)); in parse_source_files()
324 strncpy(dir, objfile, dirlen); in parse_source_files()
325 dir[dirlen] = '\0'; in parse_source_files()
378 if ((strstr(line, dir)+strlen(dir)-1) == strrchr(line, '/')) { in parse_source_files()
394 free(dir); in parse_source_files()
/scripts/package/
DMakefile113 git --git-dir=$(srctree)/.git archive --prefix=$(perf-tar)/ \
118 git --git-dir=$(srctree)/.git rev-parse HEAD > $(perf-tar)/HEAD; \
/scripts/kconfig/
Dstreamline_config.pl372 foreach my $dir ( ("/sbin", "/bin", "/usr/sbin", "/usr/bin") ) {
373 if ( -x "$dir/lsmod" ) {
374 $lsmod = "$dir/lsmod";
Dlkc.h16 static inline void bindtextdomain(const char *name, const char *dir) {} in bindtextdomain() argument

12