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

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfvprintf.c142 int o, n_output; local
143 #define SMputc(f,c) { if((o = SFFLSBUF(f,c)) >= 0 ) n_output += 1; \
146 #define SMnputc(f,c,n) { if((o = SFNPUTC(f,c,n)) > 0 ) n_output += 1; \
149 #define SMwrite(f,s,n) { if((o = SFWRITE(f,(Void_t*)s,n)) > 0 ) n_output += o; \
154 #define SFINIT(f) (n_output = 0)
162 #define SFINIT(f) (SFBUF(f), n_output = 0)
163 #define SFEND(f) ((n_output += d - f->next), (f->next = d))
547 { n_output += v;
887 *((Sflong_t*)argv.vp) = (Sflong_t)n_output;
891 *((long*)argv.vp) = (long)n_output;
[all...]
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1666 n_output(struct df_request *dfrp, struct statvfs64 *fsp) function
1971 dfo.dfo_func = n_output;

Completed in 901 milliseconds