Searched refs:firstword (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difupdown.c667 char *firstword; local
679 firstword = next_word(&buf_ptr);
680 if (firstword == NULL) {
685 if (strcmp(firstword, "mapping") == 0) {
689 while ((firstword = next_word(&buf_ptr)) != NULL) {
695 currmap->match[currmap->n_matches++] = xstrdup(firstword);
712 } else if (strcmp(firstword, "iface") == 0) {
772 } else if (strcmp(firstword, "auto") == 0) {
773 while ((firstword = next_word(&buf_ptr)) != NULL) {
776 if (find_list_string(defn->autointerfaces, firstword)) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A DMakefile60 $(if $(call CHKCFG,CONFIG_$(firstword $(1))), \
64 ENCDEC = $(call ALLYES, $(firstword $(1))_ENCODER $(lastword $(1))_DECODER \
65 $(firstword $(2))_MUXER $(lastword $(2))_DEMUXER)
67 ENCDEC2 = $(call ALLYES, $(firstword $(1))_ENCODER $(lastword $(1))_DECODER \
68 $(firstword $(2))_ENCODER $(lastword $(2))_DECODER \
69 $(firstword $(3))_MUXER $(lastword $(3))_DEMUXER)
/netgear-R7000-V1.0.7.12_1.2.5/src/makefiles/
H A DRelPath.mk34 ----relpath = $(if $(filter $(firstword $1),$(firstword $2)), \
35 $(firstword $1) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A DMakefile.modpost60 modulesymfile := $(firstword $(KBUILD_EXTMOD))/Module.symvers
H A DMakefile.build164 -r $(firstword $(wildcard $(2:.symtypes=.symref) /dev/null))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dmakefile.dj2214 ifeq ($(firstword $(RM)), del)
H A Dmakefile.dj1170 ifeq ($(firstword $(RM)), del)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A DMakefile1107 ifneq ($(filter /%,$(firstword $(template_dir))),)
1114 ifneq ($(filter /%,$(firstword $(perfexecdir))),)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/
H A DMakefile326 export MODVERDIR := $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/).tmp_versions
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/
H A DMakefile503 export MODVERDIR := $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/).tmp_versions

Completed in 137 milliseconds