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

/illumos-gate/usr/src/cmd/logadm/
H A Dglob.c173 while ((nextfnp = fn_list_next(tmplist)) != NULL)
185 while ((nextfnp = fn_list_next(tmplist)) != NULL) {
207 while ((fnp = fn_list_next(fnlp)) != NULL)
261 while ((nextfnp = fn_list_next(ret)) != NULL) {
333 while ((fnp = fn_list_next(fnlp)) != NULL)
415 while ((fnp = fn_list_next(fnlp)) != NULL)
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)
H A Dfn.h63 struct fn *fn_list_next(struct fn_list *fnlp);
H A Dmain.c352 while ((fnp = fn_list_next(lognames)) != NULL) {
546 while ((nextfnp = fn_list_next(logfiles)) != NULL)
558 while ((nextfnp = fn_list_next(globbedfiles)) != NULL)
904 while ((nextfnp = fn_list_next(files)) != NULL)

Completed in 82 milliseconds