Home
last modified time | relevance | path

Searched refs:fn_list_next (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dglob.c171 while ((nextfnp = fn_list_next(tmplist)) != NULL) in glob_glob()
183 while ((nextfnp = fn_list_next(tmplist)) != NULL) { in glob_glob()
205 while ((fnp = fn_list_next(fnlp)) != NULL) in glob_glob_list()
259 while ((nextfnp = fn_list_next(ret)) != NULL) { in glob_reglob()
331 while ((fnp = fn_list_next(fnlp)) != NULL) in glob_reglob_list()
413 while ((fnp = fn_list_next(fnlp)) != NULL) in main()
H A Dfn.c368 while ((fnp = fn_list_next(fnlp)) != NULL) in fn_list_dup()
383 while ((fnp = fn_list_next(fnlp)) != NULL) in fn_list_free()
425 fn_list_next(struct fn_list *fnlp) in fn_list_next() function
505 while ((fnp = fn_list_next(fnlp)) != NULL) in fn_list_totalsize()
525 while ((fnp = fn_list_next(fnlp)) != NULL) in fn_list_popoldest()
543 while ((fnp = fn_list_next(fnlp)) != NULL) { in fn_list_popoldest()
580 while (fn_list_next(fnlp) != NULL) in fn_list_count()
H A Dfn.h61 struct fn *fn_list_next(struct fn_list *fnlp);
H A Dmain.c356 while ((fnp = fn_list_next(lognames)) != NULL) { in main()
550 while ((nextfnp = fn_list_next(logfiles)) != NULL) { in dologname()
563 while ((nextfnp = fn_list_next(globbedfiles)) != NULL) in dologname()
909 while ((nextfnp = fn_list_next(files)) != NULL) { in expirefiles()
H A Dopts.c507 while ((fnp = fn_list_next(opts->op_cmdargs)) != NULL) { in opts_print()