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

12

/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A DMakefile108 for progs in $(TARGET); do \
109 /bin/rm -f $(sbindir)/$$progs; \
H A DMakefile.in108 for progs in $(TARGET); do \
109 /bin/rm -f $(sbindir)/$$progs; \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/linux/
H A DMakefile.top23 install: $(BINDIR) $(MANDIR)/man8 install-progs install-etcppp
25 .PHONY: install-progs
26 install-progs: install-chat install-pppd/plugins install-pppd install-pppstats install-pppdump
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/sunos4/
H A DMakefile.top14 install: $(BINDIR) $(MANDIR)/man8 install-progs install-etcppp
16 install-progs:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A DMakefile146 install: install-progs install-data
153 install-progs-yes:
154 install-progs-$(CONFIG_SHARED): install-libs
156 install-progs: install-progs-yes $(PROGS)
164 uninstall: uninstall-libs uninstall-headers uninstall-progs uninstall-data
166 uninstall-progs:
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dlash.c89 struct child_prog *progs; /* array of programs in job */ member in struct:job
185 their arguments, previously coded as cmd->progs[0]. That coding
191 cd cmd->progs[0]
192 exec cmd->progs[0] squashed bug: didn't look for applets or forking builtins
193 exit cmd->progs[0]
194 fg_bg cmd->progs[0], job_list->head, job_list->fg
198 export cmd->progs[0]
199 source cmd->progs[0]
200 unset cmd->progs[0]
201 read cmd->progs[
[all...]
H A Dhush.c274 struct child_prog *progs; /* array of commands in pipe */ member in struct:pipe
666 toplevel_list->progs[0].pid = pid;
865 debug_printf_jobs("reviving pid %d\n", pi->progs[i].pid);
866 pi->progs[i].is_stopped = 0;
1416 argv = pi->progs[0].argv;
1423 argv = pi->progs[0].argv;
1457 thejob->progs = xzalloc(sizeof(pi->progs[0]) * pi->num_progs);
1458 /* We cannot copy entire pi->progs[] vector! Double free()s will happen */
1462 thejob->progs[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A DMakefile.top16 install: $(BINDIR) $(MANDIR)/man8 install-progs
18 install-progs:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/boot/
H A DMakefile31 $(addprefix $(obj)/,$(host-progs))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A DMakefile.top16 install: $(BINDIR) $(MANDIR)/man8 install-progs install-etcppp
18 install-progs:
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/svr4/
H A DMakefile.top16 install: $(BINDIR) $(MANDIR)/man8 install-progs install-etcppp
18 install-progs:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A DMakefile140 install: install-progs install-data
147 install-progs-yes:
148 install-progs-$(CONFIG_SHARED): install-libs
150 install-progs: install-progs-yes $(AVPROGS)
159 uninstall: uninstall-libs uninstall-headers uninstall-progs uninstall-data
161 uninstall-progs:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/linux/
H A DMakefile.top19 install: $(BINDIR) $(MANDIR)/man8 install-progs install-devel
21 install-progs:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/doc/
H A DMakefile37 install-progs-$(CONFIG_DOC): install-man
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dconfig-parser.c3347 DBusString progs; local
3364 if (!_dbus_string_init (&progs))
3365 _dbus_assert_not_reached ("OOM allocating progs");
3372 if (!_dbus_string_append (&progs, common_progs))
3374 _dbus_string_free (&progs);
3378 if (!_dbus_string_append (&progs, "/dbus-1/services"))
3380 _dbus_string_free (&progs);
3383 test_session_service_dir_matches[1] = _dbus_string_get_const_data(&progs);
3404 _dbus_string_free (&progs);
3432 _dbus_string_free (&progs);
3489 DBusString progs; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/
H A DMakefile.in25 all: progs
36 progs: libs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A DMakefile.build54 ifdef host-progs
55 ifneq ($(hostprogs-y),$(host-progs))
56 $(warning kbuild: $(obj)/Makefile - Usage of host-progs is deprecated. Please replace with hostprogs-y!)
57 hostprogs-y += $(host-progs)
H A DMakefile.clean45 $(host-progs) \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/
H A DMakefile.build21 ifdef host-progs
22 ifneq ($(hostprogs-y),$(host-progs))
23 $(warning kbuild: $(obj)/Makefile - Usage of host-progs is deprecated. Please replace with hostprogs-y!)
24 hostprogs-y += $(host-progs)
H A DMakefile.clean45 $(host-progs) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A DMakefile.in108 for progs in $(TARGET); do \
109 /bin/rm -f $(sbindir)/$$progs; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c505.h146 progs; member in struct:Memconf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/
H A DMakefile125 install-progs-$(CONFIG_DOC): install-html
133 install-progs-$(CONFIG_DOC): install-man
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A DMakefile72 HEADER= apps.h progs.h s_apps.h \
151 $(EXE): progs.h $(E_OBJ) $(PROGRAM).o $(DLIBCRYPTO) $(DLIBSSL)
169 progs.h: progs.pl
170 $(PERL) progs.pl $(E_EXE) >progs.h
482 openssl.o: openssl.c progs.h s_apps.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A DMakefile130 progs: $(PROGS)

Completed in 251 milliseconds

12