OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opt_replyend
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/telnet/
telnet.c
1463
unsigned char *
opt_replyend
;
1479
opt_reply = opt_replyp =
opt_replyend
= NULL;
1483
opt_replyend
= opt_reply + OPT_REPLY_SIZE;
1522
if ((unsigned int)(
opt_replyend
- opt_replyp) < elen)
1525
len =
opt_replyend
- opt_reply + elen;
1533
opt_reply = opt_replyp =
opt_replyend
= NULL;
1537
opt_replyend
= opt_reply + len;
1595
opt_reply = opt_replyp =
opt_replyend
= NULL;
1460
unsigned char *
opt_replyend
;
variable in typeref:typename:unsigned char *
Completed in 12 milliseconds
Indexes created Sun Oct 12 05:10:08 GMT 2025