Home
last modified time | relevance | path

Searched refs:ncc (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c1006 if (ncc < 0 && pcc < 0) in my_telnet()
1026 if (pfrontp - pbackp || ncc > 0) { in my_telnet()
1096 ncc = recv(net, netibuf, sizeof (netibuf), MSG_OOB); in my_telnet()
1097 if ((ncc == -1) && (errno == EINVAL)) { in my_telnet()
1098 ncc = read(net, netibuf, sizeof (netibuf)); in my_telnet()
1104 ncc = read(net, netibuf, sizeof (netibuf)); in my_telnet()
1107 ncc = read(net, netibuf, sizeof (netibuf)); in my_telnet()
1111 ncc = read(net, netibuf, sizeof (netibuf)); in my_telnet()
1113 if (ncc < 0 && errno == EWOULDBLOCK) in my_telnet()
1114 ncc = 0; in my_telnet()
[all …]
H A Dutility.c62 ncc = read(net, netibuf, sizeof netibuf); in ttloop()
63 if (ncc < 0) { in ttloop()
68 } else if (ncc == 0) { in ttloop()
73 output_data("td: ttloop read %d chars\r\n", ncc); in ttloop()
77 if (ncc > 0) { in ttloop()
H A Dglobal.c69 int pcc, ncc; variable
H A Ddefs.h79 ncc++; \
H A Dext.h72 extern int pcc, ncc;
H A Dstate.c85 while (ncc > 0) { in telrcv()
88 c = *netip++ & 0377, ncc--; in telrcv()
/freebsd/share/misc/
H A Dcommitters-src.dot145 cc [label="Cheng Cui\ncc@FreeBSD.org\n2023/02/15"]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dx1e80100.dtsi442 ncc_mem: ncc@80a00000 {