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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dbzmore10 *less) more=less ;;
11 *) more=more ;;
37 bzip2 -cdfq | eval $more
55 bzip2 -cdfq "$FILE" | eval $more
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dinetpeer.h44 static inline __u16 inet_getid(struct inet_peer *p, int more) argument
50 p->ip_id_count += 1 + more;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dscatterwalk.c60 unsigned int more)
69 if (more) {
77 void scatterwalk_done(struct scatter_walk *walk, int out, int more) argument
79 if (!offset_in_page(walk->offset) || !more)
80 scatterwalk_pagedone(walk, out, more);
59 scatterwalk_pagedone(struct scatter_walk *walk, int out, unsigned int more) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dmconsole.h30 u32 more; member in struct:mconsole_reply
73 int len, int err, int more);
75 int more);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dmemzero.S63 tst r1, #16 @ 1 16 bytes or more?
67 4: tst r1, #8 @ 1 8 bytes or more?
69 tst r1, #4 @ 1 4 bytes or more?
75 5: tst r1, #2 @ 1 2 bytes or more?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dmemzero.S63 tst r1, #16 @ 1 16 bytes or more?
67 4: tst r1, #8 @ 1 8 bytes or more?
69 tst r1, #4 @ 1 4 bytes or more?
75 5: tst r1, #2 @ 1 2 bytes or more?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/lib/
H A Dhw_settings.S62 .dword 0 ; No more register values
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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
H A Dmsgcomm-223 ${MSGCOMM} --more-than=0 --no-location -o mcomm-test2.tmp \
H A Dmsgcomm-203 # Test --more-than=0; identical message are wanted once only.
27 ${MSGCOMM} --more-than=0 -o mcomm-test20.tmp \
H A Dmsgcomm-213 # Test --more-than=0; identical message are wanted once only.
28 ${MSGCOMM} --more-than=0 -o mcomm-test21.tmp mcomm-test21.in1 mcomm-test21.in2
H A Dmsgcomm-243 # Test --more-than=0 option with Java .properties syntax.
21 ${MSGCOMM} --more-than=0 --properties-input --properties-output -o mcomm-test24.tmp mcomm-test24.in1 mcomm-test24.in2
H A Dmsgcomm-323 ${MSGCOMM} --more-than=0 --omit-header -o mcomm-test3.tmp \
H A Dmsgcomm-434 ${MSGCOMM} --more-than=0 -o mcomm-test4.tmp \
H A Dmsgcomm-534 ${MSGCOMM} --more-than=0 --omit-header -o mcomm-test5.tmp \
H A Dmsgcomm-634 ${MSGCOMM} --more-than=0 --no-location -o mcomm-test6.tmp \
H A Dmsgcomm-734 ${MSGCOMM} --more-than=0 --no-location --omit-header -o mcomm-test7.tmp \

Completed in 88 milliseconds

1234567891011>>