Home
last modified time | relevance | path

Searched refs:outcount (Results 1 – 4 of 4) sorted by relevance

/src/contrib/mandoc/
H A Dmdoc_markdown.c259 static int outcount; variable
450 outcount = 0; in md_preword()
460 outcount++; in md_preword()
664 outcount += strlen(seq); in md_word()
667 outcount++; in md_word()
708 outcount++; in md_named()
723 outcount++; in md_char()
1261 outcount = 0; in md_pre_It()
1328 i = i < nc ? strlen(bln->norm->Bl.cols[i]) - outcount + in md_post_It()
1337 outcount = 0; in md_post_It()
[all …]
/src/sbin/ipf/ipf/
H A Dipfcomp.c337 emitheader(frgroup_t *grp, u_int incount, u_int outcount) in emitheader() argument
351 printhooks(cfile, incount, outcount, grp); in emitheader()
370 if (outcount) { in emitheader()
374 grp->fg_name, grp->fg_name, outcount); in emitheader()
430 u_int incount, u_int outcount) in emitGroup() argument
516 outcount != 0) { in emitGroup()
518 group, outcount); in emitGroup()
527 if (i + 1 < outcount) in emitGroup()
559 if (incount + outcount > m[FRC_SRC].e + 1) in emitGroup()
561 if (incount + outcount > m[FRC_DST].e + 1) in emitGroup()
/src/contrib/ncurses/progs/
H A Ddump_entry.c922 bool outcount = 0; in fmt_entry() local
924 #define WRAP_CONCAT1(s) wrap_concat1(s); outcount = TRUE in fmt_entry()
1162 outcount = TRUE; in fmt_entry()
1274 if (outcount) { in fmt_entry()
/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c1698 int outcount; in zfs_readdir() local
1787 outcount = 0; in zfs_readdir()
1788 while (outcount < bytes_wanted) { in zfs_readdir()
1845 if (outcount + reclen > bufsize) { in zfs_readdir()
1849 if (!outcount) { in zfs_readdir()
1868 outcount += reclen; in zfs_readdir()
1870 ASSERT3S(outcount, <=, bufsize); in zfs_readdir()
1901 iovp->iov_base += outcount; in zfs_readdir()
1902 iovp->iov_len -= outcount; in zfs_readdir()
1903 zfs_uio_resid(uio) -= outcount; in zfs_readdir()
[all …]