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

12

/freebsd-11-stable/contrib/libxo/xohtml/
H A Dxohtml.sh.in15 DONE=
28 while [ -z "$DONE" -a ! -z "$1" ]; do
55 DONE=1;
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_redir.sh43 cat <<- 'DONE' |
44 DONE
46 cat <<- 'DONE' |
47 DONE
50 cat <<- 'DONE' |
52 DONE
54 cat <<- 'DONE' |
56 DONE
59 cat <<- 'DONE' |
62 DONE
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsysv4.h104 #define ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX(FILE, ENCODING, SIZE, ADDR, DONE) \
111 goto DONE; \
H A Dlinux.h152 #define ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX(FILE, ENCODING, SIZE, ADDR, DONE) \
159 goto DONE; \
H A Ddarwin.h222 #define ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX(FILE, ENCODING, SIZE, ADDR, DONE) \
230 goto DONE; \
238 goto DONE; \
H A Dsco5.h282 #define ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX(FILE, ENCODING, SIZE, ADDR, DONE) \
289 goto DONE; \
/freebsd-11-stable/share/examples/drivers/
H A Dmake_pseudo_driver.sh72 cat >${TOP}/conf/files.${UPPER} <<DONE
74 DONE
76 cat >${TOP}/i386/conf/${UPPER} <<DONE
90 DONE
96 cat >${TOP}/dev/${1}/${1}.c <<DONE
365 DONE
367 cat >${TOP}/sys/${1}io.h <<DONE
385 DONE
391 cat >${TOP}/modules/${1}/Makefile <<DONE
401 DONE
[all...]
H A Dmake_device_driver.sh85 cat >${TOP}/conf/files.${UPPER} <<DONE
87 DONE
92 cat >${TOP}/i386/conf/${UPPER} <<DONE
102 DONE
104 cat >>${TOP}/i386/conf/${UPPER} <<DONE
109 DONE
115 cat >${TOP}/dev/${1}/${1}.c <<DONE
932 DONE
934 cat >${TOP}/sys/${1}io.h <<DONE
952 DONE
[all...]
/freebsd-11-stable/lib/libcam/
H A Dscsi_cmdparse.c370 DONE, enumerator in enum:__anon4670
387 while (state != DONE) {
391 state = DONE;
442 state = DONE;
458 state = DONE;
472 state = DONE;
477 state = DONE;
488 state = DONE;
497 state = DONE;
507 state = DONE;
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h49 DONE, /* finished check, done -- remain here until reset */ enumerator in enum:__anon7878
75 CHECK -> LENGTH -> DONE
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_tnc.c18 START, CONTINUE, RECOMMENDATION, FRAG_ACK, WAIT_FRAG_ACK, DONE, enumerator in enum:eap_tnc_data::eap_tnc_state
54 case DONE:
55 return "DONE";
179 eap_tnc_set_state(data, DONE);
189 eap_tnc_set_state(data, DONE);
263 eap_tnc_set_state(data, DONE);
271 else if (data->state == DONE)
314 case DONE:
462 if (len == 1 && (data->state == DONE || data->state == FAIL)) {
543 return data->state == DONE || dat
[all...]
H A Deap_server_ikev2.c19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon3724
63 case DONE:
64 return "DONE";
456 eap_ikev2_state(data, DONE);
471 return data->state == DONE || data->state == FAIL;
478 return data->state == DONE && data->ikev2.state == IKEV2_DONE &&
488 if (data->state != DONE || !data->keymat_ok)
506 if (data->state != DONE || !data->keymat_ok)
526 if (data->state != DONE || !data->keymat_ok)
H A Deap_server_wsc.c20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon3740
44 case DONE:
45 return "DONE";
/freebsd-11-stable/contrib/netbsd-tests/net/route/
H A Dt_change.sh128 flags: <UP,GATEWAY,DONE,STATIC>
147 flags: <UP,GATEWAY,DONE,STATIC>
195 flags: <UP,GATEWAY,DONE,STATIC>
214 flags: <UP,GATEWAY,DONE,STATIC>
262 flags: <UP,GATEWAY,DONE,STATIC>
281 flags: <UP,GATEWAY,DONE,STATIC>
H A Dt_route.sh235 flags: <UP,HOST,DONE,LLINFO,LOCAL>
251 flags: <UP,DONE,CONNECTED>
267 flags: <UP,GATEWAY,DONE,STATIC>
285 flags: <UP,DONE,CONNECTED>
310 flags: <UP,HOST,DONE,LLINFO,LOCAL>
325 flags: <UP,DONE,CONNECTED>
341 flags: <UP,GATEWAY,DONE,STATIC>
359 flags: <UP,DONE,CONNECTED>
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dfile.c195 enum { BEFORE, SEARCHHEADER, INHEADER, INDATA, DONE } where; enumerator in enum:__anon5975
253 where = DONE;
269 case DONE:
273 if (where == DONE) {
/freebsd-11-stable/sys/contrib/zlib/
H A Dinflate.h49 DONE, /* finished check, done -- remain here until reset */ enumerator in enum:__anon4337
77 CHECK -> LENGTH -> DONE
H A Dinfback.c296 state->mode = DONE;
606 case DONE:
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_ikev2.c19 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon3700
39 case DONE:
40 return "DONE";
221 eap_ikev2_state(data, DONE);
441 return data->state == DONE && data->keymat_ok;
450 if (data->state != DONE || !data->keymat_ok)
468 if (data->state != DONE || !data->keymat_ok)
488 if (data->state != DONE || !data->keymat_ok)
H A Deap_tnc.c18 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_tnc_data::__anon4308
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh2.c35 #define DONE 271 macro
326 if (c == DONE && onlydone)
331 musthave(DONE, 0);
477 "done", DONE,
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin.h850 #define ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX(ASM_OUT_FILE, ENCODING, SIZE, ADDR, DONE) \
853 goto DONE; \
/freebsd-11-stable/sys/dev/rl/
H A Dif_rl.c1333 sc->rl_twister = DONE;
1362 sc->rl_twister = DONE;
1372 sc->rl_twister = DONE;
1389 case DONE:
1419 if (sc->rl_twister == DONE)
1423 if (sc->rl_twister == DONE)
1707 * DONE here will disable this entirely.
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h1836 #define ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX(FILE, ENCODING, SIZE, ADDR, DONE) \
1849 goto DONE; \
/freebsd-11-stable/tools/tools/sysbuild/
H A Dsysbuild.sh653 log_it DONE

Completed in 177 milliseconds

12