Searched refs:find (Results 1 - 25 of 1535) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dstrstr.c56 * Find the first occurrence of find in s.
59 strstr(s, find)
60 register const char *s, *find;
65 if ((c = *find++) != 0) {
66 len = strlen(find);
72 } while (strncmp(s, find, len) != 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh/
H A Dfixfcase.sh9 find "$dir" | awk -F'|' '{
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/
H A Dfind_bad_common_bufsiz10 find -name '*.c' \
H A Dfind_stray_common_vars6 find -name '*.o' \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/amps/langs/
H A Deu.inc68 $text["baseimgerr"] = "Cannot find base image";
69 $text["iconerr"] = "Cannot find one or more icons";
H A Dde.inc64 $text["baseimgerr"] = "Kann Basis-Bild nicht finden (Cannot find base image)";
65 $text["iconerr"] = "Kann eines oder mehrere Icons nicht finden (Cannot find one or more icons)";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A DfixNT.sh11 /bin/rm -f `find . -name '*.$$$' -print` 2>/dev/null >/dev/null
13 perl -pi -e 's/\015//' `find . -type 'f' -print |grep -v '.obj$' |grep -v '.der$' |grep -v '.gz'`
H A Dperlpath.pl7 require "find.pl";
10 &find(".");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A DfixNT.sh11 /bin/rm -f `find . -name '*.$$$' -print` 2>/dev/null >/dev/null
13 perl -pi -e 's/\015//' `find . -type 'f' -print |grep -v '.obj$' |grep -v '.der$' |grep -v '.gz'`
H A Dperlpath.pl7 require "find.pl";
10 &find(".");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A DfixNT.sh11 /bin/rm -f `find . -name '*.$$$' -print` 2>/dev/null >/dev/null
13 perl -pi -e 's/\015//' `find . -type 'f' -print |grep -v '.obj$' |grep -v '.der$' |grep -v '.gz'`
H A Dperlpath.pl7 require "find.pl";
10 &find(".");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/test/
H A Dudevstart-test.pl49 my $block = int(`find $udev_root -type b -print | wc -l`);
50 my $char = int(`find $udev_root -type c -print | wc -l`);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/mac/
H A DM5converteol.sh14 files=`find ../.. -name "*.xml" -print`
H A DM5replace.sh21 files=`find ../.. -name "*.xml" -print`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/util/
H A Doverlap.sh20 (find $dir/ -type f -print0 > $TMPFILE) || true
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/doc/manl/
H A Dcsc_sys.l10 CSCsysLimitsGet - find some system limits
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/
H A Dcleanup-man-pages.sh28 (find . -maxdepth 1 -name "_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all underscore-prefixed items"
29 (find . -maxdepth 1 -name "DBus*Internal*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
30 (find . -maxdepth 1 -name "dbus_*_internal_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
65 (find . -maxdepth 1 -name "dbus_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all dbus-prefixed items"
66 (find . -maxdepth 1 -name "DBUS_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all DBUS_-prefixed items"
67 (find . -maxdepth 1 -name "DBus*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all DBus-prefixed items"
71 (find . -maxdepth 1 -type f | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move remaining items"
73 NUKE_COUNT=`find nuke -type f -name "*" | wc -l`
74 KEEP_COUNT=`find keep -type f -name "*" | wc -l`
75 MISSING_COUNT=`find
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/boot/
H A Dinstall.sh30 for i in `find . -maxdepth 1 -name '*.h' -print`; do
35 for i in `find . -name '*.h' -print`; do
40 for i in `find . -name '*.h' -print`; do
45 for i in `find . -name '*.h' -print`; do
50 for i in `find . -name '*.h' -print`; do
55 for i in `find . -name '*.h' -print`; do
60 for i in `find . -name '*.h' -print`; do
65 for i in `find . -name '*.h' -print`; do
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr010/
H A Dchk.str10 echo 'FAIL: cannot find source distribution directory.'
22 `find $d -name '*.[ch]' -o -name '*.cpp' -o -name '*.java' |
33 `find $d -name '*.[ch]' -o -name '*.cpp' | sed -e '/\/perl\//d' -e '/\/test_erlang\//d'` |
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dmodprobe.c215 src++; /* Go to next char to find the end of the argument. */
291 /* find the corresponding module */
373 /* find the dep beginning */
387 /* find the path of the module */
391 /* find the end of the module name in the file name */
448 /* find the beginning of the module file name */
455 /* find the end of the module name in the file name */
713 struct mod_list_t *find; local
767 for (find = *head; find; fin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/
H A DMakefile.am13 rm -rf `find $(distdir)/doc -name .svn`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dhsearch.tcl34 set d [berkdb hsearch $str 0 find]
35 error_check_good hsearch:find $d $str
44 set d [berkdb hsearch $str 0 find]
45 error_check_good hsearch:find $d $str
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dcheckkconfigsymbols.sh10 Kconfigs="`find . -name 'Kconfig' -o -name 'Kconfig*[^~]'`"
13 find $paths -name '*.[chS]' -o -name 'Makefile' -o -name 'Makefile*[^~]'| while read i
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/linux/
H A DMakefile.top51 rm -f `find . -name '*.[oas]' -print`
52 rm -f `find . -name 'core' -print`
53 rm -f `find . -name '*~' -print`
59 rm -f Makefile `find . -name Makefile -print`

Completed in 242 milliseconds

1234567891011>>