Home
last modified time | relevance | path

Searched refs:gmatch (Results 1 – 25 of 25) sorted by relevance

/illumos-gate/usr/src/lib/libgen/common/
H A Dgmatch.c45 gmatch(const char *s, const char *p) in gmatch() function
124 return (ok ? gmatch(s, p) : 0); in gmatch()
138 return (scc > 0 ? gmatch(s, p) : 0); in gmatch()
148 if (gmatch(s, p)) in gmatch()
H A Dmapfile-vers53 gmatch;
/illumos-gate/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_filter.c46 if (gmatch(rp->rec_class, arg)) in fmd_log_filter_class()
50 if (! gmatch(rp->rec_class, FM_LIST_EVENT ".*") || in fmd_log_filter_class()
60 gmatch(class, arg)) in fmd_log_filter_class()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/
H A DUtils.xs51 # See gmatch(3GEN)
55 gmatch(str, pattern)
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/t/
H A Dgmatch.t27 # test script for Sun::Solaris::Utils gmatch()
35 use Sun::Solaris::Utils qw(gmatch);
56 if (gmatch($strs[$i], $t->{pattern}) == $t->{results}[$i]) {
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pid.c139 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 Ddt_subr.c746 return (p == NULL || *p == '\0' || gmatch(s, p)); in dt_gmatch()
/illumos-gate/usr/src/lib/mpss/common/
H A Dmpss.c45 extern int gmatch(const char *s, const char *p);
241 rc = gmatch(ename, cfgname); in fnmatch()
268 if (rc = gmatch(*argv, str)) { in argmatch()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dutilities.c804 static int gmatch(wchar_t *, wchar_t *);
893 if (gmatch(w_fname, w_pname)) { in expand()
939 gmatch(wchar_t *s, wchar_t *p) in gmatch() function
954 return (ok ? gmatch(s, p) : 0); in gmatch()
989 return (scc ? gmatch(s, p) : 0); in gmatch()
996 if (gmatch(s++, p)) in gmatch()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_profile.c126 if (!gmatch(name, expr)) in apply_glob_pattern()
376 if (gmatch(name, margp->expr)) { in match_name()
440 if (gmatch(name, expr)) in prof_name_matched()
443 match = gmatch(name, expr); in prof_name_matched()
456 if (gmatch(name, expr) == 0) in prof_name_matched()
762 if (gmatch(dv->sdev_name, expr) == 0 || in apply_dir_pattern()
H A Dsdev_subr.c2167 if (expr && gmatch(dv->sdev_name, expr) == 0) in sdev_cleandir()
/illumos-gate/usr/src/head/
H A Dlibgen.h95 extern int gmatch(const char *, const char *);
/illumos-gate/usr/src/man/man3gen/
H A DMakefile24 gmatch.3gen \
/illumos-gate/usr/src/lib/libgen/
H A DMakefile.com28 OBJECTS = bgets.o bufsplit.o copylist.o eaccess.o gmatch.o isencrypt.o \
/illumos-gate/usr/src/lib/madv/common/
H A Dmadv.c48 extern int gmatch(const char *s, const char *p);
237 rc = gmatch(ename, cfgname); in fnmatch()
264 if (rc = gmatch(*argv, str)) { in argmatch()
/illumos-gate/usr/src/cmd/sh/
H A Dexpand.c176 if (gmatch(e->d_name, cs)) { in expand()
H A Dxec.c485 if (gmatch(r, s = macro(rex->argval)) || (trim(s), eq(r, s)))
/illumos-gate/usr/src/cmd/filesync/
H A Dignore.c129 if (gmatch(name, lp->l_value) == 0) in ignore_check()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3gen.inc22 file path=usr/share/man/man3gen/gmatch.3gen
/illumos-gate/usr/src/lib/libdtrace/sparc/
H A Ddt_isadep.c324 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h608 extern int gmatch(const char *, const char *);
/illumos-gate/usr/src/lib/libdtrace/i386/
H A Ddt_isadep.c400 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c4441 gmatch(const char *s, const char *p) in gmatch() function
4465 return (sc != '\0' ? gmatch(s, p) : 0); in gmatch()
4479 if (gmatch(s, p)) in gmatch()
4531 return (ok ? gmatch(s, p) : 0); in gmatch()
4698 if (gmatch(minor_name, mp->mp_minorname) != 0) { in dev_minorperm()
/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c559 if (pattern->pstr != NULL && gmatch(pattern->pstr, "/*/") != 0) { in ks_match()
588 return ((gmatch(str, pattern->pstr) != 0)); in ks_match()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c7258 if (gmatch(minor_name, mp->mp_minorname) != 0) { in getattr()