/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_md5.c | 21 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 D | eap_server_gtc.c | 16 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 D | eap_server_identity.c | 16 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 D | eap_server_tnc.c | 18 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 D | eap_server_tls.c | 22 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 D | nsparser.y | 57 %token RETURN CONTINUE 141 | CONTINUE { $$ = NS_ACTION_CONTINUE; }
|
H A D | nslexer.l | 72 [cC][oO][nN][tT][iI][nN][uU][eE] return CONTINUE;
|
/freebsd/include/arpa/ |
H A D | ftp.h | 42 #define CONTINUE 3 /* positive intermediate */ macro
|
/freebsd/contrib/one-true-awk/ |
H A D | awkgram.y | 55 %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 D | maketab.c | 100 { CONTINUE, "jump", "continue" },
|
H A D | lex.c | 55 { "continue", CONTINUE, CONTINUE },
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_sim.c | 49 CONTINUE, START_DONE, RESULT_SUCCESS, SUCCESS, FAILURE enumerator 62 case CONTINUE: in eap_sim_state_txt() 168 eap_sim_state(data, CONTINUE); in eap_sim_init() 1323 eap_sim_state(data, CONTINUE); in eap_sim_init_for_reauth()
|
H A D | eap_aka.c | 47 CONTINUE, RESULT_SUCCESS, SUCCESS, FAILURE enumerator 70 case CONTINUE: in eap_aka_state_txt() 128 eap_aka_state(data, CONTINUE); in eap_aka_init() 1600 eap_aka_state(data, CONTINUE); in eap_aka_init_for_reauth()
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | ftp.c | 215 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 D | cmds.c | 1146 if (command("RNFR %s", argv[1]) == CONTINUE) in renamefile() 1306 if (n == CONTINUE) { in user() 1316 if (n == CONTINUE) { in user()
|
H A D | security.c | 828 if(ret != CONTINUE){ in sec_login()
|
/freebsd/contrib/file/python/ |
H A D | magic.py | 33 MAGIC_CONTINUE = CONTINUE = 32
|
/freebsd/contrib/tnftp/src/ |
H A D | ftp.c | 759 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 D | util.c | 444 if (n == CONTINUE) { in ftp_login() 455 if (n == CONTINUE) { in ftp_login()
|
H A D | cmds.c | 1274 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 D | R600MachineCFGStructurizer.cpp | 664 if (Pre->getOpcode() == R600::CONTINUE in wrapup() 1451 insertInstrEnd(ContingMBB, R600::CONTINUE, DL); in settleLoopcontBlock() 1467 insertInstrEnd(ContingMBB, R600::CONTINUE, in settleLoopcontBlock()
|
H A D | R600ControlFlowFinalizer.cpp | 617 case R600::CONTINUE: { in runOnMachineFunction()
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | security.c | 828 if(ret != CONTINUE){ in sec_login()
|
/freebsd/crypto/heimdal/appl/ftp/ |
H A D | ChangeLog | 879 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}
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | http.c | 585 enum expect { NO, CONTINUE, OTHER }; enumerator 598 return !evutil_ascii_strcasecmp(expect, "100-continue") ? CONTINUE : OTHER; in evhttp_have_expect() 627 if (evhttp_have_expect(req, 0) != CONTINUE && in evhttp_make_header() 2245 case CONTINUE: in evhttp_get_body()
|