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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c2232 ls(struct filenames *fn0, struct filenames *fnlast, short level) argument
2241 qsort((char *)fn0, fnlast - fn0 + 1,
2244 for (fnn = fn, fn++; fn <= fnlast; fnn = fn, fn++) {
2268 if (fn > fnlast)
2277 formatf(struct filenames *fn0, struct filenames *fnlast) argument
2280 int width = 0, w, nentry = fnlast - fn0 + 1;
2287 for (fn = fn0; fn <= fnlast; fn++) {
2311 if (fn + lines > fnlast) {

Completed in 131 milliseconds