Lines Matching refs:dirs
856 glob_t dirs; local
862 errfunc, &dirs);
869 for (i = 0; i < dirs.gl_pathc; ++i)
880 globfree (&dirs);
888 status = glob_in_dir (filename, dirs.gl_pathv[i],
898 globfree (&dirs);
904 if (prefix_array (dirs.gl_pathv[i],
908 globfree (&dirs);
935 dirs.gl_pathc + 1) *
939 globfree (&dirs);
947 for (i = 0; i < dirs.gl_pathc; ++i)
949 const char *dir = dirs.gl_pathv[i];
963 globfree (&dirs);
996 globfree (&dirs);