Home
last modified time | relevance | path

Searched refs:expand_glob (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/Porting/
DMaintainers.pm68 sub expand_glob { subroutine
87 : expand_glob(glob($_))
107 return filter_excluded $m => map { expand_glob($_) } get_module_pat($m);
/openbsd/src/gnu/usr.bin/perl/t/porting/
Dcustomized.t43 return filter_customized $m => map { Maintainers::expand_glob($_) } get_module_pat($m);
/openbsd/src/gnu/llvm/llvm/utils/lit/lit/
DTestRunner.py181 def expand_glob(arg, cwd): function
189 result.extend(expand_glob(arg, cwd))
579 name = expand_glob(filename, cmd_shenv.cwd)