HomeSort by relevance Sort by last modified time
    Searched defs:glob (Results 1 - 19 of 19) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
Glob.pm 1 package File::Glob;
11 # 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;
96 XSLoader::load 'File::Glob', $VERSION;
125 # File::Glob::glob() is deprecated because its prototype is different fro
127 sub glob { subroutine
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
DosGlob.pm 4 #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 without args defaults to $
    [all...]
  /onnv/onnv-gate/usr/src/cmd/vi/port/
ex_argv.h 32 * space. The statically allocated glob structure could be replaced
46 struct glob { struct
52 var struct glob frob;
ex_io.c 257 * Glob the argument words in genbuf, or if no globbing
261 glob(struct glob *gp) function
289 error(gettext("Can't make pipe to glob"));
294 error(gettext("Can't fork to do glob"));
359 struct glob G;
367 glob(&G);
  /onnv/onnv-gate/usr/src/lib/libc/port/regex/
glob.c 32 * $Id: glob.c 1.31 1994/04/07 22:50:43 mark
39 * glob, globfree -- POSIX.2 compatible file name expansion routines.
48 #pragma weak _glob = glob
59 #include <glob.h>
75 * Free all space consumed by glob.
97 glob(const char *pattern, int flags, function
155 * Recursive routine to match glob pattern, and walk directories.
  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
dt_pid.c 111 int glob, err; local
157 glob = strisglob(pp->dpp_name);
158 if (!glob && nmatches == 0) {
189 } else if (glob && !isdash) {
  /onnv/onnv-gate/usr/src/lib/libast/common/misc/
glob.c 25 * file name expansion - posix.2 glob with gnu and ast extensions
71 #include <glob.h>
567 glob(const char* pattern, int flags, int (*errfn)(const char*, int), register glob_t* gp) function
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
glob.c 43 * C-shell glob for random programs.
57 * According to the person who wrote the C shell "glob" code, a reasonable
64 * sh.dol.c and sh.glob.c) to use a different technique for handling
115 glob(char *v) function
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.glob.c 60 glob(tchar **v) function
69 tprintf("TRACE- glob()\n");
72 printf("glob entered: "); blkpr(v); printf("\n");
80 printf("glob done, globcnt=%d, gflag=%d: ", globcnt, gflag);
661 gvp = glob(gv);
771 * builtin function that calls glob the "current job" is not corrupted.
  /onnv/onnv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
glob.c 57 static char sccsid[] = "@(#)glob.c 8.3 (Berkeley) 10/13/93";
59 static char rcsid[] = "$OpenBSD: glob.c,v 1.20 2002/06/14 21:34:58 todd Exp $";
64 * glob(3) -- a superset of the one defined in POSIX 1003.2.
85 * Number of matches in the current invocation of glob.
163 glob(pattern, flags, errfunc, pglob) function
209 * Expand recursively a glob {} pattern. When there is no more expansion
210 * invoke the standard globbing routine to glob the rest of the magic
236 * If it fails then it tries to glob the rest of the pattern and returns.
276 /* Non matching braces; just glob the pattern */
412 * The main glob() routine: compiles the pattern (optionally processin
    [all...]
  /onnv/onnv-gate/usr/src/cmd/awk_xpg4/
awk1.c 1629 int glob, iglob = *globp, oglob = 0; local
1657 glob = 0; /* match count */
1670 if (iglob == 0 || ++glob == iglob) {
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
ast_map.h 156 #undef glob macro
157 #define glob _ast_glob macro
  /onnv/onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/
ast_map.h 135 #undef glob macro
136 #define glob _ast_glob macro
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
ast_map.h 156 #undef glob macro
157 #define glob _ast_glob macro
  /onnv/onnv-gate/usr/src/lib/libast/i386/src/lib/libast/
ast_map.h 135 #undef glob macro
136 #define glob _ast_glob macro
  /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/
ast_map.h 156 #undef glob macro
157 #define glob _ast_glob macro
  /onnv/onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/
ast_map.h 135 #undef glob macro
136 #define glob _ast_glob macro
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/
ast_map.h 156 #undef glob macro
157 #define glob _ast_glob macro
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
ast_map.h 135 #undef glob macro
136 #define glob _ast_glob macro

Completed in 358 milliseconds