Searched refs:reglobs (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().
57 * finally, since expanding globs and reglobs requires doing a stat(2)
62 * braces, and don't support the more powerful reglobs required by logadm.
382 * -r means the patterns are reglobs instead of globs
388 int reglobs = 0; local
398 reglobs = 1;
408 if (reglobs)

Completed in 63 milliseconds