Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c1428 #define OPT_REPLY_SIZE (2 * SUBBUFSIZE) macro
1437 void *tmp = realloc (opt_reply, OPT_REPLY_SIZE); in env_opt_start()
1445 opt_reply = (unsigned char *)malloc(OPT_REPLY_SIZE); in env_opt_start()
1452 opt_replyend = opt_reply + OPT_REPLY_SIZE; in env_opt_start()
1493 opt_replyend += OPT_REPLY_SIZE; in env_opt_add()
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c1516 #define OPT_REPLY_SIZE (2 * SUBBUFSIZE) macro
1525 opt_reply = (unsigned char *)realloc(opt_reply, OPT_REPLY_SIZE); in env_opt_start()
1527 opt_reply = (unsigned char *)malloc(OPT_REPLY_SIZE); in env_opt_start()
1534 opt_replyend = opt_reply + OPT_REPLY_SIZE; in env_opt_start()
1574 opt_replyend += OPT_REPLY_SIZE; in env_opt_add()