/busybox-1.35.0/scripts/ |
D | Makefile.clean | 16 kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src)) 22 __subdir-y := $(patsubst %/,%,$(filter %/, $(obj-y))) 24 __subdir-m := $(patsubst %/,%,$(filter %/, $(obj-m))) 26 __subdir-n := $(patsubst %/,%,$(filter %/, $(obj-n))) 28 __subdir- := $(patsubst %/,%,$(filter %/, $(obj-))) 52 $(addprefix $(obj)/, $(filter-out /%, $(__clean-files))) \ 53 $(filter /%, $(__clean-files))) 59 $(addprefix $(obj)/, $(filter-out /%, $(clean-dirs))) \ 60 $(filter /%, $(clean-dirs)))
|
D | mkdiff_obj | 12 filter() { function 42 (cd "$1" && { size "$oname"; objdump -dr "$oname" | filter; } >"$oname.disasm") 43 (cd "$2" && { size "$oname"; objdump -dr "$oname" | filter; } >"$oname.disasm")
|
D | Makefile.lib | 9 obj-m := $(filter-out $(obj-y),$(obj-m)) 14 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m))) 24 __subdir-y := $(patsubst %/,%,$(filter %/, $(obj-y))) 26 __subdir-m := $(patsubst %/,%,$(filter %/, $(obj-m))) 29 obj-m := $(filter-out %/, $(obj-m)) 39 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m))) 49 subdir-obj-y := $(foreach o,$(obj-y),$(if $(filter-out $(o),$(notdir $(o))),$(o))) 55 real-objs-y := $(foreach m, $(filter-out $(subdir-obj-y), $(obj-y)), $(if $(strip $($(m:.o=-objs)) … 86 modname_flags = $(if $(filter 1,$(words $(modname))),\ 124 ld_flags = $(filter-out -Wl$(comma)%,$(LDFLAGS) $(EXTRA_LDFLAGS)) [all …]
|
D | Kbuild.include | 98 addtree = $(if $(filter-out -I/%,$(1)),$(patsubst -I%,-I$(srctree)/%,$(1))) $(1) 100 flags = $(foreach o,$($(1)),$(if $(filter -I%,$(o)),$(call addtree,$(o)),$(o))) 106 objectify = $(foreach o,$(1),$(if $(filter /%,$(o)),$(o),$(obj)/$(o))) 119 arg-check = $(strip $(filter-out $(1), $(2)) $(filter-out $(2), $(1)) ) 132 if_changed = $(if $(strip $(filter-out $(PHONY),$?) \ 140 if_changed_dep = $(if $(strip $(filter-out $(PHONY),$?) \ 141 $(filter-out FORCE $(wildcard $^),$^) \ 152 if_changed_rule = $(if $(strip $(filter-out $(PHONY),$?) \
|
D | mkmakefile | 34 \$(filter-out all Makefile,\$(MAKECMDGOALS)):
|
D | Makefile.host | 37 obj-dirs := $(strip $(sort $(filter-out ./,$(obj-dirs)))) 61 host-cshlib := $(sort $(filter %.so, $(host-cobjs))) 63 host-cobjs := $(filter-out %.so,$(host-cobjs))
|
D | Makefile.build | 17 kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src)) 260 $(LD) -nostdlib $(ld_flags) -r -o $@ $(filter $(obj-y), $^),\ 290 $(filter $(addprefix $(obj)/, \
|
/busybox-1.35.0/scripts/basic/ |
D | Makefile | 18 $(addprefix $(obj)/,$(filter-out fixdep,$(always))): $(obj)/fixdep
|
/busybox-1.35.0/archival/ |
D | dpkg_deb.c | 60 ar_archive->filter = filter_accept_list_reassign; in dpkg_deb_main() 99 tar_archive->filter = filter_accept_list; in dpkg_deb_main()
|
D | ar.c | 178 handle->filter = filter_replaceable; in write_ar_archive() 288 archive_handle->filter = filter_accept_list; in ar_main()
|
D | dpkg.c | 1483 ar_handle->filter = filter_accept_list_reassign; in init_archive_deb_ar() 1552 ar_handle->dpkg__sub_archive->filter = filter_accept_list; in deb_extract_control_file_to_buffer() 1697 archive_handle->dpkg__sub_archive->filter = filter_accept_list; in unpack_package() 1719 archive_handle->dpkg__sub_archive->filter = filter_rename_config; in unpack_package()
|
D | cpio.c | 562 archive_handle->filter = filter_accept_list; in cpio_main()
|
/busybox-1.35.0/archival/libarchive/ |
D | init_handle.c | 17 archive_handle->filter = filter_accept_all; in init_handle()
|
D | get_header_cpio.c | 122 if (archive_handle->filter(archive_handle) == EXIT_SUCCESS) { in get_header_cpio() 168 if (archive_handle->filter(archive_handle) == EXIT_SUCCESS) in get_header_cpio() 177 if (archive_handle->filter(archive_handle) == EXIT_SUCCESS) in get_header_cpio()
|
D | get_header_ar.c | 126 if (archive_handle->filter(archive_handle) == EXIT_SUCCESS) { in get_header_ar()
|
D | get_header_tar.c | 462 if (archive_handle->filter(archive_handle) == EXIT_SUCCESS) { in get_header_tar()
|
/busybox-1.35.0/docs/ |
D | unicode.txt | 55 for character widths (and maybe filter out some of them, see 57 should NOT filter out bad unicode (but need to filter out
|
/busybox-1.35.0/networking/libiproute/ |
D | libnetlink.c | 123 int (*filter)(const struct sockaddr_nl *, struct nlmsghdr *n, void *) FAST_FUNC, in rtnl_dump_filter() 194 err = filter(&nladdr, h, arg1); in rtnl_dump_filter() 219 int (*filter)(const struct sockaddr_nl *, struct nlmsghdr *, void *) FAST_FUNC, in xrtnl_dump_filter() 222 int ret = rtnl_dump_filter(rth, filter, arg1/*, NULL, NULL*/); in xrtnl_dump_filter()
|
D | libnetlink.h | 26 int (*filter)(const struct sockaddr_nl*, struct nlmsghdr *n, void*) FAST_FUNC,
|
/busybox-1.35.0/ |
D | Makefile | 111 $(filter-out _all,$(MAKECMDGOALS)) _all: 219 ifneq ($(filter all _all modules,$(MAKECMDGOALS)),) 402 ifneq ($(filter $(no-dot-config-targets), $(MAKECMDGOALS)),) 403 ifeq ($(filter-out $(no-dot-config-targets), $(MAKECMDGOALS)),) 409 ifneq ($(filter config %config,$(MAKECMDGOALS)),) 411 ifneq ($(filter-out config %config,$(MAKECMDGOALS)),) 564 busybox-dirs := $(patsubst %/,%,$(filter %/, $(core-y) $(core-m) $(libs-y) $(libs-m))) 566 busybox-alldirs := $(sort $(busybox-dirs) $(patsubst %/,%,$(filter %/, \ 1264 zap-slash=$(filter-out .,$(patsubst %/,%,$(dir $@)))
|
/busybox-1.35.0/shell/ash_test/ash-redir/ |
D | redir_script.tests | 3 # for globbing. It is unwanted, but I don't know how to filter it out.
|
/busybox-1.35.0/shell/hush_test/hush-redir/ |
D | redir_script.tests | 3 # for globbing. It is unwanted, but I don't know how to filter it out.
|
/busybox-1.35.0/archival/libarchive/unxz/ |
D | README | 87 BCJ filter support 95 #define Instruction set BCJ filter endianness 109 There currently is no filter for little endian PowerPC or big endian
|
/busybox-1.35.0/examples/var_service/fw/ |
D | run | 198 new_chain iext filter
|
/busybox-1.35.0/include/ |
D | bb_archive.h | 56 char FAST_FUNC (*filter)(struct archive_handle_t *); member
|