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

/haiku/src/bin/network/telnet/
H A Dtelnet.c1493 unsigned char *opt_replyend;
1504 opt_reply = opt_replyp = opt_replyend = NULL;
1508 opt_replyend = opt_reply + OPT_REPLY_SIZE;
1545 2 * strlen((char *)ep) + 6 > opt_replyend)
1548 opt_replyend += OPT_REPLY_SIZE;
1549 len = opt_replyend - opt_reply;
1553 opt_reply = opt_replyp = opt_replyend = NULL;
1556 opt_replyp = opt_reply + len - (opt_replyend - opt_replyp);
1557 opt_replyend = opt_reply + len;
1570 if (opt_replyp + (2 + 2) > opt_replyend)
1489 unsigned char *opt_replyend; variable
[all...]

Completed in 34 milliseconds