Searched defs:gmatch (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libgen/common/
H A Dgmatch.c47 gmatch(const char *s, const char *p) function
126 return (ok ? gmatch(s, p) : 0);
139 return (scc > 0 ? gmatch(s, p) : 0);
149 if (gmatch(s, p))
/illumos-gate/usr/src/cmd/backup/restore/
H A Dutilities.c828 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) function
982 return (ok ? gmatch(s, p) : 0);
1017 return (scc ? gmatch(s, p) : 0);
1024 if (gmatch(s++, p))
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c4418 * gmatch adapted from libc, stripping the wchar stuff
4428 gmatch(const char *s, const char *p) function
4452 return (sc != '\0' ? gmatch(s, p) : 0);
4466 if (gmatch(s, p))
4518 return (ok ? gmatch(s, p) : 0);
4686 if (gmatch(minor_name, mp->mp_minorname) != 0) {

Completed in 74 milliseconds