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

/netgear-R7800-V1.0.2.28/include/
H A Dversion.mk34 -e 's,%v,\L$(subst $(space),_,$(VERSION_NUMBER)),g' \
36 -e 's,%c,\L$(subst $(space),_,$(VERSION_CODE)),g' \
38 -e 's,%n,\L$(subst $(space),_,$(VERSION_NICK)),g' \
40 -e 's,%d,\L$(subst $(space),_,$(VERSION_DIST)),g' \
H A Dkernel-version.mk49 merge_version=$(subst $(space),.,$(1))
H A Dpackage-ipkg.mk40 dep_split=$(subst :,$(space),$(1))
130 echo -n "Description: "; $(SH_FUNC) getvar $(call shvar,Package/$(1)/description) | sed -e 's,^[[:space:]]*, ,g'; \
H A Dautotools.mk56 lt_version="$$$$($$(STAGING_DIR_HOST)/bin/sed -ne 's,^[[:space:]]*VERSION="\?\([0-9]\.[0-9]\+\).*,\1,p' $$$$lt)"; \
H A Dkernel-defaults.mk99 awk '/^(#[[:space:]]+)?CONFIG_KERNEL/{sub("CONFIG_KERNEL_","CONFIG_");print}' $(TOPDIR)/.config >> $(LINUX_DIR)/.config.target
/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_nameval.c94 int space; local
105 space = xb_size - start + size_exist;
109 if(reclen > space)
/netgear-R7800-V1.0.2.28/
H A Drules.mk27 space:= $(empty) $(empty) macro
28 merge=$(subst $(space),,$(1))
30 strip_last=$(patsubst %.$(lastword $(subst .,$(space),$(1))),%,$(1))
36 _SINGLE=export MAKEFLAGS=$(space);
112 TARGET_PATH:=$(STAGING_DIR_HOST)/bin:$(subst $(space),:,$(filter-out .,$(filter-out ./,$(subst :,$(space),$(PATH)))))
156 TARGET_PATH:=$(subst $(space),:,$(TOOLCHAIN_BIN_DIRS)):$(TARGET_PATH)
H A DMakefile22 space:= $(empty) $(empty) macro
23 _SINGLE=export MAKEFLAGS=$(space);
/netgear-R7800-V1.0.2.28/package/fast-classifier/
H A DMakefile70 TITLE:=Example user space program for fast-classifier
75 Example user space program that communicates with fast
/netgear-R7800-V1.0.2.28/package/wopr-db/
H A DMakefile4 space:= $(empty) $(empty) macro
/netgear-R7800-V1.0.2.28/package/macoui-db/
H A DMakefile4 space:= $(empty) $(empty) macro
/netgear-R7800-V1.0.2.28/package/p0f-db/
H A DMakefile4 space:= $(empty) $(empty) macro
/netgear-R7800-V1.0.2.28/package/policy-redis/
H A DMakefile4 space:= $(empty) $(empty) macro
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/drivers/net/
H A Dubi32-eth.c493 unsigned short space, tx_in; local
498 space = TX_DMA_RING_MASK - ((TX_DMA_RING_SIZE + tx_in - priv->tx_tail) & TX_DMA_RING_MASK);
500 if (unlikely(space == 0)) {
/netgear-R7800-V1.0.2.28/package/kernel/modules/
H A Dnetfilter.mk230 TITLE:=Module for user-space packet queueing
238 Netfilter (IPv4) module for user-space packet queueing
247 TITLE:=Module for user-space packet logging
255 Netfilter (IPv4) module for user-space packet logging
H A Di2c.mk10 ModuleConfVar=$(word 1,$(subst :,$(space),$(1)))
11 ModuleFullPath=$(LINUX_DIR)/$(word 2,$(subst :,$(space),$(1))).ko
H A Dcrypto.mk17 crypto_confvar=CONFIG_CRYPTO_$(word 1,$(subst =,$(space),$(1)))
18 crypto_file=$(if $(findstring y,$($(call crypto_confvar,$(1)))),,$(LINUX_DIR)/crypto/$(word 2,$(subst =,$(space),$(1))).ko)
19 crypto_name=$(if $(findstring y,$($(call crypto_confvar,$(1)))),,$(word 2,$(subst =,$(space),$(1))))
/netgear-R7800-V1.0.2.28/package/iptables/
H A DMakefile201 TITLE:=user-space packet logging
205 iptables extensions for user-space packet logging.
/netgear-R7800-V1.0.2.28/docs/
H A Dadding.tex464 // Unmap the physical address to a kernel space address
487 that OpenWrt builds as well as the resulting user-space and kernel
H A Dbuild.tex81 features or removed to save space. Note that packages are also maintained outside of the main
H A Drelease_notes_R7500.tex355 \item \texttt{TD27/bug46749,R7500 don't support SSID with space key input and don't support 32 char SSID with specail char.}
356 \item \texttt{TD28/bug46758,R7500 don't support passphrase with space when set WPA2-PSK passphrase with space in between, the client can connect R7500 with none.}
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/wmi/
H A Dwmi_doc.h1375 UINT8 aifsn The arbitration inter-frame space number

Completed in 242 milliseconds