Searched defs:bsd_glob (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm16 bsd_glob
55 bsd_glob
119 sub bsd_glob { subroutine
126 # CORE::glob() (use bsd_glob() instead)
129 goto &bsd_glob;
198 @list = bsd_glob('*.[ch]');
199 $homedir = bsd_glob('~gnat', GLOB_TILDE | GLOB_ERR);
219 File::Glob::bsd_glob() implements the FreeBSD glob(3) routine, which is
221 bsd_glob() takes a mandatory C<pattern> argument, and an optional
226 Since v5.6.0, Perl's CORE::glob() is implemented in terms of bsd_glob()
[all...]
H A Dbsd_glob.c72 #include "bsd_glob.h"
248 bsd_glob(const char *pattern, int flags, function

Completed in 841 milliseconds