Searched refs:gl (Results 1 – 1 of 1) sorted by relevance
159 glob_t gl; in Get() local160 glob(pat, GLOB_NOSORT, NULL, &gl); in Get()161 for (size_t i = 0; i < gl.gl_pathc; i++) { in Get()162 files->push_back(gl.gl_pathv[i]); in Get()164 globfree(&gl); in Get()