Searched refs:space (Results 1 - 25 of 33) sorted by relevance

12

/openwrt/package/boot/uboot-oxnas/files/board/ox820/
H A Dspl_start.S12 .space 0x30 - (. - _spl_start)
/openwrt/include/
H A Dkernel-version.mk18 merge_version=$(subst $(space),.,$(1))
H A Dversion.mk77 -e 's,%v,\L$(subst $(space),_,$(VERSION_NUMBER)),g' \
79 -e 's,%c,\L$(subst $(space),_,$(VERSION_CODE)),g' \
81 -e 's,%n,\L$(subst $(space),_,$(VERSION_NICK)),g' \
83 -e 's,%d,\L$(subst $(space),_,$(VERSION_DIST)),g' \
H A Dprereq.mk95 bin="$$$$$$$$(PATH="$(subst $(space),:,$(filter-out $(STAGING_DIR_HOST)/%,$(subst :,$(space),$(PATH))))" \
H A Dpackage-ipkg.mk31 dep_split=$(subst :,$(space),$(1))
83 _cleansep=$(subst $(space)$(2)$(space),$(2)$(space),$(1))
195 printf "Description: "; echo "$$$$DESCRIPTION" | sed -e 's,^[[:space:]]*, ,g'; \
H A Dtoplevel.mk45 space:= $(empty) $(empty) macro
46 path:=$(subst :,$(space),$(PATH))
48 path:=$(subst $(space),:,$(path))
H A Dimage.mk97 $(subst |,$(space),\
98 $(subst $(space),^,$(1))), \
99 $(call $(2),$(strip $(subst ^,$(space),$(data)))))
229 $(if $(CONFIG_TARGET_UBIFS_FREE_SPACE_FIXUP),--space-fixup) \
H A Dpackage.mk53 $(word 2,$(subst :,$(space),$(dep))), \
58 PKG_DIR_NAME:=$(lastword $(subst /,$(space),$(CURDIR)))
H A Dautotools.mk56 lt_version="$$$$($$(STAGING_DIR_HOST)/bin/sed -ne 's,^[[:space:]]*VERSION="\?\([0-9]\.[0-9]\+\).*,\1,p' $$$$lt)"; \
/openwrt/target/sdk/files/
H A DMakefile24 space:= $(empty) $(empty) macro
25 _SINGLE=export MAKEFLAGS=$(space);
/openwrt/
H A DMakefile16 space:= $(empty) $(empty) macro
17 $(if $(findstring $(space),$(TOPDIR)),$(error ERROR: The path to the OpenWrt directory must not include any spaces))
24 _SINGLE=export MAKEFLAGS=$(space);
H A Drules.mk23 space:= $(empty) $(empty) macro
25 merge=$(subst $(space),,$(1))
27 strip_last=$(patsubst %.$(lastword $(subst .,$(space),$(1))),%,$(1))
44 __tr_head_stripped = $(subst $(space),,$(foreach cv,$(call __tr_list,$(1),$(2)),$$$(paren_left)subst$(cv)$(comma)))
45 __tr_head = $(subst $(paren_left)subst,$(paren_left)subst$(space),$(__tr_head_stripped))
46 __tr_tail = $(subst $(space),,$(foreach cv,$(1),$(paren_right)))
54 _SINGLE=export MAKEFLAGS=$(space);
144 TARGET_PATH:=$(subst $(space),:,$(filter-out .,$(filter-out ./,$(subst :,$(space),$(PATH)))))
189 TARGET_PATH:=$(subst $(space),
[all...]
/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_nameval.c96 int space; local
107 space = xb_size - start + size_exist;
111 if (reclen > space)
/openwrt/package/libs/libmnl/
H A DMakefile31 TITLE:=Minimalistic user-space library for Netlink
36 libmnl is a minimalistic user-space library oriented to Netlink developers.
/openwrt/target/imagebuilder/files/
H A DMakefile56 LISTS_DIR:=$(subst $(space),/,$(patsubst %,..,$(subst /,$(space),$(TARGET_DIR))))$(DL_DIR)
/openwrt/target/sdk/
H A DMakefile40 BASE_FEED:=$(if $(BASE_FEED),$(BASE_FEED),src-git base https://git.openwrt.org/$(filter-out unknown/ r%/,$(subst $(space),.,$(wordlist 1,2,$(subst .,$(space),$(VERSION_NUMBER))))/)openwrt.git)
/openwrt/package/kernel/linux/modules/
H A Dnetfilter.mk374 TITLE:=Module for user-space packet logging
382 Netfilter (IPv4) module for user-space packet logging
391 TITLE:=Module for user-space packet logging
399 Netfilter module for user-space packet logging
408 TITLE:=Module for user-space packet queuing
416 Netfilter module for user-space packet queuing
H A Dwpan.mk28 operating space around 10m.
H A Di2c.mk10 ModuleConfVar=$(word 1,$(subst :,$(space),$(1)))
11 ModuleFullPath=$(LINUX_DIR)/$(word 2,$(subst :,$(space),$(1))).ko
H A Dcrypto.mk14 crypto_confvar=CONFIG_CRYPTO_$(word 1,$(subst =,$(space),$(1)))
15 crypto_file=$(LINUX_DIR)/crypto/$(word 2,$(subst =,$(space),$(1))).ko
16 crypto_name=$(if $(findstring y,$($(call crypto_confvar,$(1)))),,$(word 2,$(subst =,$(space),$(1))))
/openwrt/package/network/utils/iptables/
H A DMakefile182 TITLE:=user-space packet logging
186 iptables extensions for user-space packet logging.
199 iptables extension for user-space logging via NFNETLINK.
212 iptables extension for user-space queuing via NFNETLINK.
/openwrt/target/linux/imx6/image/
H A DMakefile46 --space-fixup --force-compr=zlib --squash-uids \
/openwrt/package/
H A DMakefile90 $(PKG_INFO_DIR)/$(lastword $(subst /,$(space),$(pkg))).$(variant).install \
/openwrt/package/libs/openssl/
H A DMakefile137 STAMP_CONFIGURED := $(STAMP_CONFIGURED)_$(subst $(space),_,$(OPENSSL_OPTIONS))
/openwrt/tools/
H A DMakefile133 $(eval $(call stampfile,$(curdir),tools,install,,_$(subst $(space),,$(tools_enabled))))

Completed in 156 milliseconds

12