Searched refs:cread (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/uucp-11/uucp/unix/
H A Dgetcwd.c18 int cread; local
29 cread = fread (zbuf, sizeof (char), cbuf, e);
30 if (cread == 0)
38 cread = 0;
41 if (cread != 0)
43 if (zbuf[cread - 1] == '\n')
44 zbuf[cread - 1] = '\0';
48 cread = 0;
52 if (cread == 0)
H A Dstatsb.c447 int cread;
466 cread = read (o, &i, sizeof i);
468 cread = read (o, ab, sizeof ab - 1);
474 if (cread < 0)
484 ab[cread] = '\0';
491 ab[cread] = '\0';
442 int cread; local
H A Dserial.c2739 size_t cwrite, cread;
2746 cread = *pcread;
2828 cgot = t_rcv (q->o, zread, cread, &iflags);
2845 cgot = read (q->o, zread, cread);
2866 cread -= cgot;
2872 if (cread == 0 || cwrite == 0)
2960 longer than the times it takes to receive cread bytes, in
2973 if (cwait > cread)
2974 cwait = cread;
2723 size_t cwrite, cread; local
/macosx-10.10/uucp-11/uucp/
H A Dconn.c309 size_t cread = *pcread;
311 if (cread == 0 || cwrite == 0)
312 ulog (LOG_FATAL, "fconn_io: cread %lu; cwrite %lu",
313 (unsigned long) cread, (unsigned long) cwrite);
326 (unsigned long) *pcread, (unsigned long) cread);
305 size_t cread = *pcread; local
H A Duux.c1637 CATCH_PROTECT size_t cread;
1649 cread = 0;
1654 while (cread < sizeof (ab))
1670 ab[cread] = b;
1671 ++cread;
1680 if (cread > 0)
1682 cwrite = fwrite (ab, sizeof (char), cread, e);
1683 if (cwrite != cread)
1685 (int) cwrite, (int) cread);
1688 while (cread
1631 CATCH_PROTECT size_t cread; local
[all...]
H A Dtstuu.c203 static long cread P((int o, struct sbuf **));
606 cFrom1 += cread (omaster1, &qbuf1);
609 cFrom2 += cread (omaster2, &qbuf2);
630 cgot1 = cread (omaster1, &qbuf1);
632 cgot2 = cread (omaster2, &qbuf2);
1370 cread (o, pqbuf)
1365 cread (o, pqbuf) function
/macosx-10.10/vim-55/runtime/syntax/
H A Dcterm.vim20 syn keyword ctermFunction combase config commect copy cread

Completed in 116 milliseconds