Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/lib/libgen/common/
Dgmatch.c35 #pragma weak gmatch = _gmatch macro
65 int gmatch(const char *, const char *);
67 gmatch(const char *s, const char *p) in gmatch() function
146 return (ok ? gmatch(s, p) : 0); in gmatch()
159 return (scc > 0 ? gmatch(s, p) : 0); in gmatch()
169 if (gmatch(s, p)) in gmatch()
/netbsd/src/usr.bin/make/unit-tests/
Dcheck-expect.lua115 for text in mk_line:gmatch("#%s*expect%-not:%s*(.*)") do
126 for text in mk_line:gmatch("#%s*expect%-not%-matches:%s*(.*)") do
137 for text in mk_line:gmatch("#%s*expect:%s*(.*)") do
158 for offset, text in mk_line:gmatch("#%s*expect([+%-]%d+):%s*(.*)") do
/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_pid.c158 if (!isdash && gmatch("return", pp->dpp_name)) { in dt_pid_per_sym()
170 if (!isdash && gmatch("entry", pp->dpp_name)) { in dt_pid_per_sym()
258 if ((pp->dpp_last_taken = gmatch(func, pp->dpp_func)) != 0) { in dt_pid_sym_filt()
410 if (gmatch(obj, pp->dpp_mod)) in dt_pid_mod_filt()
424 if (gmatch(pp->dpp_obj, pp->dpp_mod)) in dt_pid_mod_filt()
433 if (gmatch(name, pp->dpp_mod)) in dt_pid_mod_filt()
731 if (gmatch(provname, pdp->dtpd_provider) != 0) { in dt_pid_create_probes()
815 if (gmatch(provname, pdp->dtpd_provider) != 0 && in dt_pid_create_probes_module()
Ddt_impl.h748 extern int gmatch(const char *, const char *);
Ddt_subr.c828 return (p == NULL || *p == '\0' || gmatch(s, p)); in dt_gmatch()
/netbsd/src/tests/usr.bin/xlint/lint1/
Dcheck-expect.lua91 for offset, comment in line:gmatch("/%* expect([+%-]%d+): (.-) %*/") do
135 for location, message in line:gmatch("(.+%(%d+%)): (.+)$") do
/netbsd/src/bin/ksh/
Deval.c915 if (gmatch(str, pat, false)) {
925 if (gmatch(str, pat, false)) {
934 if (gmatch(p, pat, false))
940 if (gmatch(p, pat, false))
1111 || !gmatch(name, sp, true))
Dc_test.c355 return gmatch(opnd1, opnd2, false);
359 return !gmatch(opnd1, opnd2, false);
Dproto.h190 int gmatch ARGS((const char *, const char *, int));
Dedit.c942 if (gmatch(te->name, pat, false))
Dmisc.c525 gmatch(s, p, isfile) in gmatch() function
Dexec.c386 && gmatch(cp, s, false))
/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/arm/
Ddt_isadep.c177 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/netbsd/src/external/cddl/osnet/lib/libdtrace/
DMakefile51 gmatch.c
Ddtrace.common.expsym396 gmatch
/netbsd/src/external/mit/lua/dist/src/
Dlstrlib.c862 static int gmatch (lua_State *L) { in gmatch() function
1866 {"gmatch", gmatch},