Home | History | Annotate | Download | only in gen

Lines Matching refs:glob

43 #include <glob.h>
218 switch ((e = glob(p, GLOB_ALTDIRFUNC | flags, NULL, &gl))) {
239 DPRINTF(("glob result %zu: %s\n", i, gl.gl_pathv[i]));
267 "Test glob(3) range");
280 "Test glob(3) ! range");
293 "Test glob(3) ** with GLOB_STAR");
306 "Test glob(3) ** without GLOB_STAR");
319 "Test glob(3) with star-star");
334 "Test glob(3) with hidden directory");
349 "Test glob(3) pattern with backslash and GLOB_NOCHECK");
374 * re-defined to return a modified pattern in revision 1.33 of glob.c