Searched refs:pcc (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/libexec/rlogind/
H A Drlogind.c342 int pcc = 0, fcc = 0; local
373 if (pcc >= 0) {
374 if (pcc) {
398 pcc = 0;
442 pcc = read(p, pibuf, sizeof (pibuf));
444 if (pcc < 0 && errno == EWOULDBLOCK)
445 pcc = 0;
446 else if (pcc <= 0)
449 pbp++, pcc--;
456 pcc
[all...]
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dtelnetd.c920 if (pcc)
921 (void) strncat(ptyibuf2, ptyip, pcc+1);
923 pcc = strlen(ptyip);
946 if (ncc < 0 && pcc < 0)
956 if (nfrontp - nbackp || pcc > 0) {
1065 pcc = read(p, ptyibuf, BUFSIZ);
1071 if (pcc < 0 && (errno == EWOULDBLOCK ||
1076 pcc = 0;
1078 if (pcc <= 0)
1085 copy_termbuf(ptyibuf+1, pcc
[all...]
H A Dext.h77 extern int pcc, ncc;
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dglobal.c69 int pcc, ncc; variable
H A Dtelnetd.c983 if (pcc)
984 strncat(ptyibuf2, ptyip, pcc+1);
986 pcc = strlen(ptyip);
1006 if (ncc < 0 && pcc < 0)
1021 if (nfrontp - nbackp || pcc > 0) {
1133 pcc = readstream(p, ptyibuf, BUFSIZ);
1136 pcc = read(p, ptyibuf, BUFSIZ);
1143 if (pcc < 0 && (errno == EWOULDBLOCK ||
1148 pcc = 0;
1150 if (pcc <
[all...]
H A Dext.h72 extern int pcc, ncc;
/freebsd-9.3-release/contrib/gcc/cp/
H A Dsemantics.c3004 enum style_t { ctor, arg, pcc } style; enumerator in enum:style_t
3010 style = pcc;
3042 else if (style == pcc)
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pcieepx-defs.h2570 uint32_t pcc : 1; /**< Power Controller Control */ member in struct:cvmx_pcieepx_cfg034::cvmx_pcieepx_cfg034_s
2588 uint32_t pcc : 1;
H A Dcvmx-pciercx-defs.h2396 uint32_t pcc : 1; /**< Power Controller Control */ member in struct:cvmx_pciercx_cfg034::cvmx_pciercx_cfg034_s
2414 uint32_t pcc : 1;

Completed in 207 milliseconds