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

/freebsd-10-stable/contrib/telnet/telnet/
H A Dtelnet.c1522 #define OPT_REPLY_SIZE (2 * SUBBUFSIZE) macro
1531 opt_reply = (unsigned char *)realloc(opt_reply, OPT_REPLY_SIZE);
1533 opt_reply = (unsigned char *)malloc(OPT_REPLY_SIZE);
1540 opt_replyend = opt_reply + OPT_REPLY_SIZE;
1580 opt_replyend += OPT_REPLY_SIZE;
/freebsd-10-stable/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);
1445 opt_reply = (unsigned char *)malloc(OPT_REPLY_SIZE);
1452 opt_replyend = opt_reply + OPT_REPLY_SIZE;
1493 opt_replyend += OPT_REPLY_SIZE;

Completed in 102 milliseconds