Searched refs:matchsub (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ext/File-DosGlob/lib/File/ |
| D | DosGlob.pm | 81 my $matchsub = sub { $_[0] =~ m|^$pat\z|is }; 86 push(@matched, "$head$e"), next INNER if &$matchsub($e); 95 push(@matched, "$head$e"), next INNER if &$matchsub("$e.");
|
| /openbsd/src/usr.bin/rsync/ |
| D | rmatch.c | 218 matchsub(const char **pp, const char **ss, const char *end, int wild) in matchsub() function 356 if (matchsub(&pattern, &string, segend, wild)) { in rmatch()
|