/titanic_50/usr/src/lib/libgen/common/ |
H A D | gmatch.c | 47 gmatch(const char *s, const char *p) in gmatch() function 126 return (ok ? gmatch(s, p) : 0); in gmatch() 139 return (scc > 0 ? gmatch(s, p) : 0); in gmatch() 149 if (gmatch(s, p)) in gmatch()
|
H A D | mapfile-vers | 53 gmatch;
|
/titanic_50/usr/src/lib/fm/libfmd_log/common/ |
H A D | fmd_filter.c | 44 if (gmatch(rp->rec_class, arg)) in fmd_log_filter_class() 48 if (! gmatch(rp->rec_class, FM_LIST_EVENT ".*") || in fmd_log_filter_class() 58 gmatch(class, arg)) in fmd_log_filter_class()
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/ |
H A D | Utils.xs | 63 # See gmatch(3GEN) 67 gmatch(str, pattern)
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/t/ |
H A D | gmatch.t | 27 # test script for Sun::Solaris::Utils gmatch() 35 use Sun::Solaris::Utils qw(gmatch); 56 if (gmatch($strs[$i], $t->{pattern}) == $t->{results}[$i]) {
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_pid.c | 139 if (!isdash && gmatch("return", pp->dpp_name)) { in dt_pid_per_sym() 151 if (!isdash && gmatch("entry", pp->dpp_name)) { in dt_pid_per_sym() 239 if ((pp->dpp_last_taken = gmatch(func, pp->dpp_func)) != 0) { in dt_pid_sym_filt() 381 if (gmatch(pp->dpp_obj, pp->dpp_mod)) in dt_pid_mod_filt() 388 if (gmatch(name, pp->dpp_mod)) in dt_pid_mod_filt() 661 if (gmatch(provname, pdp->dtpd_provider) != 0) { in dt_pid_create_probes() 739 if (gmatch(provname, pdp->dtpd_provider) != 0 && in dt_pid_create_probes_module()
|
H A D | dt_subr.c | 745 return (p == NULL || *p == '\0' || gmatch(s, p)); in dt_gmatch()
|
/titanic_50/usr/src/lib/mpss/common/ |
H A D | mpss.c | 47 extern int gmatch(const char *s, const char *p); 243 rc = gmatch(ename, cfgname); in fnmatch() 270 if (rc = gmatch(*argv, str)) { in argmatch()
|
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | utilities.c | 828 static int gmatch(wchar_t *, wchar_t *); 831 static int gmatch(); 921 if (gmatch(w_fname, w_pname)) { 967 gmatch(wchar_t *s, wchar_t *p) 982 return (ok ? gmatch(s, p) : 0); 1017 return (scc ? gmatch(s, p) : 0); 1024 if (gmatch(s++, p))
|
/titanic_50/usr/src/head/ |
H A D | libgen.h | 95 extern int gmatch(const char *, const char *);
|
/titanic_50/usr/src/uts/common/fs/dev/ |
H A D | sdev_profile.c | 125 if (!gmatch(name, expr)) in apply_glob_pattern() 375 if (gmatch(name, margp->expr)) { in match_name() 439 if (gmatch(name, expr)) in prof_name_matched() 442 match = gmatch(name, expr); in prof_name_matched() 455 if (gmatch(name, expr) == 0) in prof_name_matched() 761 if (gmatch(dv->sdev_name, expr) == 0 || in apply_dir_pattern()
|
H A D | sdev_subr.c | 2298 if (expr && gmatch(dv->sdev_name, expr) == 0) in sdev_cleandir()
|
/titanic_50/usr/src/lib/libgen/ |
H A D | Makefile.com | 27 OBJECTS = bgets.o bufsplit.o copylist.o eaccess.o gmatch.o isencrypt.o \
|
/titanic_50/usr/src/man/man3gen/ |
H A D | Makefile | 24 gmatch.3gen \
|
/titanic_50/usr/src/lib/madv/common/ |
H A D | madv.c | 50 extern int gmatch(const char *s, const char *p); 239 rc = gmatch(ename, cfgname); in fnmatch() 266 if (rc = gmatch(*argv, str)) { in argmatch()
|
/titanic_50/usr/src/cmd/sh/ |
H A D | expand.c | 177 if (gmatch(e->d_name, cs)) { in expand()
|
H A D | xec.c | 485 if (gmatch(r, s = macro(rex->argval)) || (trim(s), eq(r, s)))
|
/titanic_50/usr/src/cmd/filesync/ |
H A D | ignore.c | 129 if (gmatch(name, lp->l_value) == 0) in ignore_check()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3gen.inc | 20 file path=usr/share/man/man3gen/gmatch.3gen
|
/titanic_50/usr/src/lib/libdtrace/sparc/ |
H A D | dt_isadep.c | 326 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | modctl.h | 607 extern int gmatch(const char *, const char *);
|
/titanic_50/usr/src/lib/libdtrace/i386/ |
H A D | dt_isadep.c | 400 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | modctl.c | 4428 gmatch(const char *s, const char *p) in gmatch() function 4452 return (sc != '\0' ? gmatch(s, p) : 0); in gmatch() 4466 if (gmatch(s, p)) in gmatch() 4518 return (ok ? gmatch(s, p) : 0); in gmatch() 4686 if (gmatch(minor_name, mp->mp_minorname) != 0) { in dev_minorperm()
|
/titanic_50/usr/src/cmd/stat/kstat/ |
H A D | kstat.c | 549 if (pattern->pstr != NULL && gmatch(pattern->pstr, "/*/") != 0) { in ks_match() 578 return ((gmatch(str, pattern->pstr) != 0)); in ks_match()
|
/titanic_50/usr/src/cmd/devfsadm/ |
H A D | devfsadm.c | 7244 if (gmatch(minor_name, mp->mp_minorname) != 0) { in getattr()
|