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

/illumos-gate/usr/src/cmd/news/
H A Dnews.c81 int n_count; /* number of items in NEWS directory */ variable
191 n_count = 0;
201 if (n_count++ > 0)
206 * n_count));
211 n_count));
216 n_list[n_count-1].n_time = sbuf.st_mtime;
217 strncpy (n_list[n_count-1].n_name,
224 for (i=1; i<n_count; i++)
254 for (i=0; i<n_count; i++)
375 for (i=0; i<n_count
[all...]
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_names.h94 uint32_t n_count; /* reference count */ member in struct:nm_rec::nm_name

Completed in 45 milliseconds