Searched refs:sh (Results 401 - 425 of 965) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/man/
H A DMakefile.in30 SHELL = /bin/sh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlz/
H A Dconfigure1 #! /bin/sh
14 DUALCASE=1; export DUALCASE # for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
50 rm -f conf$$.sh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlzyx/
H A Dconfigure1 #! /bin/sh
14 DUALCASE=1; export DUALCASE # for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
50 rm -f conf$$.sh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/
H A Dconfig.status1 #! /bin/sh
10 SHELL=${CONFIG_SHELL-/bin/sh}
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
68 as_echo_n='sh -c $as_echo_n_body as_echo'
71 as_echo='sh -c $as_echo_body as_echo'
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
112 # We did not find ourselves, most probably we were run as `sh COMMAN
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlx/
H A Dconfigure1 #! /bin/sh
14 DUALCASE=1; export DUALCASE # for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
50 rm -f conf$$.sh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathly/
H A Dconfigure1 #! /bin/sh
14 DUALCASE=1; export DUALCASE # for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
50 rm -f conf$$.sh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlyx/
H A Dconfigure1 #! /bin/sh
14 DUALCASE=1; export DUALCASE # for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
50 rm -f conf$$.sh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dprotocol.c233 struct sctphdr *sh; local
238 sh = sctp_hdr(skb);
240 *port = sh->source;
243 *port = sh->dest;
735 struct sctphdr *sh = sctp_hdr(skb); local
739 sin->sin_port = sh->source;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A DMakefile.in49 SHELL = /bin/sh
84 configure.in conf.in Makefile.in mkskel.sh flex.skl \
86 flex.1 scan.c install.sh mkinstalldirs configure
124 skel.c: flex.skl mkskel.sh
125 $(SHELL) $(srcdir)/mkskel.sh $(srcdir)/flex.skl >skel.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptscsih.c599 hd = (MPT_SCSI_HOST *) ioc->sh->hostdata;
1106 struct Scsi_Host *host = ioc->sh;
1138 hd->ioc->sh = NULL;
1155 struct Scsi_Host *host = ioc->sh;
2101 if (!ioc->sh) {
2113 hd = (MPT_SCSI_HOST *)ioc->sh->hostdata;
2376 struct Scsi_Host *sh = sdev->host; local
2380 MPT_SCSI_HOST *hd = (MPT_SCSI_HOST *)sh->hostdata;
2395 if (sdev->id > sh->max_id) {
2520 * may have a NULL sh pointe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsamba.spec15 Source998: filter-requires-samba_rh8.sh
16 Source999: filter-requires-samba_rh9.sh
82 ./autogen.sh
135 for i in mksmbpasswd.sh smbtar findsmb
411 %{prefix}/bin/mksmbpasswd.sh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathx/
H A DMakefile.in39 $(srcdir)/../../../build-aux/install-sh \
40 $(srcdir)/../../../build-aux/ltmain.sh \
48 ../../../build-aux/install-sh ../../../build-aux/ltmain.sh \
49 ../../../build-aux/mdate-sh ../../../build-aux/missing \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathy/
H A DMakefile.in40 $(srcdir)/../../../build-aux/install-sh \
41 $(srcdir)/../../../build-aux/ltmain.sh \
49 ../../../build-aux/install-sh ../../../build-aux/ltmain.sh \
50 ../../../build-aux/mdate-sh ../../../build-aux/missing \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathz/
H A DMakefile.in40 $(srcdir)/../../../build-aux/install-sh \
41 $(srcdir)/../../../build-aux/ltmain.sh \
49 ../../../build-aux/install-sh ../../../build-aux/ltmain.sh \
50 ../../../build-aux/mdate-sh ../../../build-aux/missing \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/
H A DMakefile.in252 autogen.sh \
255 ltmain.sh \
256 strip_non_asm_libtool_args.sh
272 config.sub configure.in depcomp install-sh ltmain.sh missing \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A DMakefile.in44 install-sh ltmain.sh missing
228 EXTRA_DIST = AUTHORS CREDITS COPYING NEWS autogen.sh
235 $(srcdir)/install-sh \
236 $(srcdir)/ltmain.sh \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/
H A Dconfig.status1 #! /bin/sh
10 SHELL=${CONFIG_SHELL-/bin/sh}
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
68 as_echo_n='sh -c $as_echo_n_body as_echo'
71 as_echo='sh -c $as_echo_body as_echo'
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
112 # We did not find ourselves, most probably we were run as `sh COMMAN
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Dconfig.status1 #! /bin/sh
10 SHELL=${CONFIG_SHELL-/bin/sh}
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
68 as_echo_n='sh -c $as_echo_n_body as_echo'
71 as_echo='sh -c $as_echo_body as_echo'
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
112 # We did not find ourselves, most probably we were run as `sh COMMAN
[all...]
H A Dconfig_arm.status1 #! /bin/sh
10 SHELL=${CONFIG_SHELL-/bin/sh}
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
68 as_echo_n='sh -c $as_echo_n_body as_echo'
71 as_echo='sh -c $as_echo_body as_echo'
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
112 # We did not find ourselves, most probably we were run as `sh COMMAN
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
H A Dconfig.status1 #! /bin/sh
11 SHELL=${CONFIG_SHELL-/bin/sh}
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
68 as_echo_n='sh -c $as_echo_n_body as_echo'
71 as_echo='sh -c $as_echo_body as_echo'
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
105 # We did not find ourselves, most probably we were run as `sh COMMAN
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/
H A DMakefile58 config.rpath config.sub depcomp install-sh ltmain.sh missing \
183 SHELL = /bin/sh
221 install_sh = $(SHELL) ${TIMEMACHINE_PATH}/libgpg-error-1.10/install-sh
244 EXTRA_DIST = autogen.sh config.rpath libgpg-error.spec.in COPYING COPYING.LIB \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
H A Dconfig.status1 #! /bin/sh
10 SHELL=${CONFIG_SHELL-/bin/sh}
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
68 as_echo_n='sh -c $as_echo_n_body as_echo'
71 as_echo='sh -c $as_echo_body as_echo'
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
112 # We did not find ourselves, most probably we were run as `sh COMMAN
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A DMakefile22 SHELL = /bin/sh
58 # $(SHELL) ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/install-sh does not start with $(SHELL), so we add it.
60 # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
62 mkinstalldirs = $(SHELL) $(SHELL) ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/install-sh -d
63 install_sh = $(SHELL) $(SHELL) ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/install-sh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A DMakefile.in480 # line options that were added, even if version.sh didn't change.
785 # Depend on version.sh to get version number changes.
786 $(man_MAN1IN) $(man_MAN1OTHER): help2man $(top_srcdir)/../version.sh
793 gettext.3: gettext.3.in $(top_srcdir)/../version.sh
796 ngettext.3: ngettext.3.in $(top_srcdir)/../version.sh
799 textdomain.3: textdomain.3.in $(top_srcdir)/../version.sh
802 bindtextdomain.3: bindtextdomain.3.in $(top_srcdir)/../version.sh
805 bind_textdomain_codeset.3: bind_textdomain_codeset.3.in $(top_srcdir)/../version.sh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A DMakefile61 SHELL = /bin/sh
123 autoconf.h.in install-sh mkinstalldirs config.guess config.sub \
124 aclocal.m4 ltconfig ltmain.sh

Completed in 248 milliseconds

<<11121314151617181920>>