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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dfilter-requires-samba_rh8.sh2 /usr/lib/rpm/find-requires $* | egrep -v '(Net::LDAP|CGI)'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_je2db35 for d in `find . -type d | grep -v CVS | grep $DIRMATCH` ; do
40 for d in `find . -type d | grep -v CVS | grep $DIRMATCH` ; do
46 for d in `find . -type d | grep -v CVS | grep $EXAMPLESMATCH` ; do
58 for f in `find . -name '*.java' -o -name "package.html" | grep $DIRMATCH | grep -v $EXCLUDESRC` ; do
67 for f in `find . -name '*.java' -o -name "*.java.original" | grep $DIRMATCH | grep -v $EXCLUDETESTS` \
78 for f in `find . -name '*.java' | grep $EXAMPLESMATCH` ; do
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_tests.sh98 # find the test drivers.
102 find cavs -type f -name "*.rsp" | ( while read f ; do
117 find cavs -type f -name "*.req" | while read f ; do
133 find . -type f -name "*rsp" -print | zip -@ "$result_file"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/testsuite/
H A Dall_sourcecode.tests32 find $srcdir/../ \
61 find $srcdir/.. '(' -name '*.c' -o -name '*.h' ')' -print0 | xargs -0 \
71 find $srcdir/.. '(' -name '*.c' -o -name '*.h' ')' -print0 | xargs -0 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_lsdb.c183 struct ospf_lsa *find;
190 find = rn->info;
192 return find;
204 struct ospf_lsa *find;
217 find = rn->info;
219 return find;
232 struct ospf_lsa *find;
256 find = rn->info;
258 return find;
182 struct ospf_lsa *find; local
203 struct ospf_lsa *find; local
231 struct ospf_lsa *find; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-misc.c43 int i, find; local
70 find = -1;
74 find = i;
77 return find;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dmakerpms-cvs.sh15 FILES=$(find . -name "*.tmpl" -type f)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr001/
H A Dchk.code10 echo 'FAIL: cannot find source distribution directory.'
14 echo 'FAIL: unable to find or build libdb.a'
19 for i in `find $d -name '*.cs' | sed '/\/ref_xml\//d'`; do
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr004/
H A Dchk.javafiles11 echo 'FAIL: cannot find source distribution directory.'
20 find $d/java $d/examples_java -name \*.java -print |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr007/
H A Dchk.proto10 echo 'FAIL: cannot find source distribution directory.'
32 find $d -name '*.in' -o -name '*.[ch]' -o -name '*.cpp' > $t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr009/
H A Dchk.srcfiles11 echo 'FAIL: cannot find source distribution directory.'
27 find $d -type f |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/
H A Dchk.bdb36 echo 'FAIL: unable to find or build dbtest.jar'
55 for f in `find classes -name "*Test.class"`; do
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr033/
H A Dchk.codegen10 echo 'FAIL: cannot find db_codegen source directory.'
18 for i in `find $d -name 'example[0-9]*'` ; do

Completed in 131 milliseconds

1234567891011>>