Searched refs:gmatch (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libgen/common/
H A Dgmatch.c33 #pragma weak gmatch = _gmatch macro
61 gmatch(const char *s, const char *p) function
140 return (ok ? gmatch(s, p) : 0);
153 return (scc > 0 ? gmatch(s, p) : 0);
163 if (gmatch(s, p))
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c147 if (!isdash && gmatch("return", pp->dpp_name)) {
159 if (!isdash && gmatch("entry", pp->dpp_name)) {
247 if ((pp->dpp_last_taken = gmatch(func, pp->dpp_func)) != 0) {
399 if (gmatch(obj, pp->dpp_mod))
413 if (gmatch(pp->dpp_obj, pp->dpp_mod))
422 if (gmatch(name, pp->dpp_mod))
725 if (gmatch(provname, pdp->dtpd_provider) != 0) {
804 if (gmatch(provname, pdp->dtpd_provider) != 0 &&
H A Ddt_subr.c780 * dt_gmatch() is similar to gmatch(3GEN) and dtrace(7D) globbing, but also
786 return (p == NULL || *p == '\0' || gmatch(s, p));
/freebsd-9.3-release/cddl/lib/libdtrace/
H A DMakefile47 gmatch.c \
/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c801 int gmatch, fnres; local
890 gmatch = 0;
893 gmatch++;
898 if (gmatch) {
908 gmatch = 0;
917 gmatch++;
926 if (gmatch) {
965 int gmatch, gres; local
994 gmatch = 0;
997 gmatch
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/sparc/
H A Ddt_isadep.c326 if (gmatch(name, pattern))
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh1.c714 /* -------- gmatch.c -------- */
716 * int gmatch(string, pattern)
728 gmatch(s, p) function
751 if (*p == '\0' || gmatch(s, p))
H A Dsh.h224 _PROTOTYPE(int gmatch , (char *s , char *p ));
H A Dsh3.c469 if ((cp = evalstr(*wp++, DOSUB)) && gmatch(w, cp))
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Ddt_isadep.c444 if (gmatch(name, pattern))
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h524 extern int gmatch(const char *, const char *);

Completed in 253 milliseconds