Searched refs:DONE (Results 1 - 25 of 33) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/scripts/
H A Dpoff13 DONE="stopped"
53 "r") SIG=HUP; DONE=signalled; shift ;;
54 "d") SIG=USR1; DONE=signalled; shift ;;
55 "c") SIG=USR2; DONE=signalled; shift ;;
68 echo "$0: No pppd is running. None ${DONE}."
79 no arguments supplied. Nothing ${DONE}."
87 echo "$0: $KILL failed. None ${DONE}."
97 echo "$0: $KILL failed. None ${DONE}."
101 echo "$0: I could not find a pppd process for provider '$1'. None ${DONE}."
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtest.sh19 DONE="no"
20 while [ "$DONE" != "yes" ]; do
24 DONE="yes"
26 DONE="yes"
42 DONE="yes"
43 while [ "$DONE" != "no" ]; do
47 DONE="yes"
49 DONE="yes"
51 DONE="no"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/infback9/
H A Dinflate9.h17 DONE, /* finished check, done -- remain here until reset */ enumerator in enum:__anon1186
27 TYPE -> STORED or TABLE or LEN or DONE
H A Dinfback9.c281 mode = DONE;
574 case DONE:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinflate9.h17 DONE, /* finished check, done -- remain here until reset */ enumerator in enum:__anon3042
27 TYPE -> STORED or TABLE or LEN or DONE
H A Dinfback9.c281 mode = DONE;
574 case DONE:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_getpass.c100 #define DONE macro
136 #define DONE macro
175 #define DONE macro
178 #ifndef DONE /* not previously provided */
259 #endif /* DONE */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinflate.h47 DONE, /* finished check, done -- remain here until reset */ enumerator in enum:__anon1202
73 CHECK -> LENGTH -> DONE
H A Dinfback.c287 state->mode = DONE;
589 case DONE:
H A Dinflate.c1113 state->mode = DONE;
1114 case DONE:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.h47 DONE, /* finished check, done -- remain here until reset */ enumerator in enum:__anon3058
73 CHECK -> LENGTH -> DONE
H A Dinfback.c287 state->mode = DONE;
589 case DONE:
H A Dinflate.c1113 state->mode = DONE;
1114 case DONE:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinflate.h39 DONE, /* finished check, done -- remain here until reset */ enumerator in enum:__anon10829
65 CHECK -> LENGTH -> DONE
H A Dinflate.c697 state->mode = DONE;
698 case DONE:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtty.c85 #define DONE 0 macro
109 exit_code=DONE;
112 exit_code = DONE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep065script.tcl49 puts "put DONE to marker"
50 error_check_good marker_done [$markerdb put DONE DONE] 0
71 set kd [$markerdb get DONE]
252 if { [llength [$markerdb get DONE]] != 0 } {
H A Drep043.tcl210 error_check_good marker_done [$marker put DONE DONE] 0
H A Drep043script.tcl73 while { [llength [$marker get DONE]] == 0 } {
H A Drep015.tcl186 # the current item. At CLOSE, we close the cursor. At DONE,
188 # DONE, and quit when they have.
221 set cnext($i) DONE
226 DONE {
231 if { $cnext($j) != "DONE" } {
H A Drep045.tcl210 error_check_good version_done [$vdb put VERSION DONE] 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dflashutl.c37 #define DONE 0x80 /* Mask for done */ macro
272 if ((st = flash_poll(off, DONE)))
312 if ((st = flash_poll(off, DONE)))
456 while (((st = flash_readword(addr)) & DONE) == 0 && cnt != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D3c505.h49 #define DONE 0x08 /* DMA done */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libpwdgrp/
H A Dpwd_grp.c174 goto DONE;
189 DONE:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dmsh.c367 #define DONE 271 macro
610 { "done" , DONE },
1923 if (c == DONE && onlydone)
1928 musthave(DONE, 0);

Completed in 249 milliseconds

12