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

/haiku/src/bin/network/telnet/
H A Dtelnet.c1521 unsigned char *opt_replyend; variable
1532 opt_reply = opt_replyp = opt_replyend = NULL;
1536 opt_replyend = opt_reply + OPT_REPLY_SIZE;
1573 2 * strlen((char *)ep) + 6 > opt_replyend)
1576 opt_replyend += OPT_REPLY_SIZE;
1577 len = opt_replyend - opt_reply;
1581 opt_reply = opt_replyp = opt_replyend = NULL;
1584 opt_replyp = opt_reply + len - (opt_replyend - opt_replyp);
1585 opt_replyend = opt_reply + len;
1598 if (opt_replyp + (2 + 2) > opt_replyend)
[all...]

Completed in 34 milliseconds