OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opt_reply
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/telnet/
telnet.c
1461
unsigned char *
opt_reply
;
1470
if (
opt_reply
) {
1471
p = (unsigned char *)realloc(
opt_reply
, OPT_REPLY_SIZE);
1473
free(
opt_reply
);
1476
opt_reply
= p;
1477
if (
opt_reply
== NULL) {
1479
opt_reply
= opt_replyp = opt_replyend = NULL;
1482
opt_replyp =
opt_reply
;
1483
opt_replyend =
opt_reply
+ OPT_REPLY_SIZE;
1504
if (
opt_reply
== NULL) /*XXX*
1458
unsigned char *
opt_reply
;
variable in typeref:typename:unsigned char *
[
all
...]
telnet.c
1461
unsigned char *
opt_reply
;
1470
if (
opt_reply
) {
1471
p = (unsigned char *)realloc(
opt_reply
, OPT_REPLY_SIZE);
1473
free(
opt_reply
);
1476
opt_reply
= p;
1477
if (
opt_reply
== NULL) {
1479
opt_reply
= opt_replyp = opt_replyend = NULL;
1482
opt_replyp =
opt_reply
;
1483
opt_replyend =
opt_reply
+ OPT_REPLY_SIZE;
1504
if (
opt_reply
== NULL) /*XXX*
1458
unsigned char *
opt_reply
;
variable in typeref:typename:unsigned char *
[
all
...]
telnet.c
1461
unsigned char *
opt_reply
;
1470
if (
opt_reply
) {
1471
p = (unsigned char *)realloc(
opt_reply
, OPT_REPLY_SIZE);
1473
free(
opt_reply
);
1476
opt_reply
= p;
1477
if (
opt_reply
== NULL) {
1479
opt_reply
= opt_replyp = opt_replyend = NULL;
1482
opt_replyp =
opt_reply
;
1483
opt_replyend =
opt_reply
+ OPT_REPLY_SIZE;
1504
if (
opt_reply
== NULL) /*XXX*
1458
unsigned char *
opt_reply
;
variable in typeref:typename:unsigned char *
[
all
...]
Completed in 33 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025