Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c1583 static unsigned char *opt_replyend; variable
1598 opt_reply = opt_replyp = opt_replyend = NULL; in env_opt_start()
1602 opt_replyend = opt_reply + OPT_REPLY_INITIAL_SIZE; in env_opt_start()
1651 if (opt_reply_size > (opt_replyend - opt_reply)) {
1657 opt_reply = opt_replyp = opt_replyend = NULL;
1661 opt_replyend = opt_reply + opt_reply_size;
1734 opt_reply = opt_replyp = opt_replyend = NULL;