Searched refs:glob (Results 1 - 24 of 24) sorted by relevance

/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/libast/common/include/
H A Dglob.h24 * posix glob interface definitions with gnu extensions
141 extern int glob(const char*, int, int(*)(const char*,int), glob_t*);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafe2.t60 $glob = "ok 11\n";
61 @glob = qw(not ok 16);
65 $cpt->share(qw($foo %bar @baz *glob sayok));
75 print $glob;
79 @glob = qw(ok 16);
83 print $foo, $bar{new}, "@glob\n";
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dexpand.c38 #include <glob.h>
73 #define globptr() ((struct glob*)membase)
75 static struct glob *membase;
195 glob(pattern, flags, 0, gp);
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h26 * posix glob interface definitions with gnu extensions
151 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
H A Dast_map.h156 #undef glob macro
157 #define glob _ast_glob macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dglob.h26 * posix glob interface definitions with gnu extensions
151 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
H A Dast_map.h156 #undef glob macro
157 #define glob _ast_glob macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h26 * posix glob interface definitions with gnu extensions
151 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
H A Dast_map.h156 #undef glob macro
157 #define glob _ast_glob macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h26 * posix glob interface definitions with gnu extensions
151 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
H A Dast_map.h156 #undef glob macro
157 #define glob _ast_glob macro
/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/
H A Dllib-last80 #include <glob.h>
/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/src/lib/libast/
H A Dast_map.h135 #undef glob macro
136 #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/src/lib/libast/
H A Dast_map.h135 #undef glob macro
136 #define glob _ast_glob macro
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c43 #include <glob.h>
255 retval = glob(globpat, GLOB_NOSORT, NULL, &globbuf);
/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/libsqlite/src/
H A Dutil.c919 ** potentially be a "glob" expression. Return true (1) if they
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc50 #include <glob.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c5630 if (strEQ(d,"glob")) return KEY_glob;
6731 <*.h> filename glob
6765 treated as a glob() call.
6776 there's still text left, then it must be a glob() and not a getline.

Completed in 130 milliseconds