Searched refs:tr (Results 101 - 125 of 870) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Ddepcomp111 tr ' ' '
152 tr ' ' '
155 tr '
160 tr ' ' '
340 tr ' ' '
388 sed '1,2d' "$tmpdepfile" | tr ' ' '
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dmainwin.cc232 myAltSpeedAction = new QAction( tr( "Speed Limits" ), this );
475 sub = menu->addMenu( tr( "Limit Download Speed" ) );
478 a = myDlimitOffAction = sub->addAction( tr( "Unlimited" ) );
483 a = myDlimitOnAction = sub->addAction( tr( "Limited at %1" ).arg( Formatter::speedToString( Speed::fromKBps( currentVal ) ) ) );
495 sub = menu->addMenu( tr( "Limit Upload Speed" ) );
498 a = myUlimitOffAction = sub->addAction( tr( "Unlimited" ) );
503 a = myUlimitOnAction = sub->addAction( tr( "Limited at %1" ).arg( Formatter::speedToString( Speed::fromKBps( currentVal ) ) ) );
516 sub = menu->addMenu( tr( "Stop Seeding at Ratio" ) );
520 a = myRatioOffAction = sub->addAction( tr( "Seed Forever" ) );
525 a = myRatioOnAction = sub->addAction( tr( "Sto
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wl/
H A DMakefile57 wl_suffix := $(shell echo "$(WL_SUFFIX)" | tr A-Z a-z)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/spectra/
H A Dffsport.c277 static int do_transfer(struct spectra_nand_dev *tr, struct request *req) argument
303 if (blk_rq_pos(req) + blk_rq_cur_sectors(req) > get_capacity(tr->gd)) {
309 (int)get_capacity(tr->gd));
328 if (GLOB_FTL_Page_Read(tr->tmp_buf, addr)) {
333 memcpy(buf, tr->tmp_buf + (rsect << 9), tsect << 9);
352 if (GLOB_FTL_Page_Read(tr->tmp_buf, addr)) {
357 memcpy(buf, tr->tmp_buf, (nsect % ratio) << 9);
370 if (GLOB_FTL_Page_Read(tr->tmp_buf, addr)) {
375 memcpy(tr->tmp_buf + (rsect << 9), buf, tsect << 9);
376 if (GLOB_FTL_Page_Write(tr
428 struct spectra_nand_dev *tr = arg; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dformat-c-312 tr -d '\r' < fc3.tmp > fc3.pot
43 tr -d '\r' < de.po.tmp > de.po.un
H A Dformat-c-412 tr -d '\r' < fc4.tmp > fc4.pot
47 tr -d '\r' < de.po.tmp > de.po.un
H A Dformat-c-512 tr -d '\r' < fc5.tmp > fc5.pot
44 tr -d '\r' < fa.po.tmp > fa.po.un
H A Dlang-elisp23 tr -d '\r' < prog.tmp > prog.pot
59 tr -d '\r' < fr.po.tmp > fr.po.new
H A Dlang-ycp23 tr -d '\r' < prog.tmp > prog.pot
72 tr -d '\r' < fr.po.tmp > fr.po.new
H A Dmsgcat-1552 tr -d '\r' < mcat-test15.tmp1 > mcat-test15.out1
64 tr -d '\r' < mcat-test15.tmp2 > mcat-test15.out2
H A Dmsgfmt-544 tr -d '\r' < foo-de.tmp > foo-de.out
48 tr -d '\r' < foo-fr.tmp > foo-fr.out
H A Dxgettext-c-320 tr -d '\r' < xg-c-3.tmp.po > xg-c-3.po
H A Dxgettext-c-417 tr -d '\r' < xg-c-4.tmp.po > xg-c-4.po
H A Dxgettext-c-517 tr -d '\r' < xg-c-5.tmp.po > xg-c-5.po
H A Dgettext-116 ${GETTEXT} --env LC_ALL=en -e test 'SYS_(C)\n' | tr -d '\r' > gt-test1.out
H A Dmsgattrib-163 tr -d '\r' < ma-test1.tmp > ma-test1.out
H A Dmsgattrib-1064 tr -d '\r' < ma-test10.tmp > ma-test10.out
H A Dmsgattrib-1263 tr -d '\r' < ma-test12.tmp > ma-test12.out
H A Dmsgattrib-1363 tr -d '\r' < ma-test13.tmp > ma-test13.out
H A Dmsgattrib-1463 tr -d '\r' < ma-test14.tmp > ma-test14.out
H A Dmsgattrib-1558 tr -d '\r' < ma-test15.tmp > ma-test15.out
H A Dmsgattrib-1651 tr -d '\r' < ma-test16.tmp > ma-test16.out
H A Dmsgattrib-1751 tr -d '\r' < ma-test17.tmp > ma-test17.out
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/OS400/
H A Dinitscript.sh186 tr 'a-z-' 'A-Z_' |
190 tr 'a-z-' 'A-Z_' |
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/KDE/
H A Dteam-address74 tr) english=Turkish;;
87 anchor=`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e 's,^.*<TR.*<A NAME="\([^"]*\)">.*>'"$english"'[^<>]*team<.*</TR>$,\1,p'`
94 address1=`echo "$html" | tr '\012' '|' | sed -n -e 's,^.*>'"$english"'[^<>]*team<\(.*\)$,\1,p' | sed -e "$sed_addnl" | sed -e 2q -e 1d | sed -n -e 's,^.*mailing list\(.*\)$,\1,p' | sed -e 's,</LI>.*,,' | sed -e 's,</A>.*,</A>,' | sed -n -e 's,^.*HREF="\([^"]*\)">[^<>]*</A>.*$,\1,p'`
99 address2=`echo "$html" | tr '\012' '|' | sed -n -e 's,^.*>'"$english"'[^<>]*team<\(.*\)$,\1,p' | sed -e "$sed_addnl" | sed -e 2q -e 1d | sed -n -e 's,^.*web site\(.*\)$,\1,p' | sed -e 's,</LI>.*,,' | sed -e 's,</A>.*,</A>,' | sed -n -e 's,^.*HREF="\([^"]*\)">[^<>]*</A>.*$,\1,p'`

Completed in 157 milliseconds

1234567891011>>