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

/illumos-gate/usr/src/cmd/logadm/
H A Dfn.h69 struct fn *fn_list_popoldest(struct fn_list *fnlp);
H A Dglob.c420 while ((fnp = fn_list_popoldest(fnlp)) != NULL) {
H A Dmain.c919 ((nextfnp = fn_list_popoldest(files)) != NULL)) {
929 ((nextfnp = fn_list_popoldest(files)) != NULL)) {
939 while ((nextfnp = fn_list_popoldest(files)) != NULL) {
956 (nextfnp = fn_list_popoldest(files)) != NULL) {
H A Dfn.c153 * the suffix for rotated log files. the function fn_list_popoldest()
514 * fn_list_popoldest -- remove oldest file from list and return it
521 fn_list_popoldest(struct fn_list *fnlp) function

Completed in 64 milliseconds