OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfrontp
(Results
1 - 7
of
7
) sorted by relevancy
/src/libexec/telnetd/
authenc.c
48
if (
nfrontp
+ len < netobuf + BUFSIZ) {
60
if (s <
nfrontp
&& encrypt_output) {
61
(*encrypt_output)((unsigned char *)s,
nfrontp
- s);
63
nclearto =
nfrontp
;
utility.c
69
if (
nfrontp
- nbackp) {
203
#define wewant(p) ((
nfrontp
> p) && ((*p&0xff) == IAC) && \
204
(
nfrontp
> p+1) && ((*(p+1)&0xff) != EC) && ((*(p+1)&0xff) != EL))
224
while ((thisitem != NULL) && (
nfrontp
> thisitem)) {
230
next = nextitem(next,
nfrontp
);
231
} while ((next != NULL) && wewant(next) && (
nfrontp
> next));
233
next =
nfrontp
;
240
thisitem = nextitem(thisitem,
nfrontp
);
245
nfrontp
= good; /* next byte to be sent */
259
if ((n =
nfrontp
- nbackp) > 0)
[
all
...]
global.c
85
char netobuf[BUFSIZ+NETSLOP], *
nfrontp
, *nbackp;
variable in typeref:typename:char[]*
ext.h
70
extern char netobuf[BUFSIZ+NETSLOP], *
nfrontp
, *nbackp;
telnetd.c
172
nfrontp
= nbackp = netobuf;
963
if (
nfrontp
- nbackp || pcc > 0)
1045
neturg =
nfrontp
- 1; /* off by one XXX */
1063
(unsigned char *)
nfrontp
- 4,
1073
if ((&netobuf[BUFSIZ] -
nfrontp
) < 2)
1088
if ((set[0].revents & POLLOUT) && (
nfrontp
- nbackp) > 0)
state.c
192
neturg =
nfrontp
- 1; /* off by one XXX */
1646
remaining = BUFSIZ - (
nfrontp
- netobuf);
1650
remaining = BUFSIZ - (
nfrontp
- netobuf);
1652
ret = vsnprintf(
nfrontp
, remaining, format, args);
1653
nfrontp
+= ((ret < remaining - 1) ? ret : remaining - 1);
1663
remaining = BUFSIZ - (
nfrontp
- netobuf);
1666
remaining = BUFSIZ - (
nfrontp
- netobuf);
1670
memmove(
nfrontp
, buf, l);
1671
nfrontp
+= l;
/src/usr.bin/telnet/
telnet.c
2172
#define wewant(p) ((
nfrontp
> p) && ((*p&0xff) == IAC) && \
2192
} while (wewant(next) && (
nfrontp
> next));
Completed in 22 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025