Searched refs:glob_result (Results 1 – 4 of 4) sorted by relevance
34 glob_result = glob.glob(glob_pattern)35 for conf_file in glob_result:
281 glob_t glob_result; in glob() local282 glob(pat.c_str(), 0, NULL, &glob_result); in glob()284 for(unsigned i = 0; i < glob_result.gl_pathc; ++i) in glob()285 ret.push_back(string(glob_result.gl_pathv[i])); in glob()286 globfree(&glob_result); in glob()
801 glob_result = 0833 glob_result = 1847 return glob_result
235 glob_t glob_result; /* result of parameter globbing */ member1845 pi->progs->glob_result.gl_pathv[0] =1855 pi->progs->glob_result.gl_pathv[0] =1959 globfree(&child->glob_result);2480 glob_target = &child->glob_result;2579 prog->glob_result.gl_pathv = NULL;