Searched defs:glob (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm11 # NOTE: The glob() export is only here for compatibility with 5.6.0.
17 glob
37 'glob' => [ qw(
54 glob
71 *CORE::GLOBAL::glob = \&File::Glob::csh_glob;
125 # File::Glob::glob() is deprecated because its prototype is different from
126 # CORE::glob() (use bsd_glob() instead)
127 sub glob { subroutine
141 # glob without args defaults to $_
193 File::Glob - Perl extension for BSD glob routin
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm4 #Can't use string ("main::glob") as a symbol ref while "strict refs" in use at /usr/lib/perl5/5.005/File/DosGlob.pm line 191.
68 # escape regex metachars but not glob chars
177 # escape regex metachars but not '\' and glob chars '*', '?'
195 # On Mac OS, the two glob metachars '*' and '?' and the escape
240 # escape regex metachars but not '\' and glob chars '*', '?'
250 # On Mac OS, the two glob metachars '*' and '?' and the
299 # this can be used to override CORE::glob in a specific
300 # package by saying C<use File::DosGlob 'glob';> in that
308 sub glob { subroutine
312 # glob withou
[all...]
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_iters.c73 * glob (r) the shell-style glob (?*[]) to convert
75 * regexp (w) the ed-style regexp created from glob
81 * shell-style glob would match. If glob does not contain an "@"
95 static kadm5_ret_t glob_to_regexp(char *glob, char *realm, char **regexp) argument
100 /* validate the glob */
101 if (glob[strlen(glob)-1] == '\\')
104 /* A character of glob ca
[all...]
/osnet-11/usr/src/lib/libc/port/regex/
H A Dglob.c31 * $Id: glob.c 1.31 1994/04/07 22:50:43 mark
38 * glob, globfree -- POSIX.2 compatible file name expansion routines.
45 #pragma weak _glob = glob
56 #include <glob.h>
75 * Free all space consumed by glob.
97 glob(const char *pattern, int flags, function
160 * Recursive routine to match glob pattern, and walk directories.
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_pid.c110 int glob, err; local
156 glob = strisglob(pp->dpp_name);
157 if (!glob && nmatches == 0) {
188 } else if (glob && !isdash) {
/osnet-11/usr/src/lib/libast/common/misc/
H A Dglob.c25 * file name expansion - posix.2 glob with gnu and ast extensions
72 #include <glob.h>
573 glob(const char* pattern, int flags, int (*errfn)(const char*, int), register glob_t* gp) function
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h156 #undef glob macro
157 #define glob _ast_glob macro
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h135 #undef glob macro
136 #define glob _ast_glob macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h156 #undef glob macro
157 #define glob _ast_glob macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h135 #undef glob macro
136 #define glob _ast_glob macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h156 #undef glob macro
157 #define glob _ast_glob macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h135 #undef glob macro
136 #define glob _ast_glob macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h156 #undef glob macro
157 #define glob _ast_glob macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h135 #undef glob macro
136 #define glob _ast_glob macro

Completed in 75 milliseconds