Home
last modified time | relevance | path

Searched refs:clientout (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/games/odamex/odamex-src-0.7.0/tests/commands/
H A DcmdWad.tcl25 set nextline [gets $clientout]
28 gets $clientout
31 expect $clientout {> Map: E1M1} 0
32 expect $clientout {> DOOM.WAD} 0
37 set nextline [gets $clientout]
43 gets $clientout
44 gets $clientout
47 expect $clientout {} 0
49 gets $clientout
50 gets $clientout
[all …]
H A DcmdMap.tcl22 expect $clientout {}
23 expect $clientout {}
30 expect $clientout {}
31 expect $clientout {}
38 expect $clientout {}
39 expect $clientout {}
46 expect $clientout {}
47 expect $clientout {}
54 expect $clientout {}
55 expect $clientout {}
[all …]
H A DcvarMaxplayers.tcl8 global server client serverout clientout port
35 expect $clientout {} 0
37 expect $clientout {MAP01: entryway} 0
38 expect $clientout {} 0
40 expect $clientout {} 0
41 expect $clientout {Server disconnected} 0
47 expect $clientout "connecting to 127.0.0.1:$port" 0
50 expect $clientout {Server is full} 0
65 expect $clientout {Server is full} 0
83 expect $clientout {} 0
[all …]
H A DcmdKick.tcl8 global server client serverout clientout
16 expect $clientout {} 0
22 expect $clientout {} 0
30 expect $clientout {Player was kicked from the server!} 0
31 expect $clientout {} 0
32 expect $clientout {Server disconnected} 0
33 expect $clientout {} 0
44 expect $clientout {Player was kicked from the server! (Reason: be gone)} 0
45 expect $clientout {} 0
46 expect $clientout {Server disconnected} 0
[all …]
H A DcmdRquit.tcl8 global server client serverout clientout port
20 expect $clientout {connecting to 127.0.0.1:10599} 0
30 for {set i 0} {$i < 9} {incr i} { gets $clientout }
31 expect $clientout {Currently loaded WADs match server checksum} 0
32 expect $clientout {} 0
33 expect $clientout {challenging 127.0.0.1:10599} 0
34 expect $clientout {} 0
35 expect $clientout {=================================} 0
36 expect $clientout {MAP01: entryway} 0
H A Dcommon.tcl29 global client clientout clientcon
38 set clientout [open odamex.log r]
47 global server client serverout clientout port servercon clientcon
54 global server client serverout clientout servercon clientcon
71 close $clientout
87 global client clientout
95 global serverout clientout server client
101 gets $clientout
102 while { ![eof $clientout] } { gets $clientout }
125 global server client serverout clientout
H A DcmdPlaydemo.tcl8 global server client serverout clientout
18 expect $clientout {Playing demo demo1} 0
19 expect $clientout {} 0
20 expect $clientout {=================================} 0
21 expect $clientout {MAP11: 'o' of destruction!} 0
23 gets $clientout
25 expect $clientout {You got the shotgun!} 0
26 expect $clientout {You got the chaingun!} 0
H A DcmdAddban.tcl8 global server client serverout clientout port
19 for {set i 0} {$i < 12} {incr i} { gets $clientout }
20 expect $clientout {} 0
21 expect $clientout {You are banned! (reason: none given)} 0
22 …expect $clientout {If you feel there has been an error, contact the server host. (No e-mail given)…
42 global server client serverout clientout port
53 for {set i 0} {$i < 12} {incr i} { gets $clientout }
54 expect $clientout {} 0
55 expect $clientout {You are banned! (reason: none given)} 0
56 …expect $clientout {If you feel there has been an error, contact the server host. (No e-mail given)…
[all …]
H A DcmdKickban.tcl8 global server client serverout clientout
16 expect $clientout {} 0
22 expect $clientout {} 0
31 expect $clientout {Player was kickbanned from the server! (Reason: be gone)} 0
32 expect $clientout {} 0
33 expect $clientout {Server disconnected} 0
34 expect $clientout {} 0
H A DcmdSay.tcl8 global server client serverout clientout
21 expect $clientout {Player: hello} 0
47 expect $clientout {Player: hello} 0
59 expect $clientout {Player: hello} 0
87 expect $clientout {[console]: hello} 0
89 expect $clientout {[console]: %s} 0
H A DcvarTimelimit.tcl8 global server client serverout clientout port
27 expect $clientout "Time limit hit. Game won by Player!" 0
31 global server client serverout clientout port
55 global server client serverout clientout port
74 expect $clientout "Time limit hit. Game is a draw!" 0
/dports/games/odamex/odamex-src-0.7.0/tests/bugs/
H A DfastmonstersResetOnNewWad.tcl8 global client clientout
19 gets $clientout
20 gets $clientout
21 gets $clientout
22 expect $clientout {MAP07: dead simple} 0
23 gets $clientout
33 gets $clientout
34 gets $clientout
35 gets $clientout
36 expect $clientout {E1M5: Phobos Lab} 0
[all …]
H A DwadLoadFailMapWad.tcl8 global client clientout
17 expect $clientout {} 0
18 expect $clientout {=================================} 0
19 expect $clientout {DOOM 2: Hell on Earth} 0
20 expect $clientout {} 0
28 expect $clientout {Unknown command map1} 0
29 expect $clientout {} 0
36 expect $clientout {} 0
38 expect $clientout {DOOM 2: Hell on Earth} 0
39 gets $clientout
[all …]
H A DwadLoadFailPlaydemo.tcl8 global client clientout
17 expect $clientout {} 0
18 expect $clientout {=================================} 0
19 expect $clientout {DOOM 2: Hell on Earth} 0
20 expect $clientout {} 0
28 expect $clientout {Playing demo demo1} 0
29 expect $clientout {} 0
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dsaslclient.c188 const char *mech, *clientout = NULL; in saslclient() local
198 sasl_cmd->maxlen ? &clientout : NULL, in saslclient()
214 if (!clientout) goto noinitresp; /* no initial response */ in saslclient()
220 clientout = NULL; in saslclient()
238 if (clientout) { /* response */ in saslclient()
240 r = sasl_encode64(clientout, clientoutlen, in saslclient()
243 clientout = NULL; in saslclient()
324 (serverinlen || !clientout)) { /* no delayed initial response */ in saslclient()
327 &clientout, &clientoutlen); in saslclient()
339 } while (r == SASL_CONTINUE || (r == SASL_OK && clientout)); in saslclient()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dsaslclient.c188 const char *mech, *clientout = NULL; in saslclient() local
198 sasl_cmd->maxlen ? &clientout : NULL, in saslclient()
214 if (!clientout) goto noinitresp; /* no initial response */ in saslclient()
220 clientout = NULL; in saslclient()
238 if (clientout) { /* response */ in saslclient()
240 r = sasl_encode64(clientout, clientoutlen, in saslclient()
243 clientout = NULL; in saslclient()
324 (serverinlen || !clientout)) { /* no delayed initial response */ in saslclient()
327 &clientout, &clientoutlen); in saslclient()
339 } while (r == SASL_CONTINUE || (r == SASL_OK && clientout)); in saslclient()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dsaslclient.c188 const char *mech, *clientout = NULL; in saslclient() local
198 sasl_cmd->maxlen ? &clientout : NULL, in saslclient()
214 if (!clientout) goto noinitresp; /* no initial response */ in saslclient()
220 clientout = NULL; in saslclient()
238 if (clientout) { /* response */ in saslclient()
240 r = sasl_encode64(clientout, clientoutlen, in saslclient()
243 clientout = NULL; in saslclient()
324 (serverinlen || !clientout)) { /* no delayed initial response */ in saslclient()
327 &clientout, &clientoutlen); in saslclient()
339 } while (r == SASL_CONTINUE || (r == SASL_OK && clientout)); in saslclient()
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/libvncclient/
H A Dsasl.c154 const char *clientout; in HandleSASLAuth() local
307 &clientout, in HandleSASLAuth()
325 mechname, clientoutlen, clientout, clientout); in HandleSASLAuth()
339 if (clientout) { in HandleSASLAuth()
342 if (!WriteToRFBServer(client, (char *)clientout, clientoutlen + 1)) goto error; in HandleSASLAuth()
381 &clientout, in HandleSASLAuth()
400 …ientLog("Client step result %d. Data %d bytes %p '%s'\n", err, clientoutlen, clientout, clientout); in HandleSASLAuth()
409 if (clientout) { in HandleSASLAuth()
412 if (!WriteToRFBServer(client, (char *)clientout, clientoutlen + 1)) goto error; in HandleSASLAuth()
418 rfbClientLog("Server step with %d bytes %p\n", clientoutlen, clientout); in HandleSASLAuth()
/dports/mail/postfix-current/postfix-3.7-20211107/src/xsasl/
H A Dxsasl_cyrus_client.c441 CLIENTOUT_TYPE clientout; in xsasl_cyrus_client_first() local
464 &clientout, &clientoutlen, mechanism); in xsasl_cyrus_client_first()
479 escape(client->decoded, clientout, clientoutlen); in xsasl_cyrus_client_first()
486 if ((sasl_status = sasl_encode64(clientout, clientoutlen, in xsasl_cyrus_client_first()
495 free(clientout); in xsasl_cyrus_client_first()
512 CLIENTOUT_TYPE clientout; in xsasl_cyrus_client_next() local
535 &clientout, &clientoutlen); in xsasl_cyrus_client_next()
547 myname, (int) clientoutlen, clientout); in xsasl_cyrus_client_next()
551 if ((sasl_status = sasl_encode64(clientout, clientoutlen, in xsasl_cyrus_client_next()
559 free(clientout); in xsasl_cyrus_client_next()
/dports/security/cyrus-sasl2-sql/cyrus-sasl-2.1.28/docsrc/sasl/reference/manpages/library/
H A Dsasl_client_start.rst20 const char ** clientout,
30 const char ** clientout,
56 :param clientout: is created. It is the initial
63 set clientout to NULL.
65 If there is no initial client‐send, then \*clientout will
68 :param clientoutlen: length of `clientout`.
/dports/security/cyrus-sasl2-saslauthd/cyrus-sasl-2.1.28/docsrc/sasl/reference/manpages/library/
H A Dsasl_client_start.rst20 const char ** clientout,
30 const char ** clientout,
56 :param clientout: is created. It is the initial
63 set clientout to NULL.
65 If there is no initial client‐send, then \*clientout will
68 :param clientoutlen: length of `clientout`.
/dports/security/cyrus-sasl2-gssapi/cyrus-sasl-2.1.28/docsrc/sasl/reference/manpages/library/
H A Dsasl_client_start.rst20 const char ** clientout,
30 const char ** clientout,
56 :param clientout: is created. It is the initial
63 set clientout to NULL.
65 If there is no initial client‐send, then \*clientout will
68 :param clientoutlen: length of `clientout`.
/dports/sysutils/vector/vector-0.10.0/cargo-crates/sasl2-sys-0.1.12/sasl2/docsrc/sasl/reference/manpages/library/
H A Dsasl_client_start.rst20 const char ** clientout,
30 const char ** clientout,
56 :param clientout: is created. It is the initial
63 set clientout to NULL.
65 If there is no initial client‐send, then \*clientout will
68 :param clientoutlen: length of `clientout`.
/dports/security/cyrus-sasl2-srp/cyrus-sasl-2.1.28/docsrc/sasl/reference/manpages/library/
H A Dsasl_client_start.rst20 const char ** clientout,
30 const char ** clientout,
56 :param clientout: is created. It is the initial
63 set clientout to NULL.
65 If there is no initial client‐send, then \*clientout will
68 :param clientoutlen: length of `clientout`.
/dports/security/cyrus-sasl2-ldapdb/cyrus-sasl-2.1.28/docsrc/sasl/reference/manpages/library/
H A Dsasl_client_start.rst20 const char ** clientout,
30 const char ** clientout,
56 :param clientout: is created. It is the initial
63 set clientout to NULL.
65 If there is no initial client‐send, then \*clientout will
68 :param clientoutlen: length of `clientout`.

123456789