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/
H A 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/external/cddl/osnet/dist/lib/libdtrace/common/
H A 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()
H A Ddt_impl.h748 extern int gmatch(const char *, const char *);
H A Ddt_subr.c828 return (p == NULL || *p == '\0' || gmatch(s, p)); in dt_gmatch()
/netbsd-src/usr.bin/make/unit-tests/
H A Dcheck-expect.lua112 for text in mk_line:gmatch("#%s*expect%-not:%s*(.*)") do
123 for text in mk_line:gmatch("#%s*expect:%s*(.*)") do
144 for offset, text in mk_line:gmatch("#%s*expect([+%-]%d+):%s*(.*)") do
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dcheck-expect.lua91 for offset, comment in line:gmatch("/%* expect([+%-]%d+): (.-) %*/") do
135 for location, message in line:gmatch("(.+%(%d+%)): (.+)$") do
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/riscv/
H A Ddt_isadep.c127 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/aarch64/
H A Ddt_isadep.c129 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/arm/
H A Ddt_isadep.c177 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/powerpc/
H A Ddt_isadep.c185 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/netbsd-src/bin/ksh/
H A Dc_test.c355 return gmatch(opnd1, opnd2, false);
359 return !gmatch(opnd1, opnd2, false);
H A Dproto.h190 int gmatch ARGS((const char *, const char *, int));
H A Dexec.c386 && gmatch(cp, s, false))
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/sparc/
H A Ddt_isadep.c326 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/i386/
H A Ddt_isadep.c428 if (gmatch(name, pattern)) in dt_pid_create_glob_offset_probes()
/netbsd-src/external/mit/lua/dist/src/
H A Dlstrlib.c862 static int gmatch (lua_State *L) { in gmatch() function
1866 {"gmatch", gmatch},