Home
last modified time | relevance | path

Searched refs:CONTINUE (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_md5.c21 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator
32 data->state = CONTINUE; in eap_md5_init()
70 data->state = CONTINUE; in eap_md5_buildReq()
142 return data->state != CONTINUE; in eap_md5_isDone()
H A Deap_server_gtc.c16 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator
28 data->state = CONTINUE; in eap_gtc_init()
71 data->state = CONTINUE; in eap_gtc_buildReq()
190 return data->state != CONTINUE; in eap_gtc_isDone()
H A Deap_server_identity.c16 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator
28 data->state = CONTINUE; in eap_identity_init()
146 return data->state != CONTINUE; in eap_identity_isDone()
H A Deap_server_tnc.c18 START, CONTINUE, RECOMMENDATION, FRAG_ACK, WAIT_FRAG_ACK, DONE, enumerator
46 case CONTINUE: in eap_tnc_state_txt()
120 eap_tnc_set_state(data, CONTINUE); in eap_tnc_build_start()
288 case CONTINUE: in eap_tnc_buildReq()
503 eap_tnc_set_state(data, CONTINUE); in eap_tnc_process()
521 eap_tnc_set_state(data, CONTINUE); in eap_tnc_process()
H A Deap_server_tls.c22 enum { START, CONTINUE, SUCCESS, FAILURE } state; enumerator
34 case CONTINUE: in eap_tls_state_txt()
165 eap_tls_state(data, CONTINUE); in eap_tls_build_start()
189 case CONTINUE: in eap_tls_buildReq()
/freebsd/lib/libc/net/
H A Dnsparser.y57 %token RETURN CONTINUE
141 | CONTINUE { $$ = NS_ACTION_CONTINUE; }
H A Dnslexer.l72 [cC][oO][nN][tT][iI][nN][uU][eE] return CONTINUE;
/freebsd/include/arpa/
H A Dftp.h42 #define CONTINUE 3 /* positive intermediate */ macro
/freebsd/contrib/one-true-awk/
H A Dawkgram.y55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
83 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
322 | CONTINUE st { if (!inloop) SYNTAX("continue illegal outside of loops");
323 $$ = stat1(CONTINUE, NIL); }
H A Dmaketab.c100 { CONTINUE, "jump", "continue" },
H A Dlex.c55 { "continue", CONTINUE, CONTINUE },
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_sim.c47 CONTINUE, START_DONE, RESULT_SUCCESS, SUCCESS, FAILURE enumerator
59 case CONTINUE: in eap_sim_state_txt()
136 eap_sim_state(data, CONTINUE); in eap_sim_init()
1209 eap_sim_state(data, CONTINUE); in eap_sim_init_for_reauth()
H A Deap_aka.c46 CONTINUE, RESULT_SUCCESS, SUCCESS, FAILURE enumerator
68 case CONTINUE: in eap_aka_state_txt()
107 eap_aka_state(data, CONTINUE); in eap_aka_init()
1490 eap_aka_state(data, CONTINUE); in eap_aka_init_for_reauth()
/freebsd/usr.bin/bc/
H A Dscan.l129 "continue" return CONTINUE;
H A Dbc.y156 %token CONTINUE ELSE PRINT
285 | CONTINUE
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c215 else if(n == CONTINUE) { in login()
241 if (n == CONTINUE) { in login()
777 != CONTINUE) { in sendrequest()
993 command ("REST %ld", (long) restart_point) != CONTINUE) in recvrequest()
H A Dcmds.c1146 if (command("RNFR %s", argv[1]) == CONTINUE) in renamefile()
1306 if (n == CONTINUE) { in user()
1316 if (n == CONTINUE) { in user()
H A Dsecurity.c828 if(ret != CONTINUE){ in sec_login()
/freebsd/contrib/file/python/
H A Dmagic.py33 MAGIC_CONTINUE = CONTINUE = 32
/freebsd/contrib/tnftp/src/
H A Dftp.c759 if (command("REST " LLF, (LLT)restart_point) != CONTINUE) in sendrequest()
997 command("REST " LLF, (LLT) restart_point) != CONTINUE) in recvrequest()
1881 (command("REST " LLF, (LLT) restart_point) != CONTINUE)) in proxtrans()
1891 (command("REST " LLF, (LLT) restart_point) != CONTINUE)) in proxtrans()
H A Dutil.c444 if (n == CONTINUE) { in ftp_login()
455 if (n == CONTINUE) { in ftp_login()
H A Dcmds.c1274 if (command("RNFR %s", argv[1]) == CONTINUE && in renamefile()
1499 if (n == CONTINUE) { in user()
1510 if (n == CONTINUE) { in user()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp664 if (Pre->getOpcode() == R600::CONTINUE in wrapup()
1451 insertInstrEnd(ContingMBB, R600::CONTINUE, DL); in settleLoopcontBlock()
1467 insertInstrEnd(ContingMBB, R600::CONTINUE, in settleLoopcontBlock()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c828 if(ret != CONTINUE){ in sec_login()
/freebsd/crypto/heimdal/appl/ftp/
H A DChangeLog879 error message; return AUTH_{CONTINUE,ERROR}, where appropriate
881 * ftp/krb4.c: return AUTH_{CONTINUE,ERROR}, where appropriate
887 * ftp/security.h: add AUTH_{OK,CONTINUE,ERROR}

12