Searched refs:pcc (Results 1 - 14 of 14) sorted by last modified time

/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dmachine_check.h124 uint64_t pcc :BIT1(57); member in struct:__anon15284::__anon15285
139 uint64_t pcc :BIT1(57); member in struct:__anon15284::__anon15286
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dext.h72 extern int pcc, ncc;
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...]
/macosx-10.9.5/files-638.1.4/private/etc/
H A Dservices2667 bspne-pcc 1252/udp # bspne-pcc
2668 bspne-pcc 1252/tcp # bspne-pcc
2669 q55-pcc 1253/udp # q55-pcc
2670 q55-pcc 1253/tcp # q55-pcc
5406 pcc-mfp 2256/tcp # PCC MFP
5407 pcc
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dtelnetd.c1006 if (pcc)
1007 (void) strncat(ptyibuf2, ptyip, pcc+1);
1009 pcc = strlen(ptyip);
1032 if (ncc < 0 && pcc < 0)
1042 if (nfrontp - nbackp || pcc > 0) {
1151 pcc = read(p, ptyibuf, BUFSIZ);
1157 if (pcc < 0 && (errno == EWOULDBLOCK ||
1162 pcc = 0;
1164 if (pcc <= 0)
1171 copy_termbuf(ptyibuf+1, pcc
[all...]
H A Dext.h77 extern int pcc, ncc;
/macosx-10.9.5/vim-53/src/
H A Dex_getln.c2655 int pcc[MAX_MCO]; local
2657 pc = utfc_ptr2char_len(p + mb_l, pcc,
2659 pc1 = pcc[0];
H A Dmbyte.c1793 utfc_ptr2char(p, pcc)
1795 int *pcc; /* return: composing chars, last one is 0 */
1813 pcc[i++] = cc;
1823 pcc[i] = 0;
1833 utfc_ptr2char_len(p, pcc, maxlen)
1835 int *pcc; /* return: composing chars, last one is 0 */
1854 pcc[i++] = cc;
1866 pcc[i] = 0;
H A Dscreen.c2397 int pcc[MAX_MCO]; local
2411 pc = utfc_ptr2char(p + c_len, pcc);
2413 pc1 = pcc[0];
3920 int pcc[MAX_MCO]; local
3933 pc = utfc_ptr2char(ptr + mb_l, pcc);
3935 pc1 = pcc[0];
6712 int pcc[MAX_MCO]; local
6797 nc = utfc_ptr2char_len(ptr + mbyte_blen, pcc,
6799 nc1 = pcc[0];
/macosx-10.9.5/vim-53/src/proto/
H A Dmbyte.pro28 int utfc_ptr2char __ARGS((char_u *p, int *pcc));
29 int utfc_ptr2char_len __ARGS((char_u *p, int *pcc, int maxlen));
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/
H A DClass.pm327 peter: Peter Collingbourne <peter@pcc.me.uk>
/macosx-10.9.5/remote_cmds-41.90.1/rlogind.tproj/
H A Drlogind.c441 int pcc = 0, fcc = 0; local
472 if (pcc >= 0) {
473 if (pcc) {
497 pcc = 0;
546 pcc = read(p, pibuf, sizeof (pibuf));
548 if (pcc < 0 && errno == EWOULDBLOCK)
549 pcc = 0;
550 else if (pcc <= 0)
553 pbp++, pcc--;
563 pcc
[all...]
/macosx-10.9.5/emacs-92/emacs/src/m/
H A Dconvex.h151 #define C_SWITCH_MACHINE -pcc

Completed in 247 milliseconds