Home
last modified time | relevance | path

Searched refs:n_output (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfvprintf.c142 int o, n_output; local
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))
554 { n_output += v;
935 *((Sflong_t*)argv.vp) = (Sflong_t)n_output;
939 *((long*)argv.vp) = (long)n_output;
941 *((short*)argv.vp) = (short)n_output;
943 *((uchar*)argv.vp) = (uchar)n_output;
944 else *((int*)argv.vp) = (int)n_output;
[all …]
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1614 n_output(struct df_request *dfrp, struct statvfs64 *fsp) in n_output() function
1919 dfo.dfo_func = n_output; in select_output()