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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libgen/common/
H A Dgmatch.c36 #pragma weak gmatch = _gmatch macro
67 gmatch(const char *s, const char *p) function
146 return (ok ? gmatch(s, p) : 0);
159 return (scc > 0 ? gmatch(s, p) : 0);
169 if (gmatch(s, p))
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_pid.c147 if (!isdash && gmatch("return", pp->dpp_name)) {
161 if (!isdash && gmatch("entry", pp->dpp_name)) {
259 if ((pp->dpp_last_taken = gmatch(func, pp->dpp_func)) != 0) {
442 if (gmatch(obj, pp->dpp_mod))
458 if (gmatch(name, pp->dpp_mod))
785 if (gmatch(provname, pdp->dtpd_provider) != 0) {
868 if (gmatch(provname, pdp->dtpd_provider) != 0 &&
H A Ddt_impl.h589 extern int gmatch(const char *, const char *);
H A Ddt_subr.c781 * dt_gmatch() is similar to gmatch(3GEN) and dtrace(7D) globbing, but also
787 return (p == NULL || *p == '\0' || gmatch(s, p));
/netbsd-6-1-5-RELEASE/external/cddl/osnet/lib/libdtrace/
H A DMakefile48 gmatch.c
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Deval.c922 if (gmatch(str, pat, FALSE)) {
932 if (gmatch(str, pat, FALSE)) {
941 if (gmatch(p, pat, FALSE))
947 if (gmatch(p, pat, FALSE))
1126 || !gmatch(name, sp, TRUE))
H A Dc_test.c355 return gmatch(opnd1, opnd2, FALSE);
359 return !gmatch(opnd1, opnd2, FALSE);
H A Dproto.h188 int gmatch ARGS((const char *, const char *, int));
H A Dmisc.c520 /* -------- gmatch.c -------- */
523 * int gmatch(string, pattern)
531 gmatch(s, p, isfile) function
H A Dexec.c393 && gmatch(cp, s, FALSE))
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlstrlib.c576 static int gmatch (lua_State *L) { function
588 LUA_QL("string.gmatch"));
834 {"gmatch", gmatch},
865 lua_getfield(L, -1, "gmatch");
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsys-protos.h524 extern int gmatch(const char *, const char *);

Completed in 156 milliseconds