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

/illumos-gate/usr/src/cmd/logadm/
H A Dglob.c36 * is provided by the routine glob_glob() which takes a filename and
53 * the routine glob_reglob() is used to expand reglobs. glob_glob()
153 * glob_glob -- given a filename glob, return the list of matching filenames
159 glob_glob(struct fn *fnp) function
182 /* foreach name in the list, call glob_glob() to expand it */
208 fn_list_addfn_list(ret, glob_glob(fnp));
411 fnlp = glob_glob(argfnp);

Completed in 133 milliseconds