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

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet.c1429 unsigned char *opt_reply; variable
1436 if (opt_reply) {
1437 void *tmp = realloc (opt_reply, OPT_REPLY_SIZE);
1439 opt_reply = tmp;
1441 free (opt_reply);
1442 opt_reply = NULL;
1445 opt_reply = (unsigned char *)malloc(OPT_REPLY_SIZE);
1446 if (opt_reply == NULL) {
1448 opt_reply = opt_replyp = opt_replyend = NULL;
1451 opt_replyp = opt_reply;
[all...]
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtelnet.c1500 unsigned char *opt_reply = NULL;
1507 if (opt_reply)
1508 opt_reply = (unsigned char *)realloc(opt_reply, OPT_REPLY_SIZE);
1510 opt_reply = (unsigned char *)malloc(OPT_REPLY_SIZE);
1511 if (opt_reply == NULL) {
1513 opt_reply = opt_replyp = opt_replyend = NULL;
1516 opt_replyp = opt_reply;
1517 opt_replyend = opt_reply + OPT_REPLY_SIZE;
1537 if (opt_reply
1496 unsigned char *opt_reply = NULL; variable
[all...]

Completed in 177 milliseconds