OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ptyip
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/telnetd/
telnetd.c
104
char ptyibuf[BUFSIZ], *
ptyip
= ptyibuf;
variable
934
strncpy(ptyibuf2ptr,
ptyip
, pcc+1);
935
ptyip
= ptyibuf2;
936
pcc = strlen(
ptyip
);
1068
ptyip
= ptyibuf+1;
1075
c = *
ptyip
++ & 0377, pcc--;
1080
if (pcc > 0 && ((*
ptyip
& 0377) == '\n')) {
1081
output_data("%c", *
ptyip
++ & 0377);
telnetd.c
104
char ptyibuf[BUFSIZ], *
ptyip
= ptyibuf;
variable
934
strncpy(ptyibuf2ptr,
ptyip
, pcc+1);
935
ptyip
= ptyibuf2;
936
pcc = strlen(
ptyip
);
1068
ptyip
= ptyibuf+1;
1075
c = *
ptyip
++ & 0377, pcc--;
1080
if (pcc > 0 && ((*
ptyip
& 0377) == '\n')) {
1081
output_data("%c", *
ptyip
++ & 0377);
Completed in 107 milliseconds
Indexes created Wed Sep 16 00:24:39 UTC 2026