Searched refs:more (Results 1 - 25 of 841) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bzip2/
H A Dbzmore10 *less) more=less ;;
11 *) more=more ;;
37 bzip2 -cdfq | eval $more
55 bzip2 -cdfq "$FILE" | eval $more
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dslip_common.c9 if(slip->more > 0){
11 while(i < slip->more){
17 slip->more - i);
18 slip->more = slip->more - i;
22 slip->more = 0;
38 slip->more = n - (i + 1);
H A Dslip_common.h86 int more; /* more data: do not read fd until ibuf has been drained */ member in struct:slip_proto
95 slip->more = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinetpeer.h61 static inline __u16 inet_getid(struct inet_peer *p, int more) argument
63 more++;
65 return atomic_add_return(more, &p->ip_id_count) - more;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/
H A Dunrpm5 # Requires the programs (cpio, gzip, and the pager more or less).
29 type more >/dev/null 2>&1 && pager=more
H A Dundeb5 # Requires the programs (ar, tar, gzip, and the pager more or less).
30 type more >/dev/null 2>&1 && pager=more
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtverify.com12 $ more := YES
22 $ more := NO
27 $ if more then goto loop_certs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/amps/langs/
H A Deu.inc15 * GNU General Public License for more details.
69 $text["iconerr"] = "Cannot find one or more icons";
H A Dde.inc15 * GNU General Public License for more details.
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/components/opensource/linux/linux-2.6.36/drivers/staging/easycap/
H A Deasycap_testcard.c19 * GNU General Public License for more details.
40 int i1, line, k, m, n, more, much, barwidth; local
87 more = barwidth;
89 while (more) {
98 if (0 > more) {
104 if (much > more)
105 much = more;
112 more -= much;
H A Deasycap_sound.c22 * GNU General Public License for more details.
52 int i, j, more, much, leap, rc; local
314 more = purb->iso_frame_desc[i].actual_length;
317 if (!more)
318 more = purb->iso_frame_desc[i].length;
321 if (!more)
334 more -= leap;
337 * COPY more BYTES FROM ISOC BUFFER TO AUDIO BUFFER,
341 while (more) {
342 if (0 > more) {
655 long int kount1, more, rc, l0, lm; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dscatterwalk.c71 unsigned int more)
80 if (more) {
94 void scatterwalk_done(struct scatter_walk *walk, int out, int more) argument
97 if (walk->len_this_page == 0 || !more)
98 scatterwalk_pagedone(walk, out, more);
70 scatterwalk_pagedone(struct scatter_walk *walk, int out, unsigned int more) argument
H A Dscatterwalk.h49 void scatterwalk_done(struct scatter_walk *walk, int out, int more);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dscatterwalk.c51 unsigned int more)
61 if (more) {
69 void scatterwalk_done(struct scatter_walk *walk, int out, int more) argument
71 if (!(scatterwalk_pagelen(walk) & (PAGE_SIZE - 1)) || !more)
72 scatterwalk_pagedone(walk, out, more);
50 scatterwalk_pagedone(struct scatter_walk *walk, int out, unsigned int more) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dmconsole.h30 u32 more; member in struct:mconsole_reply
73 int len, int err, int more);
75 int more);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-ftp-bad-list.px16 Some more text.
H A DTest-ftp-recursive.px16 Some more text.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Djr3_pci.c16 GNU General Public License for more details.
425 int result, more, pos, OK; local
428 more = 1;
431 while (more) {
434 more = more && read_idm_word(data, size, &pos, &count);
435 if (more && count == 0xffff) {
439 more = more && read_idm_word(data, size, &pos, &addr);
440 while (more
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/
H A Dcore.c212 bool more; local
244 irq = interrupt_pending(cpu, &more);
246 try_deliver_interrupt(cpu, irq, more);
272 if (interrupt_pending(cpu, &more) < LGUEST_IRQS)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/lib/
H A Dhw_settings.S60 .dword 0 ; No more register values
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/lib/
H A Dstrcmp.S6 ; Version 2. See the file COPYING for more details.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgcomm-13 # Test --more-than=0 option.
23 ${MSGCOMM} --more-than=0 -o mcomm-test1.tmp mcomm-test1.in1 mcomm-test1.in2
H A Dmsgcomm-103 # Test merge of common entries with --more-than=1 and --omit-header.
45 ${MSGCOMM} --more-than=1 --no-location --omit-header -o mcomm-test10.tmp \
H A Dmsgcomm-183 # Test --more-than=0; identical message are wanted once only.
25 ${MSGCOMM} --more-than=0 -o mcomm-test18.tmp mcomm-test18.in1 mcomm-test18.in2
H A Dmsgcomm-193 # Test --more-than=0; identical message are wanted once only.
27 ${MSGCOMM} --more-than=0 -o mcomm-test19.tmp mcomm-test19.in1 mcomm-test19.in2

Completed in 367 milliseconds

1234567891011>>