Lines Matching refs:fnlp
82 static struct fn_list *glob_reglob_list(struct fn_list *fnlp);
201 glob_glob_list(struct fn_list *fnlp)
206 fn_list_rewind(fnlp);
207 while ((fnp = fn_list_next(fnlp)) != NULL)
327 glob_reglob_list(struct fn_list *fnlp)
332 fn_list_rewind(fnlp);
333 while ((fnp = fn_list_next(fnlp)) != NULL)
391 struct fn_list *fnlp;
409 fnlp = glob_reglob(argfnp);
411 fnlp = glob_glob(argfnp);
414 fn_list_rewind(fnlp);
415 while ((fnp = fn_list_next(fnlp)) != NULL)
418 printf("total size: %lld\n", fn_list_totalsize(fnlp));
420 while ((fnp = fn_list_popoldest(fnlp)) != NULL) {
425 fn_list_free(fnlp);