HomeSort by: relevance | last modified time | path
    Searched defs:outcount (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/mdocml/dist/
mdoc_markdown.c 258 static int outcount; variable
441 outcount = 0;
451 outcount++;
655 outcount += strlen(seq);
658 outcount++;
699 outcount++;
714 outcount++;
1252 outcount = 0;
1319 i = i < nc ? strlen(bln->norm->Bl.cols[i]) - outcount +
1328 outcount = 0
    [all...]
mdoc_markdown.c 258 static int outcount; variable
441 outcount = 0;
451 outcount++;
655 outcount += strlen(seq);
658 outcount++;
699 outcount++;
714 outcount++;
1252 outcount = 0;
1319 i = i < nc ? strlen(bln->norm->Bl.cols[i]) - outcount +
1328 outcount = 0
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_vnops.c 2714 int outcount; local
2830 outcount = 0;
2831 while (outcount < bytes_wanted) {
2915 if (outcount + reclen > bufsize) {
2919 if (!outcount) {
2949 outcount += reclen;
2951 ASSERT(outcount <= bufsize);
2987 iovp->iov_base += outcount;
2988 iovp->iov_len -= outcount;
2989 uio->uio_resid -= outcount;
    [all...]
zfs_vnops.c 2714 int outcount; local
2830 outcount = 0;
2831 while (outcount < bytes_wanted) {
2915 if (outcount + reclen > bufsize) {
2919 if (!outcount) {
2949 outcount += reclen;
2951 ASSERT(outcount <= bufsize);
2987 iovp->iov_base += outcount;
2988 iovp->iov_len -= outcount;
2989 uio->uio_resid -= outcount;
    [all...]

Completed in 73 milliseconds