Searched refs:opt_replyend (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtelnet.c1502 unsigned char *opt_replyend;
1513 opt_reply = opt_replyp = opt_replyend = NULL;
1517 opt_replyend = opt_reply + OPT_REPLY_SIZE;
1554 2 * strlen((char *)ep) + 6 > opt_replyend)
1559 opt_replyend += OPT_REPLY_SIZE + 2*strlen((char *)ep) + 2*(vp ? strlen((char *)vp) : 0);
1561 opt_replyend += OPT_REPLY_SIZE;
1563 len = opt_replyend - opt_reply;
1567 opt_reply = opt_replyp = opt_replyend = NULL;
1570 opt_replyp = opt_reply + len - (opt_replyend - opt_replyp);
1571 opt_replyend
1498 unsigned char *opt_replyend; variable
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet.c1431 unsigned char *opt_replyend; variable
1448 opt_reply = opt_replyp = opt_replyend = NULL;
1452 opt_replyend = opt_reply + OPT_REPLY_SIZE;
1489 2 * strlen((char *)ep) + 6 > opt_replyend)
1493 opt_replyend += OPT_REPLY_SIZE;
1494 len = opt_replyend - opt_reply;
1498 opt_reply = opt_replyp = opt_replyend = NULL;
1502 opt_replyp = opt_reply + len - (opt_replyend - opt_replyp);
1503 opt_replyend = opt_reply + len;
1516 if (opt_replyp + (2 + 2) > opt_replyend)
[all...]

Completed in 175 milliseconds