Home
last modified time | relevance | path

Searched refs:fn_list_empty (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dfn.h68 boolean_t fn_list_empty(struct fn_list *fnlp);
H A Dmain.c338 if (fn_list_empty(lognames)) { in main()
556 if (fn_list_empty(logfiles)) in dologname()
H A Dfn.c561 fn_list_empty(struct fn_list *fnlp) in fn_list_empty() function