Searched refs:gl (Results 1 – 1 of 1) sorted by relevance
1315 glob64_t gl; in parse_conf_include() local1322 result = glob64 (canon, 0, NULL, &gl); in parse_conf_include()1326 result = glob64 (pattern, 0, NULL, &gl); in parse_conf_include()1331 for (size_t i = 0; i < gl.gl_pathc; ++i) in parse_conf_include()1332 parse_conf (gl.gl_pathv[i], false); in parse_conf_include()1333 globfree64 (&gl); in parse_conf_include()
Completed in 4 milliseconds