Searched defs:filecnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoprnt.c66 #define emitchar(c) { if (--filecnt < 0) { \
69 || -filecnt >= iop->_bufsiz)) { \
76 filecnt = iop->_cnt; \
77 filecnt--; \
115 int filecnt; local
224 filecnt = file->_cnt;
992 file->_cnt = filecnt;

Completed in 69 milliseconds