Searched refs:CONTINUE (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.0-release/contrib/lukemftpd/src/
H A Darpaftp.h48 #define CONTINUE 3 /* positive intermediate */ macro
/freebsd-10.0-release/include/arpa/
H A Dftp.h44 #define CONTINUE 3 /* positive intermediate */ macro
/freebsd-10.0-release/contrib/wpa/src/eap_server/
H A Deap_server_md5.c21 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_md5_data::__anon4573
32 data->state = CONTINUE;
70 data->state = CONTINUE;
142 return data->state != CONTINUE;
H A Deap_server_identity.c16 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_identity_data::__anon4571
28 data->state = CONTINUE;
139 return data->state != CONTINUE;
H A Deap_server_gtc.c16 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_gtc_data::__anon4570
28 data->state = CONTINUE;
71 data->state = CONTINUE;
191 return data->state != CONTINUE;
H A Deap_server_tls.c22 enum { START, CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_tls_data::__anon4586
33 case CONTINUE:
34 return "CONTINUE";
122 eap_tls_state(data, CONTINUE);
146 case CONTINUE:
H A Deap_server_tnc.c18 START, CONTINUE, RECOMMENDATION, FRAG_ACK, WAIT_FRAG_ACK, DONE, enumerator in enum:eap_tnc_data::eap_tnc_state
46 case CONTINUE:
47 return "CONTINUE";
120 eap_tnc_set_state(data, CONTINUE);
288 case CONTINUE:
502 eap_tnc_set_state(data, CONTINUE);
520 eap_tnc_set_state(data, CONTINUE);
/freebsd-10.0-release/lib/libc/net/
H A Dnsparser.y58 %token RETURN CONTINUE
142 | CONTINUE { $$ = NS_ACTION_CONTINUE; }
H A Dnslexer.l75 [cC][oO][nN][tT][iI][nN][uU][eE] return CONTINUE;
/freebsd-10.0-release/contrib/one-true-awk/
H A Dmaketab.c99 { CONTINUE, "jump", "continue" },
H A Dawkgram.y55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
82 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
319 | CONTINUE st { if (!inloop) SYNTAX("continue illegal outside of loops");
320 $$ = stat1(CONTINUE, NIL); }
H A Dlex.c53 { "continue", CONTINUE, CONTINUE },
/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Deap_sim.c46 CONTINUE, RESULT_SUCCESS, RESULT_FAILURE, SUCCESS, FAILURE enumerator in enum:eap_sim_data::__anon4553
56 case CONTINUE:
57 return "CONTINUE";
129 eap_sim_state(data, CONTINUE);
1037 eap_sim_state(data, CONTINUE);
H A Deap_aka.c45 CONTINUE, RESULT_SUCCESS, RESULT_FAILURE, SUCCESS, FAILURE enumerator in enum:eap_aka_data::__anon4538
63 case CONTINUE:
64 return "CONTINUE";
101 eap_aka_state(data, CONTINUE);
1293 eap_aka_state(data, CONTINUE);
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c215 else if(n == CONTINUE) {
241 if (n == CONTINUE) {
777 != CONTINUE) {
993 command ("REST %ld", (long) restart_point) != CONTINUE)
H A Dcmds.c1146 if (command("RNFR %s", argv[1]) == CONTINUE)
1306 if (n == CONTINUE) {
1316 if (n == CONTINUE) {
H A Dsecurity.c828 if(ret != CONTINUE){
/freebsd-10.0-release/contrib/bmake/
H A Dparse.c175 * CONTINUE parsing, i.e. it had only reached the end of an include file,
178 #define CONTINUE 1 macro
2500 * CONTINUE if there's more to do. DONE if not.
2504 * lineno, curFILE, and fname are changed if CONTINUE is returned.
2523 return CONTINUE;
2554 return (CONTINUE);
3056 } while (ParseEOF() == CONTINUE);
/freebsd-10.0-release/contrib/tnftp/src/
H A Dftp.c759 if (command("REST " LLF, (LLT)restart_point) != CONTINUE)
997 command("REST " LLF, (LLT) restart_point) != CONTINUE)
1881 (command("REST " LLF, (LLT) restart_point) != CONTINUE))
1891 (command("REST " LLF, (LLT) restart_point) != CONTINUE))
H A Dutil.c444 if (n == CONTINUE) {
455 if (n == CONTINUE) {
H A Dcmds.c1274 if (command("RNFR %s", argv[1]) == CONTINUE &&
1500 if (n == CONTINUE) {
1511 if (n == CONTINUE) {
/freebsd-10.0-release/usr.bin/bc/
H A Dbc.y160 %token CONTINUE ELSE PRINT
289 | CONTINUE
/freebsd-10.0-release/usr.bin/make/
H A Dparse.c102 * CONTINUE parsing, i.e. it had only reached the end of an include file,
105 #define CONTINUE 1 macro
376 * CONTINUE if there's more to do. DONE if not.
381 * CONTINUE is returned.
403 return (TAILQ_EMPTY(&includes) ? DONE : CONTINUE);
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp1637 CFGTraits::insertInstrEnd(contingBlk, AMDGPU::CONTINUE, passRep, DL);
1660 CFGTraits::insertInstrEnd(contingBlk, AMDGPU::CONTINUE, passRep, CFGTraits::getLastDebugLocInBB(contingBlk));
1699 CFGTraits::insertInstrEnd(newBlk, AMDGPU::CONTINUE, passRep);
2742 if (instr->getOpcode() == AMDGPU::CONTINUE) {
2994 if (pre->getOpcode() == AMDGPU::CONTINUE
H A DR600ControlFlowFinalizer.cpp453 case AMDGPU::CONTINUE: {

Completed in 473 milliseconds

12