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

/illumos-gate/usr/src/cmd/logadm/
H A Dfn.c370 while ((fnp = fn_list_next(fnlp)) != NULL)
385 while ((fnp = fn_list_next(fnlp)) != NULL)
424 * fn_list_next -- return the filename at the read pointer and advance it
427 fn_list_next(struct fn_list *fnlp) function
507 while ((fnp = fn_list_next(fnlp)) != NULL)
527 while ((fnp = fn_list_next(fnlp)) != NULL)
545 while ((fnp = fn_list_next(fnlp)) != NULL) {
582 while (fn_list_next(fnlp) != NULL)

Completed in 58 milliseconds