Searched refs:sort (Results 1 – 25 of 25) sorted by relevance
| /scripts/ |
| D | Makefile.host | 41 __hostprogs := $(sort $(hostprogs-y) $(hostprogs-m)) 42 host-cshlib := $(sort $(hostlibs-y) $(hostlibs-m)) 43 host-cxxshlib := $(sort $(hostcxxlibs-y) $(hostcxxlibs-m)) 55 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs))) 63 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs))) 66 host-cshobjs := $(sort $(foreach m,$(host-cshlib),$($(m:.so=-objs)))) 67 host-cxxshobjs := $(sort $(foreach m,$(host-cxxshlib),$($(m:.so=-objs))))
|
| D | adjust_autoksyms.sh | 51 sort -u | 63 sort "$cur_ksyms_file" "$new_ksyms_file" | uniq -u |
|
| D | modules-check.sh | 9 for m in $(sed 's:.*/::' modules.order | sort | uniq -d)
|
| D | xen-hypercalls.sh | 13 print "HYPERCALL("substr(v[i], 14)")"}' | sort -u >$out
|
| D | Makefile.modfinal | 16 modules := $(sort $(shell cat $(MODORDER))) 73 existing-targets := $(wildcard $(sort $(targets)))
|
| D | Makefile.headersinst | 27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs)) 53 existing-dirs := $(sort $(dir $(old-headers))) 54 wanted-dirs := $(sort $(dir $(all-headers)))
|
| D | diffconfig | 109 old.sort() 121 changed.sort()
|
| D | stackusage | 32 sort -k3,3nr > "${outfile}"
|
| D | Makefile.modsign | 11 modules := $(sort $(shell cat modules.order))
|
| D | gcc-ld | 19 -rpath-link|--sort-section|--section-start|-Tbss|-Tdata|-Ttext|\
|
| D | Makefile.modinst | 11 modules := $(sort $(shell cat $(if $(KBUILD_EXTMOD),$(KBUILD_EXTMOD)/)modules.order))
|
| D | Makefile.lib | 21 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m))) 42 subdir-ym := $(sort $(subdir-y) $(subdir-m)) 45 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-… 46 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-… 99 modname-multi = $(subst $(space),:,$(sort $(foreach m,$(multi-used),\
|
| D | Makefile.dtbinst | 22 dtbinst-files := $(sort $(dtb-y) $(if $(CONFIG_OF_ALL_DTBS), $(dtb-)))
|
| D | checksyscalls.sh | 256 grep '^[0-9]' "$1" | sort -n |
|
| D | Makefile.asm-generic | 24 redundant := $(sort $(redundant))
|
| D | nsdeps | 44 cat $source_file | grep MODULE_IMPORT_NS | LANG=C sort -u >> ${source_file}.tmp
|
| D | Makefile.clean | 20 subdir-ymn := $(sort $(subdir-y) $(subdir-m) $(subdir-) \
|
| D | Makefile.modbuiltin | 31 subdir-ym := $(sort $(subdir-y) $(subdir-Y) $(subdir-m))
|
| D | Makefile.build | 405 $(sort $(subdir-obj-y)): $(subdir-ym) ; 529 curdir-single := $(sort $(foreach x, $(KBUILD_SINGLE_TARGETS), \ 583 existing-targets := $(wildcard $(sort $(targets))) 589 obj-dirs := $(sort $(obj) $(patsubst %/,%, $(dir $(targets)))) 591 existing-dirs := $(sort $(patsubst %/,%, $(dir $(existing-targets))))
|
| D | Makefile.modpost | 85 modules := $(sort $(shell cat $(MODORDER)))
|
| D | bloat-o-meter | 73 delta.sort()
|
| D | coccicheck | 257 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
|
| /scripts/coccinelle/api/ |
| D | check_bq27xxx_data.cocci | 84 List.sort compare i1regs_vals = List.sort compare i2regs_vals 120 List.sort compare i1dmregs_vals = List.sort compare i2dmregs_vals 156 List.sort compare i1props_vals = List.sort compare i2props_vals
|
| /scripts/dtc/ |
| D | dtc.c | 167 bool force = false, sort = false; in main() local 239 sort = true; in main() 338 if (sort) in main()
|
| D | dtx_diff | 31 -u unsorted, do not sort DTx
|