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

12

/freebsd-13-stable/include/arpa/
H A Dftp.h46 #define CONTINUE 3 /* positive intermediate */ macro
/freebsd-13-stable/contrib/wpa/src/eap_server/
H A Deap_server_md5.c21 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_md5_data::__anon6473
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::__anon6471
28 data->state = CONTINUE;
146 return data->state != CONTINUE;
H A Deap_server_gtc.c16 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_gtc_data::__anon6470
28 data->state = CONTINUE;
71 data->state = CONTINUE;
190 return data->state != 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:
503 eap_tnc_set_state(data, CONTINUE);
521 eap_tnc_set_state(data, CONTINUE);
H A Deap_server_tls.c22 enum { START, CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_tls_data::__anon6487
34 case CONTINUE:
35 return "CONTINUE";
165 eap_tls_state(data, CONTINUE);
189 case CONTINUE:
/freebsd-13-stable/lib/libc/net/
H A Dnsparser.y60 %token RETURN CONTINUE
144 | CONTINUE { $$ = NS_ACTION_CONTINUE; }
H A Dnslexer.l78 [cC][oO][nN][tT][iI][nN][uU][eE] return CONTINUE;
/freebsd-13-stable/contrib/one-true-awk/
H A Dmaketab.c100 { 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.c55 { "continue", CONTINUE, CONTINUE },
/freebsd-13-stable/contrib/file/python/
H A Dmagic.py32 MAGIC_CONTINUE = CONTINUE = 32
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap_sim.c47 CONTINUE, RESULT_SUCCESS, SUCCESS, FAILURE enumerator in enum:eap_sim_data::__anon6452
59 case CONTINUE:
60 return "CONTINUE";
134 eap_sim_state(data, CONTINUE);
1197 eap_sim_state(data, CONTINUE);
H A Deap_aka.c46 CONTINUE, RESULT_SUCCESS, SUCCESS, FAILURE enumerator in enum:eap_aka_data::__anon6435
68 case CONTINUE:
69 return "CONTINUE";
107 eap_aka_state(data, CONTINUE);
1476 eap_aka_state(data, CONTINUE);
/freebsd-13-stable/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-13-stable/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 &&
1499 if (n == CONTINUE) {
1510 if (n == CONTINUE) {
/freebsd-13-stable/usr.bin/bc/
H A Dbc.y159 %token CONTINUE ELSE PRINT
288 | CONTINUE
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp690 if (Pre->getOpcode() == R600::CONTINUE
1487 insertInstrEnd(ContingMBB, R600::CONTINUE, DL);
1503 insertInstrEnd(ContingMBB, R600::CONTINUE,
H A DR600ControlFlowFinalizer.cpp650 case R600::CONTINUE: {
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c828 if(ret != CONTINUE){
/freebsd-13-stable/contrib/libevent/
H A Dhttp.c573 enum expect { NO, CONTINUE, OTHER }; enumerator in enum:expect
586 return !evutil_ascii_strcasecmp(expect, "100-continue") ? CONTINUE : OTHER;
615 if (evhttp_have_expect(req, 0) != CONTINUE &&
2204 case CONTINUE:

Completed in 227 milliseconds

12