Searched refs:glob_reglob (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dglob.h40 struct fn_list *glob_reglob(struct fn *fnp);
H A Dglob.c53 * the routine glob_reglob() is used to expand reglobs. glob_glob()
55 * to reglobs, and then passing the work to glob_reglob().
213 * glob_reglob -- given a filename reglob, return a list of matching filenames
218 glob_reglob(struct fn *fnp) function
334 fn_list_addfn_list(ret, glob_reglob(fnp));
409 fnlp = glob_reglob(argfnp);
H A Dmain.c893 files = glob_reglob(pattern);

Completed in 59 milliseconds