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

/illumos-gate/usr/src/cmd/logadm/
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);

Completed in 45 milliseconds