OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slc_reply
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/telnet/
telnet.c
1351
unsigned char
slc_reply
[128];
1357
slc_replyp =
slc_reply
;
1367
if ((size_t)(slc_replyp -
slc_reply
) + 6 > sizeof(
slc_reply
))
1382
len = slc_replyp -
slc_reply
;
1383
if (len <= 4 || ((size_t)len + 2 > sizeof(
slc_reply
)))
1389
ring_supply_data(&netoring,
slc_reply
, slc_replyp -
slc_reply
);
1390
printsub('>', &
slc_reply
[2], slc_replyp -
slc_reply
- 2)
1348
unsigned char
slc_reply
[128];
variable in typeref:typename:unsigned char[128]
[
all
...]
telnet.c
1351
unsigned char
slc_reply
[128];
1357
slc_replyp =
slc_reply
;
1367
if ((size_t)(slc_replyp -
slc_reply
) + 6 > sizeof(
slc_reply
))
1382
len = slc_replyp -
slc_reply
;
1383
if (len <= 4 || ((size_t)len + 2 > sizeof(
slc_reply
)))
1389
ring_supply_data(&netoring,
slc_reply
, slc_replyp -
slc_reply
);
1390
printsub('>', &
slc_reply
[2], slc_replyp -
slc_reply
- 2)
1348
unsigned char
slc_reply
[128];
variable in typeref:typename:unsigned char[128]
[
all
...]
Completed in 91 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025