Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c1584 #define OPT_REPLY_INITIAL_SIZE 256 macro
1594 opt_reply = realloc(opt_reply, OPT_REPLY_INITIAL_SIZE); in env_opt_start()
1602 opt_replyend = opt_reply + OPT_REPLY_INITIAL_SIZE; in env_opt_start()