Searched refs:ncc (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | telnetd.c | 1006 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 D | utility.c | 62 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 D | global.c | 69 int pcc, ncc; variable
|
H A D | defs.h | 79 ncc++; \
|
H A D | ext.h | 72 extern int pcc, ncc;
|
H A D | state.c | 85 while (ncc > 0) { in telrcv() 88 c = *netip++ & 0377, ncc--; in telrcv()
|
/freebsd/share/misc/ |
H A D | committers-src.dot | 145 cc [label="Cheng Cui\ncc@FreeBSD.org\n2023/02/15"]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | x1e80100.dtsi | 442 ncc_mem: ncc@80a00000 {
|