Searched refs:SB_LEN (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dstate.c57 #define SB_LEN() (subend - subpointer) macro
913 DIAG(TD_OPTIONS, {netflush(); printsub('<', subpointer, SB_LEN()+2);});
1017 subpointer[SB_LEN()] = '\0';
1222 auth_is(subpointer, SB_LEN());
1225 auth_name(subpointer, SB_LEN());
1236 encrypt_support(subpointer, SB_LEN());
1239 encrypt_is(subpointer, SB_LEN());
1242 encrypt_reply(subpointer, SB_LEN());
1245 encrypt_start(subpointer, SB_LEN());
1253 encrypt_request_start(subpointer, SB_LEN());
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet.c51 #define SB_LEN() (subend - subpointer) macro
708 printsub('<', subbuffer, SB_LEN()+2);
792 lm_will(subpointer, SB_LEN());
795 lm_wont(subpointer, SB_LEN());
798 lm_do(subpointer, SB_LEN());
801 lm_dont(subpointer, SB_LEN());
804 slc(subpointer, SB_LEN());
807 lm_mode(subpointer, SB_LEN(), 0);
834 env_opt(subpointer, SB_LEN());
877 auth_is(subpointer, SB_LEN());
[all...]
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtelnet.c91 #define SB_LEN() (subend - subpointer)
749 printsub('<', subbuffer, SB_LEN()+2);
829 lm_will(subpointer, SB_LEN());
832 lm_wont(subpointer, SB_LEN());
835 lm_do(subpointer, SB_LEN());
838 lm_dont(subpointer, SB_LEN());
841 slc(subpointer, SB_LEN());
844 lm_mode(subpointer, SB_LEN(), 0);
871 env_opt(subpointer, SB_LEN());
914 auth_is(subpointer, SB_LEN());
90 #define SB_LEN macro
[all...]
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dstate.c70 #define SB_LEN() (subend - subpointer) macro
1070 DIAG(TD_OPTIONS, {netflush(); printsub('<', subpointer, SB_LEN()+2);});
1223 subpointer[SB_LEN()] = '\0';
1427 auth_is(subpointer, SB_LEN());
1430 auth_name(subpointer, SB_LEN());
1441 encrypt_support(subpointer, SB_LEN());
1444 encrypt_is(subpointer, SB_LEN());
1447 encrypt_reply(subpointer, SB_LEN());
1450 encrypt_start(subpointer, SB_LEN());
1456 encrypt_request_start(subpointer, SB_LEN());
[all...]

Completed in 195 milliseconds